Peter Johnson
Peter Johnson
It's a bit of a faff to always having to run Make twice when building a release. Their could be a release batch file that could do the following: 1....
These suggestions have been in draft for quite some time. Need to check if they're still valid. - [ ] `UXMLDocHelper`: Separate out generic helper code from snippets XML file...
Allow SWAG categories to retained when importing into the database. > This issue split out from issue #110
Create an _Advanced Pascal Support_ option on the help menu that leads to info about how to use the advanced Pascal support in CodeSnip. It could link to a version...
Some callbacks in SWAG import dialogue may be redundant. Remove them. > This issue split out from issue #110.
Consider using cut-down version on progress form for initialisation and when loading multiple snippets. Perhaps use a base class frame - `TBusyBaseFrame` that gets sub-classed by `TBusyFrame`. Can also rewrite...
_Later Version_ Add an option to the Code Formatting tab of the Preferences dialogue box to determine the default output format of code. Will need to use logic from the...
_Later Version_ Add indicator to snippet detail pane that shows if snippet is a favourite. Make indicator clickable to toggle state. Possibly delete toolbar button since that will just duplicate...
https://github.com/delphidabbler/codesnip/blob/02656b8417c2863a89cf2bf45e3be275ca9f94a9/Src/UREMLDataIO.pas#L904 Description says this function returns the character itself if it is printable ASCII, but it returns the empty string in this case.
When CodeSnip is running and Windows is hibernated and resumed CodeSnip crashes with an unrecoverable exception. Selecting "Terminate" sometimes results in an endless loop and the process has to be...