How do I create an Xcode console window?

I am building a Haskell editor with Cocoa and it would be helpful to maintain some text output in the application. Even better would be to support some text input.

Xcode does all this in its console, looks like it might be an NSTextView, but not sure if anyone could have done all of this before.

+2


a source to share





All Articles