Mercurial > hg > octave-nkf
diff gui/src/m-editor/file-editor-interface.h @ 14830:41b86dc61306 gui
Removed run command, instead cding into the script directory and executing script directly.
* file-editor-interface: Added methods for entering and quitting debug mode.
* file-editor-tab: Removed run-command.
* file-editor: Implemented methods for entering and quitting debug mode.
author | Jacob Dawid <jacob.dawid@googlemail.com> |
---|---|
date | Mon, 02 Jul 2012 16:06:50 +0200 |
parents | e3ae0850b105 |
children | 1ffaad442161 |
line wrap: on
line diff
--- a/gui/src/m-editor/file-editor-interface.h +++ b/gui/src/m-editor/file-editor-interface.h @@ -43,6 +43,9 @@ virtual QMenu *debug_menu () = 0; + virtual void handle_entered_debug_mode () = 0; + virtual void handle_quit_debug_mode () = 0; + public slots: virtual void request_new_file () = 0; virtual void request_open_file () = 0;