Version: unspecified (using Devel) OS: Linux This patch enables tabs in the Tabify plugin for Kate to be moved around into whatever order the user wants. Reproducible: Always
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. ***