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:
@@ -7,7 +7,7 @@ body.syntax_editor {
|
||||
display:none;
|
||||
}
|
||||
|
||||
select#to_menu
|
||||
#editor select#to_menu
|
||||
{
|
||||
height: 10em;
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user