summaryrefslogtreecommitdiff
path: root/src/www/gfse/gf_abs.js
AgeCommit message (Collapse)Author
2013-04-20gfse: don't add --# -path=.:present hallgren
Nowadays GF includes alltenses by default in the grammar search path.
2012-10-18gfse: grammars can now contain one-line descriptionshallgren
Also fixed two small problems with public grammars.
2012-10-16gfse: identify inherited grammars by their unique idhallgren
This helps avoiding problems if an inherited grammar is renamed, or if there is more than one grammar with the same name.
2012-10-03gfse: some refactoringhallgren
2012-10-01gfse: adding a "row" viewhallgren
Accessed by clicking on a function in the Abstract column in the matrix view.
2012-09-30gfse: show the types of linearization functions when hovering over their nameshallgren
2012-09-21gfse: added a new "matrix view" of grammarshallgren
2012-06-12translator: documents can now be saved in the cloudhallgren
some other small fixes
2012-02-27gfse: recognize Predef categories Int, Float and Stringhallgren
but don't show them in the startcat menu.
2012-02-24gfse: text mode tweakshallgren
2012-02-14gfse: make categories from inherited grammars available in the startcat menuhallgren
2012-02-09gfse: initial support for module extensionhallgren
There is a new way to create a new grammar based on an existing grammar: by extending it. (It is also possible to clone an existing grammar, a before.)
2012-02-07gfse: document the representation of GF grammars used by the editor.hallgren
2011-11-02gfse: supply information about what's defined in the exampe language to the ↵hallgren
server functions for example-based grammar writing
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.