Mercurial > hg > octave-lyh
diff gui/src/MainWindow.cpp @ 14306:c3b62d211b80 gui
.m-files can be directly run from the editor again. Autocompletion works again.
* FileEditorMdiSubWindow.cpp: Uncommented commands to send run command.
* MainWindow.cpp: Uncommented lines that initialize the editor with a lexer.
author | Jacob Dawid <jacob.dawid@googlemail.com> |
---|---|
date | Wed, 01 Feb 2012 11:27:39 +0100 |
parents | faece6b2ab90 |
children | 3b6177bd63b0 |
line wrap: on
line diff
--- a/gui/src/MainWindow.cpp +++ b/gui/src/MainWindow.cpp @@ -97,7 +97,7 @@ } m_lexerAPI->prepare(); // prepare API info ... this make take some time } - //subWindow->initEditor(m_terminalView, m_lexer, this); // init necessary informations for editor + subWindow->initEditor(m_terminalView, m_lexer, this); // init necessary informations for editor if ( fileName.isEmpty() ) subWindow->newFile ();