Summary: | KDevelop clears all editor bookmarks after restart | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Alexander <ashaduri> |
Component: | All editors | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | christoph, julee.vv, sreich |
Priority: | HI | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.3 | |
Sentry Crash Report: | |||
Attachments: | Quick and dirty fix |
Description
Alexander
2010-03-15 19:04:21 UTC
bookmarks are handled completely inside katepart, re-assigning. katepart will remember them, if you do read/writeSessionConfig for the documents/views, kate app does so and it works here, for KDE 4.4 and higher. *** Bug 187247 has been marked as a duplicate of this bug. *** *** This bug has been confirmed by popular vote. *** Reassigning back to KDevelop, see comment #2. someone should implement this using: http://api.kde.org/4.5-api/kdelibs-apidocs/interfaces/ktexteditor/html/classKTextEditor_1_1SessionConfigInterface.html *** Bug 279793 has been marked as a duplicate of this bug. *** Created attachment 68941 [details]
Quick and dirty fix
Git commit 0fb6c9c8be754919bd72ca442283e39609284146 by Milian Wolff, on behalf of Lambert Clara. Committed on 01/03/2012 at 20:51. Pushed by mwolff into branch '1.3'. Save and reload settings exposed by katepart per file Settings concerned : - Bookmarks - Folding - Opening mode (rw, ro) - Encoding this backports 11299e59e7 from master REVIEW: 104085 FIXED-IN: 1.3 M +43 -0 shell/textdocument.cpp M +1 -0 shell/textdocument.h http://commits.kde.org/kdevplatform/0fb6c9c8be754919bd72ca442283e39609284146 |