Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: iw2nhl on July 27, 2006, 03:03:19 am

Title: Strange focus effect
Post by: iw2nhl on July 27, 2006, 03:03:19 am
I noticed that the focus works differently if using nigthly builds or compiling myself the code.
Nightly:
the focus is on the window (pane) I clicked, but when I move the mouse pointer to the text editor, the focus passes automatically to it, without a click needed
SVN:
the focus works as any other program: it changes only when I click

I like the nigthly behaviour (most of the times, it helps), but I cannot reproduce it with the SVN version.
I'm using wxWidgets 2.6.3-p2 and latest SVN of C::B.
Compiler: MinGW 3.4.2 with updated w32api 3.7
OS: Windows 2000 SP4

[EDIT]
I found that C::B gets that behaviour when you compile also all contributed plugins. So probably it is a plugin that adds that effect.
Anyone knows which one?
Title: Re: Strange focus effect
Post by: Pecan on July 27, 2006, 04:58:28 am
I noticed that the focus works differently if using nigthly builds or compiling myself the code.
Nightly:
the focus is on the window (pane) I clicked, but when I move the mouse pointer to the text editor, the focus passes automatically to it, without a click needed
SVN:
the focus works as any other program: it changes only when I click

I like the nigthly behaviour (most of the times, it helps), but I cannot reproduce it with the SVN version.
I'm using wxWidgets 2.6.3-p2 and latest SVN of C::B.
Compiler: MinGW 3.4.2 with updated w32api 3.7
OS: Windows 2000 SP4

[EDIT]
I found that C::B gets that behaviour when you compile also all contributed plugins. So probably it is a plugin that adds that effect.
Anyone knows which one?

Look at the options on DragScroll plugin.

Title: Re: Strange focus effect
Post by: iw2nhl on July 27, 2006, 09:02:33 pm
Found, thanks!