[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Which method is for Input to Eclipse
|
- From: sma_r@xxxxxxxxxxx (Syed)
- Date: Tue, 1 Apr 2003 07:52:11 +0000 (UTC)
- Newsgroups: eclipse.tools
- Organization: http://www.eclipse.org
- User-agent: NewsPortal 0.23
Hi all,
I like to get hold of the input to Eclipse that is anything that is typed
in from the keyboard I like to catch it and let it not be printed in the
editor.I know IEditorInput is responsible for input to editor but by using
this method I can stop the input to the editor but won't be able to enter
anything else in the editor from the back door.I mean is there any method
at lower level then IEditorInput that I can use to stop the input.
The easiest way to explain is this:I like the front door of the editor to
be closed that is IEditorInput but on the other hand I like to use the
back door to enter any data I want.
Is there any method that I can send my text to it and that is typed on the
editor.
Any pointers will be apprecaited
Syed