Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Hotkey develop for multipage graphical editor
Hotkey develop for multipage graphical editor [message #207658] Tue, 09 March 2004 02:18 Go to next message
Eclipse UserFriend
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 #207943 is a reply to message #207658] Tue, 09 March 2004 09:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: douglas.pollock.magma.ca

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 #209446 is a reply to message #207943] Thu, 11 March 2004 04:02 Go to previous messageGo to next message
Eclipse UserFriend
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 #209669 is a reply to message #209446] Thu, 11 March 2004 10:25 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: douglas.pollock.magma.ca

hellen wrote:
> 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?

Key bindings do not get dealt with properly in multi-page editors in 2.1.2.
They do get dealt with properly in multi-page editors in 2.1.3. Try
upgrading.



d
Re: Hotkey develop for multipage graphical editor [message #210162 is a reply to message #209669] Thu, 11 March 2004 20:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: lizhih.cn.ibm.com

Hi Douglas ,

Thank you , I've tried the 2.1.3 , the problem was solved , thank you. :)
"Douglas Pollock" <douglas.pollock@magma.ca> wrote in message
news:c2q04p$682$3@eclipse.org...
> hellen wrote:
> > 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?
>
> Key bindings do not get dealt with properly in multi-page editors in
2.1.2.
> They do get dealt with properly in multi-page editors in 2.1.3. Try
> upgrading.
>
>
>
> d
Re: Hotkey develop for multipage graphical editor [message #210327 is a reply to message #209669] Fri, 12 March 2004 02:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: lizhih.cn.ibm.com

Hi Douglas ,

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. :)

"Douglas Pollock" <douglas.pollock@magma.ca> wrote in message
news:c2q04p$682$3@eclipse.org...
> hellen wrote:
> > 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?
>
> Key bindings do not get dealt with properly in multi-page editors in
2.1.2.
> They do get dealt with properly in multi-page editors in 2.1.3. Try
> upgrading.
>
>
>
> d
Re: Hotkey develop for multipage graphical editor [message #211380 is a reply to message #210327] Mon, 15 March 2004 11:35 Go to previous message
Eclipse UserFriend
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
Previous Topic:How to use findMenuUsingPath(argument)?again
Next Topic:Delete key Java Editor
Goto Forum:
  


Current Time: Sat Jun 21 22:26:01 EDT 2025

Powered by FUDForum. Page generated in 0.04298 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top