summaryrefslogtreecommitdiff
path: root/src/editor/simple/TODO
AgeCommit message (Collapse)Author
2011-10-12Improvements of "gf -server" mode and related setuphallgren
"gf -server" mode now contains everything needed to run the minibar and the grammar editor (including example-based grammar writing). The Setup.hs script installs the required files where gf -server can find them. These files have been moved to a new directory: src/www. The separate server program pgf-http is now obsolete.
2011-09-16gfse: add Extra and Lexicon to the list of resource modules that can be openedhallgren
2011-09-13gfse: added grammar cloninghallgren
2011-05-06gfse: you can now add concrete syntax for arbitrary languageshallgren
Before, you had to pick a language from a list of supported languages, but now you can also pick Other and change the language code afterwards.
2011-03-07gfse: create a new concrete syntax by copying an existing onehallgren
When adding a new concrete syntax to a grammar, the currently open concrete syntax will be copied. If the abstract syntax is currently open, the new concrete syntax will start out empty.
2011-03-06gfse: minor layout/formatting variationhallgren
2011-02-28gfse: fix missing startcat flag bug + documentation updateshallgren
2011-02-22gfse: allow definitions to be reordered by drad-and-drophallgren
2011-02-17gfse: some small fixeshallgren
+ 'make install' to copy all required files to the server + configuration options and error checks in upload.cgi
2011-02-17Adding the prototype GF editor for simple multilingual grammarshallgren