News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Split Windows Bug

Started by Belgabor, September 24, 2006, 10:41:08 PM

Previous topic - Next topic

Belgabor

Hi guys,

I'll repost this report here, as the original one is getting swept away by new nightlies (And it probably was the wrong place to report it anyways :P ):
(quoted from the 19.9. nightly thread)

Quote from: Belgabor on September 19, 2006, 11:55:45 PM
Hi guys,

I also switched from Dev-C++ (actually wxDev-C++) recently. Although it took me some time to set things up (doing static builds with wx-2.7) now everything runs to my satisfaction :D

I noticed some bugs with splitted windows though, the second (splitted of) view seems to be the step-child :)

  • If I click on the left margin (to fold, set breakpoints) the event is processed in the first view (vertical split: something else folds there, horizontal split: the click scrolls the first view up and down, it seems to 'hit' the scroll bar).
  • All the navigational features (Symbol list, function dropdown) of CB only act on the first view, not the one that has the focus as I expect.
The second might be considiered a missing feature, but the first is certainly a bug.

PS: Using CB on windows, this nightly.

Here is what Pecan added to the issue:

Quote from: Pecan on September 20, 2006, 04:07:38 AM

Item 1 is also true of "search in files " results. Event if the second window has the focus, clicked items show in the non-focused window.