Page 1 of 1

Tab reordering in the IDE

Posted: Wed Oct 10, 2007 3:26 am
by Mistrel
Notepad++ has a neat feature in that I can reorder the tabs by dragging them to the left or the right. I'd love to see this kind of feature in the PureBasic IDE.

Posted: Wed Oct 10, 2007 9:45 am
by AND51
+1

Posted: Wed Oct 10, 2007 9:55 am
by Fluid Byte

Code: Select all

$TabRecord++;

Posted: Wed Oct 10, 2007 10:54 am
by #NULL
yes, i'm missing that too

Posted: Wed Oct 10, 2007 11:26 am
by Trond
You can already sort sources under the file menu, but it's cumbersome.

Implementing drag and drop would probably be quite some work, but a set of toolbar buttons to move the current source right/left would be much quicker to do and be almost as good (in my opinion).

Posted: Wed Oct 10, 2007 6:37 pm
by Kaeru Gaman
nice idea.

...and I agree to Trond, Move-Buttons would be sufficent, doesn't need to be D&D...