Eclipse RCP: Custom console
问题 I am trying to create a console that would work as a shell for a custom programming language. It would be very similar to the pydev interactive console. Currently, my RCP uses the basic TextConsole and is connected to the shell via pipes so it just displays whatever the shell displays and if the user enters anything in the RCP console, the same is written in the shell. I want to be able to do a bit more such as move the caret position, add events for up and down arrow keys etc. I believe to