Difference between revisions of "IDE Window: Editor Options Display Gutter"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with "Lazarus IDE has the feature called "Overview gutter". It is the thin vertical bar near the vertical scrollbar of the source editor. It can be enabled/disabled in the IDE Optio...")
 
Line 9: Line 9:
 
* interface/implementation/finalization sections: shades of grey
 
* interface/implementation/finalization sections: shades of grey
 
* current visible page: shade of grey
 
* current visible page: shade of grey
 +
 +
[[Category:Lazarus]]

Revision as of 17:55, 3 November 2021

Lazarus IDE has the feature called "Overview gutter". It is the thin vertical bar near the vertical scrollbar of the source editor. It can be enabled/disabled in the IDE Options dialog: "Editor / Display / Show overview gutter" checkbox.

ide-overview-gutter.png

Bar shows:

  • modified lines: green/yellow
  • gutter marks: breakpoints (red), bookmarks (blue), compile errors (orange)
  • interface/implementation/finalization sections: shades of grey
  • current visible page: shade of grey