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
5797f84d
Commit
5797f84d
authored
Feb 22, 2022
by
Giovana Santana
✍🏾
Committed by
Christoph Cullmann
Mar 11, 2022
Browse files
saving project map
parent
8be1bb81
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/project/kateprojectplugin.cpp
View file @
5797f84d
...
...
@@ -592,6 +592,14 @@ void KateProjectPlugin::writeSessionConfig(KConfigGroup &config)
if
(
project
->
fileName
().
isEmpty
())
{
projectList
.
push_back
(
project
->
baseDir
());
}
/**
* setup global attributes in this object
*/
m_projectMap
=
globalProject
;
// emit that we changed stuff
Q_EMIT
projectMapChanged
();
}
config
.
writeEntry
(
"projects"
,
projectList
);
...
...
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