Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Keyboard Cut, Copy & Paste
Keyboard Cut, Copy & Paste [message #78585] Thu, 19 June 2003 18:19 Go to next message
Eclipse UserFriend
Originally posted by: gino.--no-spam--filicetti.net

Hi All,

My plugin has a multi page editor which complex UI in each tab.. by complex
UI, I mean that each tab is pretty much a form with a host of text fields
that need to be filled out.

Now my problem... I can't seem to use Ctrl-C,X or V nor use the Edit menu to
cut copy and paste out of the textfields in my multi page editor. It DOES
allow me to right click and cut, copy, paste, but for some reason, the Edit
menu and its keyboard accelerators are disabled.

It feels like I'm missing a critical piece of plumbing that needs to be
hooked up... does anyone have ideas?

G - using Eclipse 2.0.2

PS.. I just noticed that the plugin.xml has the SAME problems as me... that
DOESN'T give me a good feeling ;-(
Re: Keyboard Cut, Copy & Paste [message #78738 is a reply to message #78585] Thu, 19 June 2003 21:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: knut_radloff.oti.com

Try using 2.1. I'm using the 20030611 3.0 stream build and the keyboard shortcuts work for cut/paste in the plugin schema editor.
2.1 has a new key binding story which probably fixed this. See the (new) org.eclipse.ui.commands extension point for details.

Knut

"G. Filicetti" <gino@--no-spam--filicetti.net> wrote in message news:bcsusg$aio$1@rogue.oti.com...
> Hi All,
>
> My plugin has a multi page editor which complex UI in each tab.. by complex
> UI, I mean that each tab is pretty much a form with a host of text fields
> that need to be filled out.
>
> Now my problem... I can't seem to use Ctrl-C,X or V nor use the Edit menu to
> cut copy and paste out of the textfields in my multi page editor. It DOES
> allow me to right click and cut, copy, paste, but for some reason, the Edit
> menu and its keyboard accelerators are disabled.
>
> It feels like I'm missing a critical piece of plumbing that needs to be
> hooked up... does anyone have ideas?
>
> G - using Eclipse 2.0.2
>
> PS.. I just noticed that the plugin.xml has the SAME problems as me... that
> DOESN'T give me a good feeling ;-(
>
>
Re: Keyboard Cut, Copy & Paste [message #78913 is a reply to message #78738] Fri, 20 June 2003 02:24 Go to previous message
Eclipse UserFriend
Originally posted by: gino.--no-spam--filicetti.net

See.... that's the problem... we're developing this plugin for use in the
new WSAD v5.. which is based on Eclipse 2.0.2, so don't have a choice as to
my version.

Was getting this working actually impossible in 2.0.2?

G

"Knut Radloff" <knut_radloff@oti.com> wrote in message
news:bctaf2$kcl$1@rogue.oti.com...
> Try using 2.1. I'm using the 20030611 3.0 stream build and the keyboard
shortcuts work for cut/paste in the plugin schema editor.
> 2.1 has a new key binding story which probably fixed this. See the (new)
org.eclipse.ui.commands extension point for details.
>
> Knut
>
> "G. Filicetti" <gino@--no-spam--filicetti.net> wrote in message
news:bcsusg$aio$1@rogue.oti.com...
> > Hi All,
> >
> > My plugin has a multi page editor which complex UI in each tab.. by
complex
> > UI, I mean that each tab is pretty much a form with a host of text
fields
> > that need to be filled out.
> >
> > Now my problem... I can't seem to use Ctrl-C,X or V nor use the Edit
menu to
> > cut copy and paste out of the textfields in my multi page editor. It
DOES
> > allow me to right click and cut, copy, paste, but for some reason, the
Edit
> > menu and its keyboard accelerators are disabled.
> >
> > It feels like I'm missing a critical piece of plumbing that needs to be
> > hooked up... does anyone have ideas?
> >
> > G - using Eclipse 2.0.2
> >
> > PS.. I just noticed that the plugin.xml has the SAME problems as me...
that
> > DOESN'T give me a good feeling ;-(
> >
> >
>
>
Previous Topic:View interrelationship questions
Next Topic:where does IPreferenceStore store name and value mapping?
Goto Forum:
  


Current Time: Fri Aug 16 17:31:45 GMT 2024

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

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

Back to the top