diff options
author | Neil <nyamatongwe@gmail.com> | 2023-04-24 13:16:17 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2023-04-24 13:16:17 +1000 |
commit | 804ccb970bcffc83726a412b7d8781eac6bf43c2 (patch) | |
tree | 24560bc2fa97e21582019e08ce1b4b0865e8430f | |
parent | 6ed732a2bc041aaec891ac22d90684c35aac2159 (diff) | |
download | scintilla-mirror-804ccb970bcffc83726a412b7d8781eac6bf43c2.tar.gz |
Remove dead links.
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 0b8594f79..38fe334d9 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -148,10 +148,6 @@ GTK sample which can be used to find bugs or prototype new features.</a><br /> <a class="jump" href="Lexer.txt">A detailed description of how to write a lexer, including a discussion of folding</a>.<br /> - <a class="jump" href="http://sphere.sourceforge.net/flik/docs/scintilla-container_lexer.html"> - How to implement a lexer in the container</a>.<br /> - <a class="jump" href="http://sphere.sourceforge.net/flik/docs/scintilla-folding.html"> - How to implement folding</a>.<br /> <a class="jump" href="https://github.com/geany/geany/files/5204338/Scintilla-var.aq-Tutorial.pdf"> Beginner's Guide to lexing and folding</a>.<br /> The <a class="jump" href="SciCoding.html">coding style</a> used in Scintilla and SciTE is |