aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2012-07-04 14:56:46 +1000
committernyamatongwe <unknown>2012-07-04 14:56:46 +1000
commita182dd84d9d9c70b6ed72085afc91774dbc2ff5b (patch)
treed796a0ce8b225c9aceeba87792438e6d39be122f
parentd554af8cdc92f445ae3d06aed75e6ffea86f178f (diff)
downloadscintilla-mirror-a182dd84d9d9c70b6ed72085afc91774dbc2ff5b.tar.gz
Added reference to QGrinUI.
-rw-r--r--doc/ScintillaRelated.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html
index 66f68ea92..f2e918cd1 100644
--- a/doc/ScintillaRelated.html
+++ b/doc/ScintillaRelated.html
@@ -123,6 +123,11 @@
Projects using Scintilla
</h3>
<p>
+ <a href="https://gitorious.org/qgrinui">QGrinUI</a>
+ searches for a regex within all relevant files in a directory and shows matches using
+ SciTE through the director interface.
+ </p>
+ <p>
<a href="http://foicica.com/textadept/">Textadept</a>
is a ridiculously extensible cross-platform text editor for programmers written (mostly) in
Lua using LPeg to handle the lexers.