News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 09 June 2008 build (5093) is out.

Started by killerbot, June 09, 2008, 08:41:58 PM

Previous topic - Next topic

k1mgy

Bug:

After performing a thread search I found the window listing the search items was too small.  So I re-sized it.  Search contents disappeared from the window.




k1mgy

Another issue with this build (and previous):

*Double-click* on function call name (Read2438AToD below),  then right-click and select "Find Implementation": does not work on FIRST try.  Subsequent attempts work.  Seems that selecting the entire name screws up the parser.

*Single click* on function call name (Read2438AToD below), then right-click and select "Find Implementation": this works.

This seems to be the case ONLY when the function is BELOW the cursor (deeper in the current file).  If the function is in another file, this issue does not seem to surface.

Eg:

if (strcasecmp(cType,"UTA10") == 0)
{
        log_info("  ** UTA10 **");
   nResult=Read2438AToD(TempSN );
   if (nResult>=10.22)
     nResult=0;
   lRead=true;
}

...

float Read2438AToD(uchar *TempSN)
{
...
}


May I suggest that when this feature is used a browsemark be automatically set?  This will be a real time saver.



massi87

#17
when i tape in spacebar the codecompletion menu popup and no space ,desactivation of the plugin not correcte it

ubuntu 8.04

massi87

but removing it work its codecompletion probleme

Loaden

Build SVN5014 on Debian, the version can't show. this is the 'start here' info:
svn build rev 0 (unknown date) gcc 4.3.1 Linux/unicode

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.


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
ubuntu 8.04
wxWidget 2.8

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


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.

ahlongxp

Quote from: jens on June 25, 2008, 07:34:20 PM
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


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.

That works. Thanks for the hint.
ubuntu 8.04
wxWidget 2.8