2012-06-20
2012-06-20
Zero Percent Game Dev - GEANY
I like it. It's a text editor that tracks things like scope (super handy), hilights code, autocompletes variable and function names and their arguments. That part is pretty sweet. If you type strp it pops up the three options 'strpbrk,strpos,strptime'. If you type strpbrk( it pops up one line: 'array strpbrk (string haystack, string char_list)'. This also works for variables and functions that you have defined. Other than that it's a text editor, which is exactly what I want. Oh, I've got a Mercurial plugin for it so I can commit changes and things. Mercurial is also very neat.