Description for example

git-svn-id: trunk@32959 -
This commit is contained in:
martin 2011-10-18 12:23:36 +00:00
parent 6aeddede79
commit 8a7cb1120a
2 changed files with 8 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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

View 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.