New IDE for Mac OS X written in Cocoa (WIP!)

@PaulS:
I didn't mean to offend the official IDE, don't get that one wrong. I think it's great for its purpose. I understand that the developers can't develop a native Cocoa version and one for Windows and one for Linux. But that's where I come into play and develop one myself.

@avenue33:
Templates don't work anymore with Xcode 4 and therefore you'd have to copy the whole project, rename it and mess with the build settings when importing a new library. That's okay for many, but as I was already working on a text editor like interface, I decided to rebuild the official IDE with its simplicity in Cocoa to make a really nice user experience. Messing with makefiles and build scripts isn't something everyone is interested in. :wink: (But I knew of the option to use those Templates, thanks.)