minibar: support for adding grammars from several servers to the grammar menu

You can also add grammars from several directories on the same server of course.
The included minibar configuration file adds the user's own grammars from the
grammar editor.
This commit is contained in:
hallgren
2012-03-26 17:17:54 +00:00
parent 9a6887aa49
commit a8ddb8fe5c
4 changed files with 53 additions and 33 deletions

View File

@@ -415,7 +415,7 @@ Input.prototype.browse=function(id,cont) {
t.grammar.browse[id]=info;
cont(info);
}
server.browse(id,browsed);
t.server.browse(id,browsed);
}
}