ptr to c++ source for a simple mac (cocoa) based console to use as a command interpreter
- by k2
I have the command language part sorted out, I'm looking for good sample on how to build a custom console in Cocoa. Need features like copy/paste, command stack, ctrl-z processsing etc. Thanks in advance.