Tab reordering in the IDE

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Tab reordering in the IDE

Post 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.
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Post by AND51 »

+1
PB 4.30

Code: Select all

onErrorGoto(?Fred)
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

Code: Select all

$TabRecord++;
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
#NULL
Addict
Addict
Posts: 1497
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Post by #NULL »

yes, i'm missing that too
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post 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).
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

nice idea.

...and I agree to Trond, Move-Buttons would be sufficent, doesn't need to be D&D...
oh... and have a nice day.
Post Reply