diff libgui/src/m-editor/file-editor.h @ 26875:ce972086bfd6

save & run action in editor now also continues in debug mode (bug #44730) * file-editor.cc (handle_enter_debug_mode): run action stays enabled but the tooltip is updated, prevent ambigous shortcuts; (handle_exit_debug_mode): back to normal tooltip; (request_run_file): Check for debug maode and emit new signal for requesting dbcont if it is; (construct): new menu name containing continue, connect new signal to the slot of the dbcont action in main_window * file-editor.h: new signal request_dbcont_signal
author Torsten Lilge <ttl-octave@mailbox.org>
date Sun, 10 Mar 2019 19:51:26 +0100
parents 9ec36417c262
children 1bdfd2b523c9
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor.h	Sun Mar 10 18:25:25 2019 +0100
+++ b/libgui/src/m-editor/file-editor.h	Sun Mar 10 19:51:26 2019 +0100
@@ -177,6 +177,7 @@
     void file_loaded_signal (void);
 
     void editor_tabs_changed_signal (bool);
+    void request_dbcont_signal (void);
 
   public slots: