Mercurial > hg > octave-nkf
comparison libgui/src/m-editor/file-editor.h @ 18619:de76baa76aa1 gui-release
maint: Periodic merge of stable to gui-release.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 07 Mar 2014 12:54:16 -0500 |
parents | 713193ffc8c4 17baa684892c |
children | 2d5d0d86432e |
comparison
equal
deleted
inserted
replaced
18608:89bd70fae066 | 18619:de76baa76aa1 |
---|---|
193 void request_styles_preferences (bool); | 193 void request_styles_preferences (bool); |
194 void restore_create_file_setting (); | 194 void restore_create_file_setting (); |
195 | 195 |
196 private: | 196 private: |
197 | 197 |
198 bool is_editor_console_tabbed (); | |
198 void construct (void); | 199 void construct (void); |
199 void add_file_editor_tab (file_editor_tab *f, const QString& fn); | 200 void add_file_editor_tab (file_editor_tab *f, const QString& fn); |
200 void save_file_as (QWidget *fetabID = 0); | 201 void save_file_as (QWidget *fetabID = 0); |
201 void mru_menu_update (void); | 202 void mru_menu_update (void); |
202 bool call_custom_editor (const QString& file_name = QString (), int line = -1); | 203 bool call_custom_editor (const QString& file_name = QString (), int line = -1); |