User forums > Nightly builds

The 10 October 2009 build (5859) is out.

<< < (4/25) > >>

trdm:

--- Quote from: timothynasa on October 12, 2009, 04:29:47 pm ---Many thanks to your hard and good job :P

--- End quote ---
+2^1024 :)

Kazade:
Is it just me.. or did F11 stop working correctly in this version?

Normally if I create a header file, and press F11, Codeblocks would create the equivalent source file. Now it's stopped doing it. I can still switch between header/source if both files exist though. Is this a bug?

rjwgnr27:
On my system (Fedora 8 ), the new code completion very slow on start-up. 

For the start-up time measurement, I start CB.  At the welcome screen, I open a large project (5212 files; 1,989,931 total lines).  Once all the file tabs are opened, I measure the time until the symbol browser is populated.

Using the nightly SVN, except .../src/plugins/codecompletion is pre r5770 (svn up -c5770), start-up for my project is about 40 second.  The first ~25 seconds, editor is responsive, then unresponsive for the last 15, then the symbol browser is populated.  Saving a source file causes an approximately three second pause, presumably while the symbols of the file are reparsed.

All of the version since 5770 through the current 5861, take approximately three minutes for the symbol table to be populated; also saving a file causes approximately the same three minute delay.

As noted, this is a Fedora 8, x86_64; gcc-4.1.2-33.x86_64, wxBase-2.8.9-1.fc8.x86_64, wxGTK-2.8.9-1.fc8.x86_64.

   ./configure --enable-final --disable-dependency-tracking --disable-debug \
      --prefix=/usr --libdir=/usr/lib64 --with-contrib-plugins=all

courage:
Hello, this version already has this bug. See the attached pictures below, please.
When I use "MenuBar editor" to setup the properities of menu item, just like picture "01_checked.png", checking this menu item.
Then close this wxs file and reopen it, the checked properity is reset to be unckecked. Please see picture "02_unchecked.png". This bug has existed very long time. I'll be grateful for your help.


[attachment deleted by admin]

ollydbg:

--- Quote from: rjwgnr27 on October 13, 2009, 12:05:31 am ---On my system (Fedora 8 ), the new code completion very slow on start-up. 

For the start-up time measurement, I start CB.  At the welcome screen, I open a large project (5212 files; 1,989,931 total lines).  Once all the file tabs are opened, I measure the time until the symbol browser is populated.

Using the nightly SVN, except .../src/plugins/codecompletion is pre r5770 (svn up -c5770), start-up for my project is about 40 second.  The first ~25 seconds, editor is responsive, then unresponsive for the last 15, then the symbol browser is populated.  Saving a source file causes an approximately three second pause, presumably while the symbols of the file are reparsed.

All of the version since 5770 through the current 5861, take approximately three minutes for the symbol table to be populated; also saving a file causes approximately the same three minute delay.

As noted, this is a Fedora 8, x86_64; gcc-4.1.2-33.x86_64, wxBase-2.8.9-1.fc8.x86_64, wxGTK-2.8.9-1.fc8.x86_64.

   ./configure --enable-final --disable-dependency-tracking --disable-debug \
      --prefix=/usr --libdir=/usr/lib64 --with-contrib-plugins=all


--- End quote ---
rev 5770 is where the codecompletion_refactoring branch merged.  :D
Is there some test case you can supply?
For me, I just test opening the C::B's source, and the parser works quite well.


--- Quote ---Saving a source file causes an approximately three second pause, presumably while the symbols of the file are reparsed.
--- End quote ---
This is really not caused by CC.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version