lazarus/examples/SynEdit/SynGutterMarks
2017-05-11 09:04:51 +00:00
..
README.txt Description for example 2011-10-18 12:48:04 +00:00
SynGutterMarkExample.ico
SynGutterMarkExample.lpi Examples: Remove PathDelim and LaunchingApplication settings from the projects. 2017-05-11 09:04:51 +00:00
SynGutterMarkExample.lpr
SynGutterMarkExample.res Examples: Remove PathDelim and LaunchingApplication settings from the projects. 2017-05-11 09:04:51 +00:00
unit1.lfm examples: synguttermarks: win32 gui mode, fixed Left position 2012-08-04 10:28:59 +00:00
unit1.pas Examples: Fix compilation when function wrappers in FileUtil are disabled (define NoLazUTF8Wrappers). Clean uses sections. 2015-07-04 23:08:27 +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.