diff options
author | nyamatongwe <unknown> | 2012-07-04 14:56:46 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-07-04 14:56:46 +1000 |
commit | a182dd84d9d9c70b6ed72085afc91774dbc2ff5b (patch) | |
tree | d796a0ce8b225c9aceeba87792438e6d39be122f | |
parent | d554af8cdc92f445ae3d06aed75e6ffea86f178f (diff) | |
download | scintilla-mirror-a182dd84d9d9c70b6ed72085afc91774dbc2ff5b.tar.gz |
Added reference to QGrinUI.
-rw-r--r-- | doc/ScintillaRelated.html | 5 |
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. |