Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
30fe75a3
Commit
30fe75a3
authored
Nov 04, 2022
by
Eric Armbruster
🍁
Committed by
Christoph Cullmann
Nov 04, 2022
Browse files
Focus search line in config dialog
So you can immediately start typing.
parent
3a393767
Pipeline
#261198
passed with stage
in 15 minutes and 49 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
apps/lib/kateconfigdialog.cpp
View file @
30fe75a3
...
...
@@ -60,6 +60,7 @@ KateConfigDialog::KateConfigDialog(KateMainWindow *parent)
setStandardButtons
(
QDialogButtonBox
::
Ok
|
QDialogButtonBox
::
Apply
|
QDialogButtonBox
::
Cancel
|
QDialogButtonBox
::
Help
);
m_searchLineEdit
->
setPlaceholderText
(
i18n
(
"Search..."
));
setFocusProxy
(
m_searchLineEdit
);
m_searchTimer
->
setSingleShot
(
true
);
m_searchTimer
->
setInterval
(
400
);
m_searchTimer
->
callOnTimeout
(
this
,
&
KateConfigDialog
::
onSearchTextChanged
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment