1
0
forked from GitHub/gf-core

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.
This commit is contained in:
hallgren
2012-11-21 17:13:21 +00:00
parent 5d5ac79b2b
commit bd3b512074
3 changed files with 31 additions and 22 deletions

View File

@@ -7,7 +7,7 @@ body.syntax_editor {
display:none;
}
select#to_menu
#editor select#to_menu
{
height: 10em;
position: absolute;