diff options
author | Neil <nyamatongwe@gmail.com> | 2015-06-26 10:49:40 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-06-26 10:49:40 +1000 |
commit | dbe7e35b1148c6304872198e4ee057671ea85f7f (patch) | |
tree | f2273f8b1d0f011e765f0d6cd5317b00844fa30d | |
parent | f9db4a6721b5487ce2fad7a278aa8f92e508e4e7 (diff) | |
download | scintilla-mirror-dbe7e35b1148c6304872198e4ee057671ea85f7f.tar.gz |
Added CodeMirror to list of editing components.
-rw-r--r-- | doc/ScintillaRelated.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index e0cd4f18b..6f31e5a56 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -455,6 +455,10 @@ Editing Components </h3> <p> + <a href="https://codemirror.net/">CodeMirror</a> + is a versatile text editor implemented in JavaScript for the browser. + </p> + <p> <a href="http://www.soft-gems.net/index.php/controls/unicodeeditor-formerly-unicode-syntax-editor">UniCodeEditor</a> is a Unicode aware syntax editor control for Delphi and C++ Builder. </p> |