diff libgui/src/m-editor/octave-qscintilla.h @ 19640:3156773fcc80 gui-release

open a doc page from editor directly without command window * file-editor.cc (add_file_editor_tab): connect new signal from edit area requesting showing the documentation * octave-qscintilla.cc (contextmenu_help_doc): emit new signal for documentation * octave-qscintilla.h: new signal for documentation
author Torsten <ttl@justmail.de>
date Thu, 22 Jan 2015 19:02:24 +0100
parents f90bb1e30de2
children 4197fc428c7d
line wrap: on
line diff
--- a/libgui/src/m-editor/octave-qscintilla.h	Thu Jan 22 06:52:37 2015 +0100
+++ b/libgui/src/m-editor/octave-qscintilla.h	Thu Jan 22 19:02:24 2015 +0100
@@ -54,6 +54,7 @@
   void context_menu_edit_signal (const QString&);
   void qsci_has_focus_signal (bool);
   void status_update (bool,bool);
+  void show_doc_signal (const QString&);
 
 private slots: