| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-01-11 | Syntax editor: initial support for string literals | john.j.camilleri | |
| Also a bug fix when switching to editor, although this still messes up when using the letters grammar. Also updated readme with options, and some style improvements. | |||
| 2012-12-11 | Syntax editor: unwrap feature | john.j.camilleri | |
| 2012-12-07 | Syntax editor: change startcat when wrapping top node | john.j.camilleri | |
| 2012-12-07 | Syntax editor: various small improvements... | john.j.camilleri | |
| - 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 | |||
| 2012-12-04 | Syntax editor: wrap now handles multiple possible positions for subtree | john.j.camilleri | |
| 2012-12-03 | Syntax editor: add wrap feature | john.j.camilleri | |
| 2012-11-30 | Syntax editor: internal optimizations by pre-computing certain stuff | john.j.camilleri | |
| 2012-11-30 | Syntax editor: in-place replacement of functions | john.j.camilleri | |
| When at a non-leaf node, refinements with identical type signatures are highlighting and can re placed without destroying the children. If not, the refinement is greyed and the user is asked to clear the current subtree first if they wish to replace it. This aspect of the UI should be polished, but at least it is obvious. Also, some substantial optimizations can still be made to cache the processed type signatures (which determine what can be replaced in-place) | |||
| 2012-11-29 | Syntax editor: internal improvements. re-introduce initialize_from function | john.j.camilleri | |
| 2012-11-27 | Syntax editor; add new helper for parsing type signatures (not complete) | john.j.camilleri | |
| 2012-11-27 | Syntax editor: improvements and fixes with grammar manager | john.j.camilleri | |
| 2012-11-20 | Syntax editor: update to use common js files | john.j.camilleri | |
