mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 08:32:35 +02:00
Description for example
git-svn-id: trunk@32959 -
This commit is contained in:
parent
6aeddede79
commit
8a7cb1120a
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -3223,6 +3223,7 @@ examples/SynEdit/SynAnyHighlighter/synanysynhighlighter.lpr svneol=native#text/p
|
||||
examples/SynEdit/SynAnyHighlighter/unit1.lfm svneol=native#text/plain
|
||||
examples/SynEdit/SynAnyHighlighter/unit1.lrs svneol=native#text/pascal
|
||||
examples/SynEdit/SynAnyHighlighter/unit1.pas svneol=native#text/plain
|
||||
examples/SynEdit/SynGutterMarks/README.txt svneol=native#text/plain
|
||||
examples/SynEdit/SynGutterMarks/SynGutterMarkExample.ico -text
|
||||
examples/SynEdit/SynGutterMarks/SynGutterMarkExample.lpi svneol=native#text/xml
|
||||
examples/SynEdit/SynGutterMarks/SynGutterMarkExample.lpr svneol=native#text/pascal
|
||||
|
7
examples/SynEdit/SynGutterMarks/README.txt
Normal file
7
examples/SynEdit/SynGutterMarks/README.txt
Normal file
@ -0,0 +1,7 @@
|
||||
Example for SynEdit's Bookmarks
|
||||
(SynEdit is the editor used by the IDE)
|
||||
|
||||
This example shows how to display Bookamrks 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.
|
Loading…
Reference in New Issue
Block a user