Summary: | [PATCH] Make tabs in the Tabify plugin movable | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Alex Smith <alex> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | alex, rehash_fd |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Patch
Line number updated for kate-4.6.2 make tabs movable and keep the moved positions on reopening |
Description
Alex Smith
2011-02-17 16:14:57 UTC
Created attachment 57328 [details]
Patch
Created attachment 58941 [details]
Line number updated for kate-4.6.2
It is identical to the first attachment except for the line numbers.
(In reply to comment #1) > Created an attachment (id=57328) [details] > Patch It works great! Thanks! Git commit 70ed2aeb54c141f4833dc343ea02c530abba0b71 by Dominik Haumann. Committed on 14/04/2011 at 20:40. Pushed by dhaumann into branch 'master'. Tabify plugin: make tabs movable Thanks to Alex Smith for the initial patch! BUG: 266530 M +26 -9 kate/plugins/tabify/tabify.cpp M +3 -0 kate/plugins/tabify/tabify.h http://commits.kde.org/kate/70ed2aeb54c141f4833dc343ea02c530abba0b71 Created attachment 59227 [details]
make tabs movable and keep the moved positions on reopening
The patch follows the last patch by Alex Smith. In last patch, the moved positions are kept locally in m_docList, which will be lost after exiting. With this updated patch, it also changes the order of document list maintained by Kate's document manager. So that documents (and tabs) will be listed according to their latest positions on reopening.
Can you open a new report for that with the patch? This one is closed already. *** Bug 264788 has been marked as a duplicate of this bug. *** |