Mercurial > hg > octave-nkf
changeset 16677:f6dfc7705623
* settings-dialog.cc: enable octave lexer editor styles if lexer is present
author | Torsten <ttl@justmail.de> |
---|---|
date | Sat, 18 May 2013 15:06:33 +0200 |
parents | 558e1ce7247b |
children | 518dbe0ae857 |
files | libgui/src/settings-dialog.cc |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libgui/src/settings-dialog.cc +++ b/libgui/src/settings-dialog.cc @@ -37,12 +37,13 @@ #include <QScrollArea> #if defined (HAVE_QSCI_QSCILEXEROCTAVE_H) -//#define HAVE_LEXER_OCTAVE +#define HAVE_LEXER_OCTAVE #include <Qsci/qscilexeroctave.h> #elif defined (HAVE_QSCI_QSCILEXERMATLAB_H) -//#define HAVE_LEXER_MATLAB +#define HAVE_LEXER_MATLAB #include <Qsci/qscilexermatlab.h> #endif + #include <Qsci/qscilexercpp.h> #include <Qsci/qscilexerbash.h> #include <Qsci/qscilexerperl.h>