From 8a7cb1120afc09d903aaf793fc339e44f0e31a14 Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 18 Oct 2011 12:23:36 +0000 Subject: [PATCH] Description for example git-svn-id: trunk@32959 - --- .gitattributes | 1 + examples/SynEdit/SynGutterMarks/README.txt | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 examples/SynEdit/SynGutterMarks/README.txt 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.