Anyone know of a good editor for writing Obj-C code in windows? Or add-ons for textpad, editplus, etc...? Color coding is a must and integration with Cygwin gcc compiler is even better.
Auburn University's jGrasp, does multiple languages including Objective-C and Java. Since it is a Java application, there is a version for most any platform.
Ive got color coding to work in TextPad. Simply had to add .m and .mm to the C file extensions. Trying to write a macro that will compile and run my source files now.