topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 7:14 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Looking for the best solution to stock and organize code snippets  (Read 7169 times)

joiwind

  • Participant
  • Joined in 2009
  • *
  • Posts: 486
  • carpe momentum
    • View Profile
    • Donate to Member
So I'm looking for the best solution to stock and organize code snippets - I have Cintanotes and EtherVane Echo and other odd and ends but they are not exactly what I'm looking for, though of course they are excellent in what they do.

It has to be something where I can just click on a snippet and it's copied to the system clipboard and where the snippets can be moved around between folders and so on ...

Any suggestions please ?


wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: Looking for the best solution to stock and organize code snippets
« Reply #1 on: October 03, 2011, 01:30 PM »
I use snip-it pro, and have really been satisfied with it.  One of the biggest selling points to me is the integration with snipplr, but it's good enough on its own.

joiwind

  • Participant
  • Joined in 2009
  • *
  • Posts: 486
  • carpe momentum
    • View Profile
    • Donate to Member
Re: Looking for the best solution to stock and organize code snippets
« Reply #2 on: October 03, 2011, 03:00 PM »
Thanks wraith, that looks really good but a little bit expensive ...

Ath

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 3,612
    • View Profile
    • Donate to Member
Re: Looking for the best solution to stock and organize code snippets
« Reply #3 on: October 03, 2011, 03:08 PM »
Would any of the note-taker apps discussed lately, fit your request? There have been several in this forum in the last month(s).

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: Looking for the best solution to stock and organize code snippets
« Reply #4 on: October 03, 2011, 03:12 PM »
Thanks wraith, that looks really good but a little bit expensive ...

from http://www.snipitpro.com/tryItFree.html
If you have a blog or website, just post a review or mention Snip-It Pro, linking to http://www.snipitpro.com/ and we will send you a free license key. Just send an e-mail to [email protected] letting us know where the review or comment is. Help us spread the word.

I'd say try it, see if you like it, and if you do, post a mini-review (or a review on your site).

superboyac

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 6,347
    • View Profile
    • Donate to Member
Re: Looking for the best solution to stock and organize code snippets
« Reply #5 on: October 03, 2011, 03:27 PM »
Another option is Acetext from the Editpad guy, whose stuff I like very much.
http://www.acetext.com/

Although it doesn't seem to be as feature rich as snipit for coding clips specifically, but more or less the same idea.  The question for me between the two is which fits better in your clipboard/snip saving workflow.  I love how acetext just keeps a simple list of everything that's been dumped in your clipboard.  But it also has some nice coding features, like setting up input variables in a block of code.  But snipit looks like it might be more powerful on that front.

joiwind

  • Participant
  • Joined in 2009
  • *
  • Posts: 486
  • carpe momentum
    • View Profile
    • Donate to Member
Re: Looking for the best solution to stock and organize code snippets
« Reply #6 on: October 04, 2011, 02:02 PM »
Thanks for all the suggestions guys which I am checking out - but it does seem strange that there is no dedicated app for this usage.

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: Looking for the best solution to stock and organize code snippets
« Reply #7 on: October 04, 2011, 02:05 PM »
Maybe browse through this list?

http://www.tripwirem...e-code-snippets.html

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: Looking for the best solution to stock and organize code snippets
« Reply #8 on: October 04, 2011, 02:09 PM »

rjbull

  • Charter Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 3,199
    • View Profile
    • Donate to Member
Re: Looking for the best solution to stock and organize code snippets
« Reply #9 on: October 04, 2011, 02:38 PM »
I love how acetext just keeps a simple list of everything that's been dumped in your clipboard.
But isn't that true of all clipboard enhancers?  Which begs the question, what are the special requirements of a code snippet program over and above regular clipboard enhancers?

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: Looking for the best solution to stock and organize code snippets
« Reply #10 on: October 04, 2011, 03:39 PM »
I love how acetext just keeps a simple list of everything that's been dumped in your clipboard.
But isn't that true of all clipboard enhancers?  Which begs the question, what are the special requirements of a code snippet program over and above regular clipboard enhancers?

For me, it's integration with the IDE past simple C&P, i.e. variable substitution, the ability to categorize, and the ability to highlight.

I use a combination of snip-it pro (mentioned above) and coderush.  I didn't mention code rush before, because its quite expensive, and there were already complaints of the price of snip-it pro (:))  But adding either CodeRush or ReSharper increases productivity so much once you get used to using it and get it set up, that IMO it's well worth the price...

rjbull

  • Charter Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 3,199
    • View Profile
    • Donate to Member
Re: Looking for the best solution to stock and organize code snippets
« Reply #11 on: October 04, 2011, 04:21 PM »
But isn't that true of all clipboard enhancers?  Which begs the question, what are the special requirements of a code snippet program over and above regular clipboard enhancers?

For me, it's integration with the IDE past simple C&P, i.e. variable substitution, the ability to categorize, and the ability to highlight.
Should have known I'd get a coder answer that I wouldn't understand  :-[  Is the variable substitution like that in mouser's FLM, only able to pick variables up from the editor in the IDE?

joiwind

  • Participant
  • Joined in 2009
  • *
  • Posts: 486
  • carpe momentum
    • View Profile
    • Donate to Member
Re: Looking for the best solution to stock and organize code snippets
« Reply #12 on: October 04, 2011, 04:43 PM »
Maybe browse through this list?

http://www.tripwirem...e-code-snippets.html

THANKS skwire  :Thmbsup:

The other link doesn't want to load.

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: Looking for the best solution to stock and organize code snippets
« Reply #13 on: October 04, 2011, 05:12 PM »
But isn't that true of all clipboard enhancers?  Which begs the question, what are the special requirements of a code snippet program over and above regular clipboard enhancers?

For me, it's integration with the IDE past simple C&P, i.e. variable substitution, the ability to categorize, and the ability to highlight.
Should have known I'd get a coder answer that I wouldn't understand  :-[  Is the variable substitution like that in mouser's FLM, only able to pick variables up from the editor in the IDE?

I don't know.  I've never used FLM.  Let's call them fields.  The template is put in, and fields within the template can be navigated and changed.

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: Looking for the best solution to stock and organize code snippets
« Reply #14 on: October 04, 2011, 05:24 PM »
The other link doesn't want to load.

This one?   http://fsl.sytes.net/dtt.html

If so, it works fine here.

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: Looking for the best solution to stock and organize code snippets
« Reply #15 on: October 04, 2011, 08:21 PM »
The other link doesn't want to load.

This one?   http://fsl.sytes.net/dtt.html

If so, it works fine here.

That's one of the programs in the other article, is it not?

joiwind

  • Participant
  • Joined in 2009
  • *
  • Posts: 486
  • carpe momentum
    • View Profile
    • Donate to Member
Re: Looking for the best solution to stock and organize code snippets
« Reply #16 on: October 07, 2011, 06:36 AM »
Back late but thanks for your suggestions.