Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » eclipse shortcut key to simulate control key + mouse hovering
eclipse shortcut key to simulate control key + mouse hovering [message #1022152] Thu, 21 March 2013 11:13
Sérgio Neves is currently offline Sérgio NevesFriend
Messages: 2
Registered: July 2009
Junior Member
Hi,
I'm developing in eclipse 3.7 with android plug-in.
Imagine I have this line on my source:
Button checkCmd = (Button) findViewById(R.id.bResults);
in which R.id.bResults is an id of a Button declared in a XML file.
If we want to go to the xml where this view is declared we can press
control key and put the mouse over this id, and a popup will appear saying:
- Open delcaration (in java)
- Open declaration on file xxx.xml
Is there a shortcut key that simulates this popup appearance, so that we
don't need to take this steps?
If the answer is negative, what is the most correct component for that I
can report a bug to introduce this shortcut key?

Any response will be welcome.
Best regards,
sérgio Neves
Previous Topic:Eclipse Juno provides highlighting and code hints/completion for LimeJs javascript game engine?
Next Topic:eclipse no java virtual machine was found
Goto Forum:
  


Current Time: Thu Sep 26 19:28:56 GMT 2024

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

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

Back to the top