From 904e8029fea4436290fc79d5fabc782386cee19b Mon Sep 17 00:00:00 2001 From: "john.j.camilleri" Date: Fri, 7 Dec 2012 12:55:17 +0000 Subject: Syntax editor: various small improvements... - separate tree edit buttons from option buttons - fix bug when wrapping on freshly imported ast - add interface for import & export of ast - cleaner internal implementation of Editor.add_refinement - small style updates --- src/www/syntax-editor/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/www/syntax-editor/README.md') diff --git a/src/www/syntax-editor/README.md b/src/www/syntax-editor/README.md index ef9758e71..50f911f13 100644 --- a/src/www/syntax-editor/README.md +++ b/src/www/syntax-editor/README.md @@ -1,7 +1,7 @@ # GF web-based syntax editor John J. Camilleri -November 2012 +December 2012 An improved version of the [old syntax editor][1]. @@ -14,7 +14,7 @@ An improved version of the [old syntax editor][1]. ## Available startup options |Options|Description|Default| -|:------|:----------|:------| +|-------|-----------|-------| |target | |"editor"| |initial.grammar|Initial grammar URL, e.g. `"http://localhost:41296/grammars/Foods.pgf"`|-| |initial.startcat|Initial startcat|-| @@ -35,7 +35,7 @@ See `editor.html` and `editor_online.js`. ## TODO -- Wrap a subtree +- Import AST from text field - Compatibility with grammars with dependent category types - Clicking on tokens to select tree node - Clipboard of trees @@ -45,3 +45,4 @@ See `editor.html` and `editor_online.js`. - show all resulting linearizations/variants - undo/redo (or back/forward) navigation - structure fridge magnets more (eg newline before the magnet whose first letter is different) + -- cgit v1.2.3