mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 19:40:28 +02:00
Examples/SynEdit: Readme and typo in comment
git-svn-id: trunk@38237 -
This commit is contained in:
parent
eda6929eb0
commit
2035b46c66
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -3577,6 +3577,7 @@ examples/SynEdit/Completion/unit1.lfm svneol=native#text/plain
|
|||||||
examples/SynEdit/Completion/unit1.pas svneol=native#text/pascal
|
examples/SynEdit/Completion/unit1.pas svneol=native#text/pascal
|
||||||
examples/SynEdit/NewHighlighterTutorial/HighlighterTutorial.lpi svneol=native#text/xml
|
examples/SynEdit/NewHighlighterTutorial/HighlighterTutorial.lpi svneol=native#text/xml
|
||||||
examples/SynEdit/NewHighlighterTutorial/HighlighterTutorial.lpr svneol=native#text/pascal
|
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/contexthl.pas svneol=native#text/pascal
|
||||||
examples/SynEdit/NewHighlighterTutorial/foldhl.pas svneol=native#text/pascal
|
examples/SynEdit/NewHighlighterTutorial/foldhl.pas svneol=native#text/pascal
|
||||||
examples/SynEdit/NewHighlighterTutorial/simplehl.pas svneol=native#text/pascal
|
examples/SynEdit/NewHighlighterTutorial/simplehl.pas svneol=native#text/pascal
|
||||||
|
7
examples/SynEdit/NewHighlighterTutorial/README.txt
Normal file
7
examples/SynEdit/NewHighlighterTutorial/README.txt
Normal 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.
|
||||||
|
|
@ -9,7 +9,7 @@ This is NOT about extending the IDE. This is about SynEdit and it's Highlighter
|
|||||||
Therefore this does not include:
|
Therefore this does not include:
|
||||||
- registration in the component pallette.
|
- registration in the component pallette.
|
||||||
- Using the Object Inspector
|
- 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+}
|
{$mode objfpc}{$H+}
|
||||||
|
Loading…
Reference in New Issue
Block a user