ADDED gc_lang/fr/tb/content/lex_editor.css
Index: gc_lang/fr/tb/content/lex_editor.css
==================================================================
--- /dev/null
+++ gc_lang/fr/tb/content/lex_editor.css
@@ -0,0 +1,11 @@
+/* CSS */
+
+.section {
+ font-size: 16px;
+ font-weight: bold;
+ color: hsl(210, 50%, 50%);
+}
+
+.option {
+ font-size: 10px;
+}
ADDED gc_lang/fr/tb/content/lex_editor.js
Index: gc_lang/fr/tb/content/lex_editor.js
==================================================================
--- /dev/null
+++ gc_lang/fr/tb/content/lex_editor.js
@@ -0,0 +1,4 @@
+// JavaScript
+
+"use strict";
+
ADDED gc_lang/fr/tb/content/lex_editor.xul
Index: gc_lang/fr/tb/content/lex_editor.xul
==================================================================
--- /dev/null
+++ gc_lang/fr/tb/content/lex_editor.xul
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+
Index: gc_lang/fr/tb/content/overlay.js
==================================================================
--- gc_lang/fr/tb/content/overlay.js
+++ gc_lang/fr/tb/content/overlay.js
@@ -500,10 +500,13 @@
oTextFormatter.openPanel();
},
onOpenConjugueur: function (e) {
this.openDialog("chrome://grammarchecker/content/conjugueur.xul", "", "chrome, resizable=no");
},
+ onOpenLexiconEditor: function (e) {
+ this.openDialog("chrome://grammarchecker/content/lex_editor.xul", "", "chrome, resizable=no");
+ },
onAbout: function (e) {
this.openDialog("chrome://grammarchecker/content/about.xul", "", "chrome, dialog, modal, resizable=no");
}
};
Index: gc_lang/fr/tb/content/overlay.xul
==================================================================
--- gc_lang/fr/tb/content/overlay.xul
+++ gc_lang/fr/tb/content/overlay.xul
@@ -44,10 +44,11 @@
+
ADDED gc_lang/fr/tb/locale/en/lex_editor.dtd
Index: gc_lang/fr/tb/locale/en/lex_editor.dtd
==================================================================
--- /dev/null
+++ gc_lang/fr/tb/locale/en/lex_editor.dtd
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
Index: gc_lang/fr/tb/locale/en/overlay.dtd
==================================================================
--- gc_lang/fr/tb/locale/en/overlay.dtd
+++ gc_lang/fr/tb/locale/en/overlay.dtd
@@ -5,10 +5,11 @@
+
ADDED gc_lang/fr/tb/locale/fr/lex_editor.dtd
Index: gc_lang/fr/tb/locale/fr/lex_editor.dtd
==================================================================
--- /dev/null
+++ gc_lang/fr/tb/locale/fr/lex_editor.dtd
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
Index: gc_lang/fr/tb/locale/fr/overlay.dtd
==================================================================
--- gc_lang/fr/tb/locale/fr/overlay.dtd
+++ gc_lang/fr/tb/locale/fr/overlay.dtd
@@ -5,10 +5,11 @@
+