Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Software for taking notes on programming [closed]

What type of software is good for taking notes on programming? For example, if I want to jot down different methods/functions that are useful for different things. Ideally, the software would have syntax highlighting.

The software would need to support Mac OS X. I will most probably be using this for Objective-C/iPhone development and Ruby on Rails development.

I want something that can shift between ordinary text and coding syntax. For example if I was to type:

In order to create a rectangle in Objective-C with a name square use: (CGRect *) square...........

I would like the objective-C code to have syntax highlighting but not the rest of the text.

Thanks!

P.S. I use textmate generally for coding.

like image 924
joshim5 Avatar asked Jan 18 '11 18:01

joshim5


1 Answers

Try Evernote. http://www.evernote.com/

like image 175
Adrian Sarli Avatar answered Nov 15 '22 06:11

Adrian Sarli