Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does it mean arrow in editor in Eclipse?

Eclipse editor:

Sometimes appears this arrow so I cannot see if breakpoint is installed. Does it possible with some shortcut remove this arrow? Thanks.

like image 865
user710818 Avatar asked Feb 21 '12 07:02

user710818


People also ask

What are the shortcut keys for editing Java code in Eclipse?

In this article, we summarize a list of shortcut keys which are useful for editing Java code in Eclipse IDE. NOTE: Standard shortcuts are not covered, such as Ctrl + A (select all), Ctrl + Z (undo), etc. Ctrl + D: Deletes current line. Ctrl + Delete: Deletes next word after the cursor.

How to open file editor out of all opened files in Eclipse?

In this article, we will discuss how to open file editor out of all opened files in Eclipse IDE using shortcut keys CTRL + E And sometime we want to navigate through already opened files but it is not seen in the front

What is the shortcut for indentation in Eclipse?

This shortcut is very useful when you want to format messy code to Java-standard code. Note that, if nothing is selected in the editor, Eclipse applies formatting for the whole file: Ctrl + I: Corrects indentation for current line or a selected code block.


3 Answers

I think the yellow arrow is the search results icon. It know it sounds silly :/. You should just be able to close the search pane and the arrow will go. Does that fix it?

like image 71
ale Avatar answered Oct 22 '22 15:10

ale


The arrow will go away if you close the search result, not the search view. If you press the X or XX on the search view, it will hide/remove the yellow arrow.

like image 35
Robert N Avatar answered Oct 22 '22 14:10

Robert N


On Eclipse Help --> Help Contents --> Search icons.

Select the Editor area marker link, and you will see that the yellow icon is the "Search Result" icon. Whenever you do a search and the result is found, the icon shows which line it found it in.

like image 21
Buhake Sindi Avatar answered Oct 22 '22 16:10

Buhake Sindi