ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

Code Snippet Storage/Library/Catalog/Organizer/GinzuSwissArmyKnife

<< < (3/3)

urlwolf:
I like synTree. Based on synPlus (so tiny), portable, open, works as a plugin for TC. You can add language files.

kartal:
Developer's Tips & Tricks is about as close as I have come.
-app103 (October 10, 2007, 12:52 AM)
--- End quote ---

Looks great but no drag-drop support :(

kartal:
Btw I generally use Vim+Nerdtree for browsing and studying code. For snippets I use Eclipse`s internal snippet browser and project browser.

justice:
Just an update - I have a shared include now per language that I link in (serverside languages) in any project. That way when the shared code is updated all projects are being updated as well. see https://www.donationcoder.com/forum/index.php?topic=14088.0 I would now recommend not to use snippets. If you plan on reusing code wrap it in a function so you can properly maintain it - write once.

Obviously this doesn't work with something like javascript because it would increase the filesize too much. Codinghorror was suggesting using hashtags for snippets but i think really they're unsustainable - if a year down the line you find a bug in your snippet then you manually will have to replace it.

timns:
Developer's Tips & Tricks is about as close as I have come.
-app103 (October 10, 2007, 12:52 AM)
--- End quote ---

Looks great but no drag-drop support :(
-kartal (June 08, 2009, 12:49 AM)
--- End quote ---

It does have DnD now... just found this thread and that Dev's Tips & Tricks looks pretty good.

Navigation

[0] Message Index

[*] Previous page

Go to full version