OK, this what I have in mind :
- I have an
NSTextView
I'm using as a "Console"/"Terminal" - I want to be able to process user input on "enter"
- When user enters something and presses "return", I want to be able to process that input
Is there anything built-in for such a functionality? Do you know of any open-source projects / example code that make use of this feature?
Any ideas?
Please do not mention iTerm2 (unless you've got some really specific piece of code to point me to) - this thing needs either a GPS Navigator or a full month of studying it before I grasp the core points...