Examples/SynEdit: Readme and typo in comment

git-svn-id: trunk@38237 -
This commit is contained in:
martin 2012-08-14 12:53:12 +00:00
parent eda6929eb0
commit 2035b46c66
3 changed files with 9 additions and 1 deletions

1
.gitattributes vendored
View File

@ -3577,6 +3577,7 @@ examples/SynEdit/Completion/unit1.lfm svneol=native#text/plain
examples/SynEdit/Completion/unit1.pas svneol=native#text/pascal
examples/SynEdit/NewHighlighterTutorial/HighlighterTutorial.lpi svneol=native#text/xml
examples/SynEdit/NewHighlighterTutorial/HighlighterTutorial.lpr svneol=native#text/pascal
examples/SynEdit/NewHighlighterTutorial/README.txt svneol=native#text/plain
examples/SynEdit/NewHighlighterTutorial/contexthl.pas svneol=native#text/pascal
examples/SynEdit/NewHighlighterTutorial/foldhl.pas svneol=native#text/pascal
examples/SynEdit/NewHighlighterTutorial/simplehl.pas svneol=native#text/pascal

View File

@ -0,0 +1,7 @@
Example for the "Create your own SynEdit Highlighter" tutorial
(SynEdit is the editor used by the IDE)
The tutorial can be found at http://wiki.lazarus.freepascal.org/SynEdit_Highlighter
It explains the steps required to write your own highlighter from scratch.

View File

@ -9,7 +9,7 @@ This is NOT about extending the IDE. This is about SynEdit and it's Highlighter
Therefore this does not include:
- registration in the component pallette.
- Using the Object Inspector
Those steps are the same as they would be for any other self wriiten componont.
Those steps are the same as they would be for any other self writen componont.
*)
{$mode objfpc}{$H+}