mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 17:52:51 -06:00
minibar/syntax editor integration fixes
When starting from the minibar, the selected set of target languages is now preserved when switching back and forth.
This commit is contained in:
@@ -44,7 +44,8 @@ function GrammarManager(server,opts) {
|
||||
this.grammars=[];
|
||||
this.grammar_dirs=[];
|
||||
this.startcat = null; // current startcat
|
||||
this.languages = []; // current languages (empty means all langs)
|
||||
this.languages = this.options.initial.languages || [];
|
||||
// current languages (empty means all langs)
|
||||
|
||||
/* --- Main program, this gets things going ----------------------------- */
|
||||
this.init=function(){
|
||||
|
||||
Reference in New Issue
Block a user