Summary: | Vi override mappings are not preserved between restarts | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Casey Link <unnamedrambler> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kdedevel |
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | 4.2.3 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdevplatform/0e2de87776eb43642a52966c4608ef90c079e546 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Patch to load KTextEditor config |
Description
Casey Link
2012-01-22 15:44:52 UTC
https://bugs.kde.org/293262 <-- I think this should be done for kdevelop as well It looks like they are written to the config file correctly (in KDevPlatform, shell/mainwindow_actions.cpp, "editor->writeConfig(); "), but KDevelop/ KDevPlatform never actually calls KateGlobal::readConfig, so they are never re-loaded (and are subsequently overwritten with blanks). Created attachment 74467 [details]
Patch to load KTextEditor config
I've been using the equivalent of the attached patch (against kdevplatform-4.3.1) for about a month or so, and it seems to work fine so far!
Git commit 0e2de87776eb43642a52966c4608ef90c079e546 by Olivier JG, on behalf of Simon St James. Committed on 28/10/2012 at 22:26. Pushed by olivierjg into branch 'master'. Restore editor config on load. M +1 -0 shell/partcontroller.cpp http://commits.kde.org/kdevplatform/0e2de87776eb43642a52966c4608ef90c079e546 |