Margin Glyphs in the Source Editor

See Also

The following table shows some of the annotation glyphs that can appear in the left margin of the Source Editor.

Glyph Description
error image The IDE has detected an error in the line. You can place the mouse pointer over the glyph to display a tooltip with information on the error.
override method image The method overrides a method from another class. Place your mouse pointer over the glyph to display a tooltip with name of the overridden method's class.
implement method image The method is overridden. Place your mouse pointer over the glyph to display a tooltip with name of the overriding method's class.
override and is overriden image The method overrides a method from another class and is overridden by another method. Place your pointer over the glyph to display a tooltip with the names of the overriding and overridden classes.
Bookmarked line image You have a bookmark set on the line. You can cycle forward and backward through your Source Editor bookmarks by pressing Ctrl-Shift-Period/Comma. You can add or remove a bookmark by pressing Ctrl-Shift-M.
breakpoint image You have a debugging breakpoint set on that line. You can remove the breakpoint by clicking the glyph. You can set another breakpoint by clicking in the left margin next to the line where you want the breakpoint to appear.
multiple annotations image There are multiple annotation glyphs for that line. Click the glyph to cycle through the annotations.
See Also
Breakpoints in the IDE

Legal Notices