lazarus/examples/SynEdit/SynGutterMarks
2012-08-04 10:28:59 +00:00
..
README.txt Description for example 2011-10-18 12:48:04 +00:00
SynGutterMarkExample.ico
SynGutterMarkExample.lpi examples: synguttermarks: win32 gui mode, fixed Left position 2012-08-04 10:28:59 +00:00
SynGutterMarkExample.lpr
SynGutterMarkExample.res
unit1.lfm examples: synguttermarks: win32 gui mode, fixed Left position 2012-08-04 10:28:59 +00:00
unit1.pas examples: synguttermarks: win32 gui mode, fixed Left position 2012-08-04 10:28:59 +00:00

Example for SynEdit's Bookmarks
(SynEdit is the editor used by the IDE)

This example shows how to display Bookmarks and other marks/icons in the gutter of the editor.

The gutter is the area on the left side of the editor, which also shows the line numbers.
It can display small icons, such as bookmarks or the breakpoint-symbols used by the IDE.