diff options
| author | 2017-09-03 22:37:17 +0200 | |
|---|---|---|
| committer | 2017-09-03 22:37:17 +0200 | |
| commit | 5f0e412722823e1d4a3061d7b85a2ee2bf84464b (patch) | |
| tree | 13b3fbf67a078b4ee5aafef2728e464cfc2c48ba /src/modules/editor/ScriptEditorImplementation.h | |
| parent | KviKvsPopupMenu: Code cleanup (diff) | |
| download | KVIrc-5f0e412722823e1d4a3061d7b85a2ee2bf84464b.tar.gz KVIrc-5f0e412722823e1d4a3061d7b85a2ee2bf84464b.tar.bz2 KVIrc-5f0e412722823e1d4a3061d7b85a2ee2bf84464b.zip | |
Improve the script tester a little bit (#2282)
* Fix the code editor not being focused by default in the script tester
dialog, add a "find" button, and fix the colour of the find lineedit.
* Add a dedicated ircview for the code tester.
Diffstat (limited to 'src/modules/editor/ScriptEditorImplementation.h')
| -rw-r--r-- | src/modules/editor/ScriptEditorImplementation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/editor/ScriptEditorImplementation.h b/src/modules/editor/ScriptEditorImplementation.h index 1a99aa490..91baf4303 100644 --- a/src/modules/editor/ScriptEditorImplementation.h +++ b/src/modules/editor/ScriptEditorImplementation.h @@ -155,6 +155,7 @@ protected: ScriptEditorWidgetColorOptions * m_pOptionsDialog; ScriptEditorWidget * m_pEditor; QLabel * m_pRowColLabel; + QPushButton * m_pFindButton; int m_lastCursorPos; public: |
