| Summary: | KDevelop doesn't remember certain configuration options among IDE's restarts | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Petros <petross404> |
| Component: | Session support | Assignee: | kdevelop-bugs-null |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | igorkuo |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Petros
2017-04-03 14:41:50 UTC
> KDevelop doesn't remember the "Enable Look-ahead code-completion" among IDE's restarts. > It can't remember it even for the same project, if this option isn't global. "Enable Look-ahead code completion" is a per-session option. It is correctly restored after restarting a KDevelop session in current KDevelop master. I don't understand what exactly doesn't work for you. Is there a per-project version of this option? > Another config option that the IDE doesn't remember, is the formating style under Source Formatter. The current style is also restored correctly in current KDevelop master. Note that there are per-session and per-project (in Project configuration dialog) Source Formatter settings. There *are* other bugs in that UI, which I am in the progress of fixing, for example, Bug 442903. Note that the language currently selected in Source Formatter configuration UI is not part of the stored config: it is merely a language, for which formatter and style is being configured. I am going to add an explanation of this to the UI to prevent user misunderstanding like in Bug 358798. > One last thing, I stoped to use "Add Kate Modeline" ; kdevelop didn't remember those too. https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/301 fixes a bug that could cause accidental not-saving of "Override Kate Indentation Mode" and "Add Kate Modeline" options in per-session Source Formatter settings. |