vote up 3 vote down star

Is there a good code snippets application for Delphi or general purpose with IDE integration? I would like to store Code, queries, notes, etc..

Thanks

flag

50% accept rate
Version of Delphi? – Jim McKeeth Jan 15 '09 at 18:36

5 Answers

vote up 1 vote down check

Dittos to Ozmosys above.

Also check CodeSnip Database Viewer from the delphidabbler: http://www.delphidabbler.com/software/codesnip

link|flag
vote up 3 vote down

Delphi 2006 and later has Live Templates. They are a bit tricky because you've got to edit XML files to really make them work, but they are powerful when they do. See Nick's Live Templates Camtasia Presentation. Ctrl-J is the shortcut to invoke this.

Prior to that, Delphi 2005 and earlier had simple code snippets. I believe Ctrl-J also invoked them.

Another option is to use Castalia and its Code Templates feature.

link|flag
vote up 0 vote down

I have to endorse Ozmosys' Knowledge Base too. The reason it hasn't been updated in a while is that it just works. When I DID have issues early in the development of the program, the author was very responsive and quick about doing it. It's logical and easy to post code and other types of hints. I use it every day, juggling the three or so projects that seem to be perpetually on my plate.

link|flag
vote up 1 vote down

I use Knowledgebase from Ozmosys. It hasn't been updated in a while, but it works, and it is written in Delphi. Ozmosys

link|flag
I use Knowledgebase at my work and it is very slow when loading a topic that has a simple picture in it. Maybe it's fixed in a later release. – The_Fox Jan 16 '09 at 21:25
vote up 7 vote down

GExperts has a Code Librarian feature for code snippets amongst many other nice features and integrates with the IDE. Well worth to check out even if you don't decide to use the Code Librarian feature.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.