diff --git a/.gitattributes b/.gitattributes index 10d13b7b62..2df164c4d8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/examples/SynEdit/SynGutterMarks/README.txt b/examples/SynEdit/SynGutterMarks/README.txt new file mode 100644 index 0000000000..9632ddcb68 --- /dev/null +++ b/examples/SynEdit/SynGutterMarks/README.txt @@ -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.