Mercurial > hg > octave-nkf
comparison gui/src/m-editor/file-editor-tab.h @ 15080:4c4f2fb07a50 gui
Added find functionality in editor by to.lil.
* find.png: Added find icon.
* find-dialog.cc: Added find dialog.
* find-dialog.h: Added find dialog.
* file-editor-tab.cc: Integrated find dialog.
* file-editor-tab.h: Added new method for find.
* file-editor.cc: Added new actions, menus and toolbuttons.
* file-editor.h: Added new method/slot for find.
author | Jacob Dawid <jacob.dawid@gmail.com> |
---|---|
date | Thu, 02 Aug 2012 11:08:45 +0200 |
parents | 355d6c165df0 |
children |
comparison
equal
deleted
inserted
replaced
15055:48ae6a7c69c1 | 15080:4c4f2fb07a50 |
---|---|
39 void update_window_title(bool modified); | 39 void update_window_title(bool modified); |
40 void handle_copy_available(bool enableCopy); | 40 void handle_copy_available(bool enableCopy); |
41 void handle_margin_clicked (int line, int margin, Qt::KeyboardModifiers state); | 41 void handle_margin_clicked (int line, int margin, Qt::KeyboardModifiers state); |
42 void comment_selected_text (); | 42 void comment_selected_text (); |
43 void uncomment_selected_text (); | 43 void uncomment_selected_text (); |
44 void find (); | |
44 void remove_bookmark (); | 45 void remove_bookmark (); |
45 void toggle_bookmark (); | 46 void toggle_bookmark (); |
46 void next_bookmark (); | 47 void next_bookmark (); |
47 void previous_bookmark (); | 48 void previous_bookmark (); |
48 void remove_all_breakpoints (); | 49 void remove_all_breakpoints (); |