[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] vi Editor Plugin
|
- From: gnosticus@xxxxxx (Michael Bartl)
- Date: Thu, 22 May 2003 08:28:18 +0000 (UTC)
- Newsgroups: eclipse.platform.swt
- Organization: http://www.eclipse.org
- User-agent: NewsPortal 0.23
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