Plugin Bugs item #2100690, was opened at 2008-09-08 21:06
Message generated for change (Comment added) made by shlomy
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=565475&aid=2100690&group_id=588
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Dac Chartrand (conner_bw)
>Assigned to: Shlomy Reinstein (shlomy)
Summary: BufferTabs 1.1.0 drag & drop broken in pre15
Initial Comment:
When trying to drag & drop a tab to another position, nothing happens.
Doing so repeatedly (as in WTF? user tries again, and again, and again) leads to bug #2088659.
Conversely, in previous version I could re-organize the tabs.
I am using OS X 10.4 .11 on PPC architecture java version "1.5.0_13"
----------------------------------------------------------------------
>Comment By: Shlomy Reinstein (shlomy)
Date: 2008-12-29 13:20
Message:
Fixed in the jEdit core, in SVN rev. 14244.
----------------------------------------------------------------------
Comment By: Shlomy Reinstein (shlomy)
Date: 2008-12-29 12:57
Message:
This happens because of BufferSet.addBufferAt. This method returns
immediately if the buffer is already in the buffer set, instead of setting
its index as it should.
----------------------------------------------------------------------
Comment By: Shlomy Reinstein (shlomy)
Date: 2008-12-29 08:50
Message:
Working with the trunk version of BufferTabs and jEdit, D & D is still
disabled for BufferTabs even when I uncheck the "Sort buffer sets" option.
----------------------------------------------------------------------
Comment By: Matthieu Casanova (kpouer)
Date: 2008-09-09 17:05
Message:
Yes, the BufferTabs plugin now follows the order of the buffers in the
bufferSet, so if the bufferSet is sorted, it cannot drag buffers to reorder
them.
I'll try to change that soon
----------------------------------------------------------------------
Comment By: Dac Chartrand (conner_bw)
Date: 2008-09-09 16:30
Message:
I can confirm that turning off sorted buffersets in the global properties
allows me to drag and drop.
----------------------------------------------------------------------
Comment By: Alan Ezust (ezust)
Date: 2008-09-08 21:55
Message:
either D&D should be disabled for sorted buffersets, or D&D should cause
the bufferset of the current editpane to change from whatever it was to an
unsorted "editpane scope" bufferset,
----------------------------------------------------------------------
Comment By: Alan Ezust (ezust)
Date: 2008-09-08 21:50
Message:
This is probably because the buffersets are sorted.
BufferTabs should switch off sorting of the bufferset if the user does a
D&D, I guess.
It works if you don't have sorted buffersets though.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=565475&aid=2100690&group_id=588
|