diff options
Diffstat (limited to 'qtruby/INSTALL')
-rw-r--r-- | qtruby/INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qtruby/INSTALL b/qtruby/INSTALL index 530b9339..c4ca3793 100644 --- a/qtruby/INSTALL +++ b/qtruby/INSTALL @@ -131,14 +131,14 @@ echo -n "APPL????" > Shoot.app/Contents/PkgInfo Double click Shoot.app, Qt-Window appears in foreground." -TTQScintilla text editing widget support +TQScintilla text editing widget support -------------------------------------- -TTQScintilla is a text editing widget with syntax highlighting for a +TQScintilla is a text editing widget with syntax highlighting for a number of languages including ruby. It can be downloaded from here: http://www.riverbankcomputing.co.uk/qscintilla/download.php Use the '--enable-qscintilla=yes' configure option to build QtRuby with -TTQScintilla support. The classes in a 'Qext::' module, with names such as +TQScintilla support. The classes in a 'Qext::' module, with names such as Qext::Scintilla. |