User forums > Nightly builds

The 09 June 2008 build (5093) is out.

<< < (5/6) > >>

Zini:
I just switched from rev 4365 to rev 5093 and noticed a (to me) quite annoying change of behaviour: When clicking on the file in the projects-tab the file would open in the editor and gain the focus. Now the file opens without gaining the focus, which means I have to click on the Editor first, before I can move my hand from the mouse back to the keyboard.

Is that a feature or a bug? And if it is a feature, may I ask for an option to switch it off? Don't want to dramatise (I know it is just one more click), but this drives me up the wall.

Jenna:

--- Quote from: Zini on June 25, 2008, 10:54:25 am ---I just switched from rev 4365 to rev 5093 and noticed a (to me) quite annoying change of behaviour: When clicking on the file in the projects-tab the file would open in the editor and gain the focus. Now the file opens without gaining the focus, which means I have to click on the Editor first, before I can move my hand from the mouse back to the keyboard.

Is that a feature or a bug? And if it is a feature, may I ask for an option to switch it off? Don't want to dramatise (I know it is just one more click), but this drives me up the wall.


--- End quote ---

I guess you use windows.

This does not happen for me on linux, but on win xp.
And it only happens when I doubleclick the filename, not if I open the file via context-menu.
Double-clicking seem to work only in debug-mode.
So I think it's a timing problem with events, maybe a windows or wxWidgets for windows problem.
I think the double-click also triggers a single click on the filename (or the "Management"-pane) after sending the doubleclick-event used by wxMenu and so the manager regains the focus immediately after opening the file and activating the editor.

Zini:
Correct, I am on Windows (*sigh*), WinXP SP2 to be precise.

Glad to hear, that it is not a feature.

ahlongxp:
svn 5106 won't build on ubuntu.

……
make[3]: Entering directory `/media/sda5/codeblocks/src/tools/ConsoleRunner'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/media/sda5/codeblocks/src/tools/ConsoleRunner'
make[3]: Entering directory `/media/sda5/codeblocks/src/tools'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/media/sda5/codeblocks/src/tools'
make[2]: Leaving directory `/media/sda5/codeblocks/src/tools'
Making all in setup
make[2]: Entering directory `/media/sda5/codeblocks/src/setup'
make[2]: *** No rule to make target `Makefile.am', needed by `Makefile.in'.  Stop.
make[2]: Leaving directory `/media/sda5/codeblocks/src/setup'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/media/sda5/codeblocks/src'
make: *** [all-recursive] Error 1

Jenna:

--- Quote from: ahlongxp on June 25, 2008, 06:58:11 pm ---svn 5106 won't build on ubuntu.

……
make[3]: Entering directory `/media/sda5/codeblocks/src/tools/ConsoleRunner'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/media/sda5/codeblocks/src/tools/ConsoleRunner'
make[3]: Entering directory `/media/sda5/codeblocks/src/tools'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/media/sda5/codeblocks/src/tools'
make[2]: Leaving directory `/media/sda5/codeblocks/src/tools'
Making all in setup
make[2]: Entering directory `/media/sda5/codeblocks/src/setup'
make[2]: *** No rule to make target `Makefile.am', needed by `Makefile.in'.  Stop.
make[2]: Leaving directory `/media/sda5/codeblocks/src/setup'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/media/sda5/codeblocks/src'
make: *** [all-recursive] Error 1


--- End quote ---

It seems you have a messed up "src"-directory.
"setup" is not in "src" since many revisions (somewhere between 5060 and 5070).

You should do a clean checkout of svn-sources.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version