PeterPanettone 157 Posted July 27 On Mac, I have used SnippetsLab for Delphi code snippets. I have exported them to a json file. Does anybody know a good snippet manager for Windows that: - supports Delphi syntax - can import json files - has good organizational features like tags, folders, search, filters, etc. Share this post Link to post
Ian Branch 127 Posted July 27 Good is a relative term.. 😉 GExperts has a 'Code Librarian'. https://blog.dummzeuch.de/experimental-gexperts-version/ Then there is CodeSnip. https://github.com/delphidabbler/codesnip I use both. Neither have all three of the capabilities you mention. HTH, Ian Share this post Link to post
corneliusdavid 213 Posted July 29 On 7/27/2024 at 2:15 PM, Ian Branch said: GExperts has a 'Code Librarian'. https://blog.dummzeuch.de/experimental-gexperts-version/ GExperts Code Librarian is very handy--I have used that quite a bit. Share this post Link to post
PeterPanettone 157 Posted August 14 On 7/29/2024 at 8:26 AM, corneliusdavid said: GExperts Code Librarian is very handy The advantage of GExpert's Code Librarian is that it uses the same syntax highlighter as the IDE editor itself. Its disadvantage is that the edits are lost when the IDE crashes after you have made some edits in Code Librarian in the current session! Share this post Link to post