1

In Eclipse Che, when double clicking on a line number with code, a star is displayed to the left of the number. What is the star used for? Note that this is different than a single click used for flagging a break point.

J'e
  • 3,014
  • 4
  • 31
  • 55

2 Answers2

1

You can then navigate to the bookmarked line by clicking on the icon on the right to the scrollbar.

bianchi
  • 500
  • 2
  • 12
0

They are bookmarks. When a star is set, a light blue line appears on the right side. Hovering on the line will display a star and any text on that line.

enter image description here

J'e
  • 3,014
  • 4
  • 31
  • 55