diff options
author | Neil <nyamatongwe@gmail.com> | 2020-06-16 21:51:40 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-06-16 21:51:40 +1000 |
commit | 0f0a8c1db9ef9909a93a94e008fbaf96e02ad78d (patch) | |
tree | f4a40441ed6859aa63bf7c5d655b45a405a2ab12 | |
parent | 1da92e82c03b517c9c814fce343d86d382a90a0a (diff) | |
download | scintilla-mirror-0f0a8c1db9ef9909a93a94e008fbaf96e02ad78d.tar.gz |
Added some projects that use Scintilla.
-rw-r--r-- | doc/ScintillaRelated.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index 55c6be11c..59ccebf33 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -128,6 +128,14 @@ Projects using Scintilla </h3> <p> + <a href="https://www.javacardos.com/tools">JCIDE</a> + is an IDE designed specifically for the Java Card programming language. + </p> + <p> + <a href="http://www.microissuer.com/?p=176">Snooper</a> + is an IDE for the smart card industry. + </p> + <p> <a href="https://github.com/martinrotter/textilosaurus">Textilosaurus</a> is simple cross-platform UTF-8 text editor based on Qt and Scintilla. </p> |