Hotkey develop for multipage graphical editor [message #207658] |
Tue, 09 March 2004 02:18  |
Eclipse User |
|
|
|
Originally posted by: lizhih.cn.ibm.com
Hi all,
I developed a multipage graphical editor on Eclipse2.0 , I used the class
KeyBindingService to provide hotkey support for my multipage editor,
but the file KeyBindingService was changed from public to final , I still
want to use , which class will take place of this file ? The class was in
the plugin:
org.eclipse.ui.
I hope someone would help me , thanks in advance.
|
|
|
|
Re: Hotkey develop for multipage graphical editor [message #209446 is a reply to message #207943] |
Thu, 11 March 2004 04:02   |
Eclipse User |
|
|
|
Originally posted by: lizhih.cn.ibm.com
Douglas , thank you.
I've try to use the Eclipse2.1.2 , but if I ctrl+c copy a sentence in one
text editor , and then I ctrl+v , the sentence was paste to the last text
editor , is there some rule to use this?
"Douglas Pollock" <douglas.pollock@magma.ca> wrote in message
news:c2kl5l$ns7$2@eclipse.org...
> hellen wrote:
> > I developed a multipage graphical editor on Eclipse2.0 , I used the
class
> > KeyBindingService to provide hotkey support for my multipage editor,
> > but the file KeyBindingService was changed from public to final , I
still
> > want to use , which class will take place of this file ? The class was
in
> > the plugin:
> > org.eclipse.ui.
>
> The class is internal, which means you should never directly refer to it.
> You should only refer to the interface IKeyBindingService. It was also
> never intended to be subclassed or overridden.
>
> The multi-page editor part has been modified in 2.1.3 to provide key
binding
> service to the granularity of a single page in a multi-page editor. If
you
> are using this editor (or a subclass of this editor), then there is
nothing
> more you need to do.
>
>
>
> d
|
|
|
|
|
|
Re: Hotkey develop for multipage graphical editor [message #211380 is a reply to message #210327] |
Mon, 15 March 2004 11:35  |
Eclipse User |
|
|
|
Originally posted by: douglas.pollock.magma.ca
hellen wrote:
> I've upgrade the Eclipse to 2.1.3. The hotkey worked in the texteditor ,
> but the Del Key can't work in the graphical editor , would you please give
> me more info about this ? I really appreciate that. :)
I wouldn't know for sure. There isn't enough information here describing
the problem. Are you using a key listener or a key binding? In the text
editor or graphical editor?
d
|
|
|
Powered by
FUDForum. Page generated in 0.04116 seconds