Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Eclipse hotkey for the mouse double click?(What way is there to get the behaviour of a doubleclick on your hotkeys?)
Eclipse hotkey for the mouse double click? [message #781061] Fri, 20 January 2012 10:04
Missing name Missing name is currently offline Missing name Missing nameFriend
Messages: 1
Registered: January 2012
Junior Member
Hello Folks Smile

I am looking for a way to get a hotkey which selects text like when double clicking in eclipse.

e.g. i have

<h:panelGroup rendered="#{hashmap['somekey']}">

If i double click on somekey i get somekey selected, if I double click the very same spot again it selects #{hashmap['somekey']}

I know about alt+shift+uparrow but that's just not gonna work for this scenario.


The problem with the mouse doubleclick is that
1 you have to use the mouse
2 it doesn't always work well since if you just move your mouse by 2 pixels after the first double click, it will behave oddly

I'm using eclipse helios 3.6.2

[Updated on: Fri, 20 January 2012 10:33]

Report message to a moderator

Previous Topic:Eclipse Plugin - Debugger - Automatically select the top stackframe
Next Topic:AbstractDecoratedTextEditor Backgroundcolor
Goto Forum:
  


Current Time: Thu Apr 25 14:07:04 GMT 2024

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

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

Back to the top