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
cb3289ad
Commit
cb3289ad
authored
Oct 23, 2022
by
Christoph Cullmann
🍨
Browse files
add tooltip to close documents of window
parent
0b73fd7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/lib/kateconfigdialog.cpp
View file @
cb3289ad
...
...
@@ -574,6 +574,7 @@ void KateConfigDialog::addSessionPage()
// When a window is closed, close all documents only visible in that window, too
sessionConfigUi
.
winClosesDocuments
->
setChecked
(
cgGeneral
.
readEntry
(
"Close documents with window"
,
true
));
sessionConfigUi
.
winClosesDocuments
->
setWhatsThis
(
i18n
(
"When a window is closed the documents opened only in this window are closed as well."
));
connect
(
sessionConfigUi
.
winClosesDocuments
,
&
QCheckBox
::
toggled
,
this
,
&
KateConfigDialog
::
slotChanged
);
// Closing last file closes Kate
...
...
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