Are the file tabs supposed to move (so as to rearrange the tab order) when they're dragged? Mine don't move. Is there a setting I need to turn on somewhere that I've missed?
-Penn
Works perfect, here.
What version of codeblocks and os are you using?
I'm using
C::B svn 4105
wx 2.8.4-GTK
on Fedora Core 7 under Compiz window manager
I just tested it with
C::B svn 4107
wxGTK 2.8.4
OpenSuse 10.2 without Compiz
and it also works.
You have to drag and drop the tab on another tab, so they will swap.
Regards
raph
Thanks Raph. The problem was that I hadn't tried tried dropping one tab on top of another -- I was instead trying to drop a tab in the free space at the end of the tab row. I'll assume this unituitive behavior is a product of wx's AUI, and not a C::B oversight.
-Penn
Quote from: penn3 on June 25, 2007, 03:34:04 PM
I'll assume this unituitive behavior is a product of wx's AUI, and not a C::B oversight.
You are right, that behavior is the fault of the wxFlatNotebook (http://sourceforge.net/projects/wxflatnotebook/)component.
This (http://forums.next.codeblocks.org/index.php/topic,6273.0.html)may also be interesting.
Regards
raph