|
teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
It is expected that one has installed doxygen for this purpose. Generated documentation can then be found inside the folder bin/html.
Unit-tests are run via catch2.
In addition for debug symbols, this also enables DEBUG and ULTRA_DEBUG logger macros in the logging module which can be very helpful while debugging editor core modules.
VERSION variable inside Makefile is updated properly.docs/releases/v{VERSION}.md file and update its contents with the list of features in the current release. You can copy the contents of another file in this dir and use it as a starting point.docs/releases.md to point to the document of this new release.make release. It creates a teditor-<version>/<OS> folder.make package from ONLY one of the platforms. It creates doxygen docs and also compresses the teditor-<version> into a tarball with the same basename.git push origin masterPublish release.
1.8.17