Skip to content
GitLab
Menu
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
bc6c1a93
Commit
bc6c1a93
authored
Oct 03, 2021
by
Christoph Cullmann
🐮
Browse files
save 'Show output view for message type' setting
BUG: 442707
parent
b50577a0
Pipeline
#84749
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kate/kateconfigdialog.cpp
View file @
bc6c1a93
...
...
@@ -335,7 +335,7 @@ void KateConfigDialog::slotApply()
cg
.
writeEntry
(
"Close After Last"
,
sessionConfigUi
.
modCloseAfterLast
->
isChecked
());
m_mainWindow
->
setModCloseAfterLast
(
sessionConfigUi
.
modCloseAfterLast
->
isChecked
());
cg
.
read
Entry
(
"Show output view for message type"
,
m_messageTypes
->
currentIndex
());
cg
.
write
Entry
(
"Show output view for message type"
,
m_messageTypes
->
currentIndex
());
cg
.
writeEntry
(
"Stash unsaved file changes"
,
sessionConfigUi
.
stashUnsavedFilesChanges
->
isChecked
());
KateApp
::
self
()
->
stashManager
()
->
setStashUnsavedChanges
(
sessionConfigUi
.
stashUnsavedFilesChanges
->
isChecked
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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