Summary: | Custom TODO marker words are not persistent | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | rjwgnr27 |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.5.60 | ||
Target Milestone: | 4.3.0 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdevplatform/e5b18d8f5ae5083b5d7bb1276320a90c0d43ad44 | Version Fixed In: | |
Sentry Crash Report: |
Description
rjwgnr27
2013-09-04 19:41:31 UTC
Git commit e5b18d8f5ae5083b5d7bb1276320a90c0d43ad44 by Vlas Puhov. Committed on 14/09/2013 at 17:37. Pushed by vpuhov into branch 'master'. Fix todo marker words and detailed completion settings not persistent across application restart. CCPreferences class is written with use of KCModule, so all settings can be saved/loaded automatically. For that widget's names should start with kcfg_ prefix, but neither todoMarkerWords nor completionDetail had one. Instead their values were set manually, but not written to the config file. REVIEW: 112590 M +2 -1 interfaces/icompletionsettings.h M +75 -3 shell/completionsettings.cpp M +36 -71 shell/completionsettings.h M +10 -11 shell/settings/ccconfig.kcfg M +5 -27 shell/settings/ccpreferences.cpp M +1 -3 shell/settings/ccpreferences.h M +6 -3 shell/settings/ccsettings.ui http://commits.kde.org/kdevplatform/e5b18d8f5ae5083b5d7bb1276320a90c0d43ad44 |