Name: Anonymous 2006-06-02 19:21
I was thinking it would be great to have a generic grammar-based editor where you first define the grammar of a file (like an INI file made of [Sections] and key=value, or an XML file, or a C source file), then it opens data in this syntax and offers an editor with an interface to edit (add, modify, remove), fold, or somehow process nodes in a high-level way.
For example, you could define an INI file with [Sections] and key=value, where you always have a Default key and may have other keys, and you would get an editor that will allow you to create/modify/delete sections, each of which must show a Default input box, plus the ability to create/modify/delete sections.
I was wondering if such a tool exists already.
For example, you could define an INI file with [Sections] and key=value, where you always have a Default key and may have other keys, and you would get an editor that will allow you to create/modify/delete sections, each of which must show a Default input box, plus the ability to create/modify/delete sections.
I was wondering if such a tool exists already.