We want to build an Xtext-base editor for editing the TVTower database files. With minimal development effort we want to provide as much support for editing entries for movies, news, ads. etc. as possible.
- code compleiton
- hover
- outline
- navigation to referenced objects
- validation
- ...
The actual xml files are edited for full control over the changes made (text diff between versions).
A detailed description for the setup and the general documentation for the editor can be found in the TVTower documentation repository.
A standalone version exists.
Those familiar with Eclipse can set up the editor via the Eclipse installer using the setup file located at https://raw.githubusercontent.com/TVTower/TVTDatabaseEditor/master/TVTDbEditor.setup
.
The Eclipse-Update site of the latest snapshot version is currently located at https://www.nittka.de/download/tvtdb
.
For Feedback pleas create an issue in the editor repository ticket system.