Author Topic: The 09 June 2008 build (5093) is out.  (Read 40109 times)

Offline k1mgy

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: The 09 June 2008 build (5093) is out.
« Reply #15 on: June 18, 2008, 05:01:06 pm »
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.




Offline k1mgy

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: The 09 June 2008 build (5093) is out.
« Reply #16 on: June 18, 2008, 09:15:51 pm »
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.



Offline massi87

  • Single posting newcomer
  • *
  • Posts: 2
Re: The 09 June 2008 build (5093) is out.
« Reply #17 on: June 19, 2008, 05:23:24 pm »
when i tape in spacebar the codecompletion menu popup and no space ,desactivation of the plugin not correcte it

ubuntu 8.04
« Last Edit: June 19, 2008, 05:34:01 pm by massi87 »

Offline massi87

  • Single posting newcomer
  • *
  • Posts: 2
Re: The 09 June 2008 build (5093) is out.
« Reply #18 on: June 19, 2008, 05:41:50 pm »
but removing it work its codecompletion probleme

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 09 June 2008 build (5093) is out.
« Reply #19 on: June 24, 2008, 08:56:01 am »
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

Offline Zini

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: The 09 June 2008 build (5093) is out.
« Reply #20 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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 09 June 2008 build (5093) is out.
« Reply #21 on: June 25, 2008, 12:47:31 pm »
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.

Offline Zini

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: The 09 June 2008 build (5093) is out.
« Reply #22 on: June 25, 2008, 01:36:06 pm »
Correct, I am on Windows (*sigh*), WinXP SP2 to be precise.

Glad to hear, that it is not a feature.

Offline ahlongxp

  • Multiple posting newcomer
  • *
  • Posts: 22
Re: The 09 June 2008 build (5093) is out.
« Reply #23 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
ubuntu 8.04
wxWidget 2.8

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 09 June 2008 build (5093) is out.
« Reply #24 on: June 25, 2008, 07:34:20 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.

Offline ahlongxp

  • Multiple posting newcomer
  • *
  • Posts: 22
Re: The 09 June 2008 build (5093) is out.
« Reply #25 on: June 28, 2008, 11:15:42 am »
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