summaryrefslogtreecommitdiff
path: root/src/editor/simple
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2011-09-16 15:13:27 +0000
committerhallgren <hallgren@chalmers.se>2011-09-16 15:13:27 +0000
commit128cd2f5c0d8d7f43819f33164c3b7472778eece (patch)
treeb778e797ce0e4b948d5e22505cadfce7c0fdf298 /src/editor/simple
parentbdc77bf0e4c4b705a3deb5976271dc1fd3df3baf (diff)
gfse: add Extra and Lexicon to the list of resource modules that can be opened
Diffstat (limited to 'src/editor/simple')
-rw-r--r--src/editor/simple/TODO2
-rw-r--r--src/editor/simple/editor.js2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/editor/simple/TODO b/src/editor/simple/TODO
index 11857594e..22974ebe0 100644
--- a/src/editor/simple/TODO
+++ b/src/editor/simple/TODO
@@ -28,6 +28,8 @@
- Allow grammars to contain a resoure module. Create the resource module by
factoring out common parts of the concrete syntaxes.
- Integrate example-based concrete syntax construction (using Ramona's tool)
+- Open lexicon modules? They are not installed by default!
+ DictEng, MorphalouFre, DictSwe, DictTur, DictBul, DictFun, DictLav
+ compile only the uploaded grammar even if other grammars are present
+ 'flags startcat' is needed for grammars with only one category (since the
diff --git a/src/editor/simple/editor.js b/src/editor/simple/editor.js
index 64efd4ab1..78867ec3d 100644
--- a/src/editor/simple/editor.js
+++ b/src/editor/simple/editor.js
@@ -496,7 +496,7 @@ function draw_concrete(g,i) {
])
}
-var rgl_modules=["Paradigms","Syntax"];
+var rgl_modules=["Paradigms","Syntax","Lexicon","Extra"];
function add_open(ci) {
return function (g,el) {