comparison libgui/src/m-editor/file-editor-tab.cc @ 19628:fe689210525c gui-release

maint: Periodic merge of stable to gui-release.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:05:42 -0500
parents 6d75f1683ce8 446c46af4b42
children be7ac98fab43
comparison
equal deleted inserted replaced
19624:6d75f1683ce8 19628:fe689210525c
2075 2075
2076 _edit_area->SendScintilla (2613,first_line); // SCI_SETFIRSTVISIBLELINE 2076 _edit_area->SendScintilla (2613,first_line); // SCI_SETFIRSTVISIBLELINE
2077 } 2077 }
2078 } 2078 }
2079 2079
2080 void 2080 void
2081 file_editor_tab::handle_cursor_moved (int line, int col) 2081 file_editor_tab::handle_cursor_moved (int line, int col)
2082 { 2082 {
2083 if (_edit_area->SendScintilla (QsciScintillaBase::SCI_AUTOCACTIVE)) 2083 if (_edit_area->SendScintilla (QsciScintillaBase::SCI_AUTOCACTIVE))
2084 show_auto_completion (this); 2084 show_auto_completion (this);
2085 2085