With the latest version this problem is still there.
The following is happening:
- gnome has a panel/bar on top of the screen.
- wxWidgets/Codeblocks created/places a new window(like debug watches etc.) at a default position of (0,0)
- if the gnome panel is there, that window its title is hidden by the Gnome bar, which is always on top.
- and so you can not move it by dragging the title bar.
Work around is to set the Gnome top panel to auto hide ( Right Mouse->Properties).
That way the Codeblocks window its title is visible, and you can drag.
I consider this a bug, the code should know there is a Gnome bar, and place new windows below it.
Klaas