[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] vi Editor Plugin

Hi!

I've started to work on a vi TextEditor Plugin for Eclipse. It works as
longs as I'm writing my own editor (subclassing TextEditor), but I want to
plug myself on a standard editor (getActivePage().getActiveEditor())

I use styledText.addVerifyKeyListener(new ...) to filter events before
sending them to my own editor, but I can't see a way to do it for other
editors. I don't have access to styledText.

Am I missing something? Any help is appreciated.

thx,
Michael

PS: Check out my Tetris plugin http://www.satokar.com/JTetrisPlugin.html