Peter Johnson
Peter Johnson
This unit has several `RTF***` routines that could do with grouping together in a `TRTF` record w/ methods. But, `TRTF` is currently used to encapsulate RTF markup. So rename `TRTF`...
There's already the option to format annotated source code in RTF and XHTML. Being able to render the source in Markdown format could be useful too.
There's already the option to render annotated source code and units in XHTML. It would be useful to update this to HTML5.
At present `TREMLWriter` renders it's output formatted with indents, which is what is wanted normally. However for storing in output files (and when pasting code into the database) a flat...
Currently, snippet comments get rendered in interface and in implementation section. It would be useful to have an option to switch off comments in the implementation (possible only for snippets...
Reinstating this feature would entail many more manual steps than the earlier that was removed when the CodeSnip web services closed down. Specifically: 1. We use a special version of...
There's now a [REML repo](https://github.com/delphidabbler/reml) that contains definitions of all versions of REML. Instead of trying to keep REML documentation in sync, change `Docs/Design/reml.html` to simply reference the required version...
Reverse order of compilers in Snippets Editor.
While `Docs/Design/FileFormats/main-db.html` links to REML documentation, `user-db.html` does link there at all, depsite mentioning REML 28 times! Rectify this be adding a link to REML docs to `user-db.html`.
Given that abandoning this project is on the cards, it seems sensible to gather the views of any remaining users. A popup dialogue box that is displayed at startup is...