Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Ctrl+X not CUT but EXIT
Ctrl+X not CUT but EXIT [message #311260] Sun, 07 January 2007 15:11 Go to next message
Wiktor is currently offline WiktorFriend
Messages: 55
Registered: July 2009
Member
I write plugin in eclipse enviroment since few months.
But since today in all workspaces (also running plugin workspaces) when
I press ctrl+x inside diferent editors/views/etc. eclipse wants to exit
instead of cutting selected element.

Of course when I delete this posistion in preferences it works ok, but
it is annoying to change this setting in every workspace i use.

Thanx for help
Wiktor
Re: Ctrl+X not CUT but EXIT [message #311264 is a reply to message #311260] Sun, 07 January 2007 18:23 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

What version of eclipse has CTRL+X as exit not cut? What platform?

Later,
PW


Re: Ctrl+X not CUT but EXIT [message #1002008 is a reply to message #311260] Thu, 17 January 2013 17:53 Go to previous message
Vincenzo Caselli is currently offline Vincenzo CaselliFriend
Messages: 235
Registered: January 2012
Senior Member

Just in case someone is hitting this same problem:
if ever you have used the wizard to create the RCP Mail example consider that it includes this key-binding

<extension
point="org.eclipse.ui.bindings">
<key
commandId="org.eclipse.ui.file.exit"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="CTRL+X">
</key>
</extension>

!!!
HTH

Vincenzo Caselli
RCP Vision
Previous Topic:Eclipse 3.8.2 Juno SR2 Roadmap or "Updatepolicy"
Next Topic:Storing Preferences in Plug-In
Goto Forum:
  


Current Time: Tue Mar 19 08:29:49 GMT 2024

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

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

Back to the top