Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » How to move focus to the syntax error icons using keyboard?
How to move focus to the syntax error icons using keyboard? [message #911179] Tue, 11 September 2012 06:25 Go to next message
Jing Wang is currently offline Jing WangFriend
Messages: 1
Registered: September 2012
Junior Member
In eclipse, when coding in Java Editor, when there is syntax error, there will be an icon in front of the line of that text, when you move the mouse over it, there will be a corresponding message shown. My question is: what is the corresponding keyboard action to "move the focus to the icon"? Anyone knows the answer? Thanks!
Re: How to move focus to the syntax error icons using keyboard? [message #916689 is a reply to message #911179] Wed, 19 September 2012 10:11 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
On 11.09.2012 08:25, Jing Wang wrote:
> In eclipse, when coding in Java Editor, when there is syntax error,
> there will be an icon in front of the line of that text, when you move
> the mouse over it, there will be a corresponding message shown. My
> question is: what is the corresponding keyboard action to "move the
> focus to the icon"? Anyone knows the answer? Thanks!
The closest you can get is by using Next (Ctrl+.) / Previous (Ctrl+,)
Annotation. This will show the error text in the status line. If you
then still need to see the hover you can use F2 to bring it up.

Dani
Previous Topic:Plugin: Add CVS via Script
Next Topic:No Conditional Break-points in JSP Files?
Goto Forum:
  


Current Time: Tue Apr 23 11:08:50 GMT 2024

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

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

Back to the top