How would one make an Xcode style console window?

Posted by iaefai on Stack Overflow See other posts from Stack Overflow or by iaefai
Published on 2010-05-09T04:18:50Z Indexed on 2010/05/09 4:28 UTC
Read the original article Hit count: 309

Filed under:
|
|
|
|

I am making a Haskell editor with Cocoa, and it would be useful to support some in-application text output. Even better would be supporting some text input.

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

© Stack Overflow or respective owner

Related posts about xcode

Related posts about console