From e7b14316dd3f76e0cca346430a7937fbf8dc7f1e Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 21 Nov 2012 17:13:21 +0000 Subject: minibar+syntax editor integration, work in progress 2 + Transfer current astract syntax tree when activating the syntax editor from the minibar. + Add options to start the minibar with given input. You need to include the current grammar url, the current language and the input, like this: initial_grammar: "/grammars/Foods.pgf", initial: { from: "FoodsEng", input:["that","fish","is","fresh"]} + Fix a style sheet clash. --- src/www/syntax-editor/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/www/syntax-editor/editor.css') diff --git a/src/www/syntax-editor/editor.css b/src/www/syntax-editor/editor.css index 1675372f7..29f45a7e7 100644 --- a/src/www/syntax-editor/editor.css +++ b/src/www/syntax-editor/editor.css @@ -7,7 +7,7 @@ body.syntax_editor { display:none; } -select#to_menu +#editor select#to_menu { height: 10em; position: absolute; -- cgit v1.2.3