Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on March 28, 2007, 07:03:25 pm

Title: The 28 March 2007 build is out.
Post by: killerbot on March 28, 2007, 07:03:25 pm
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 28 March 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070328_rev3788_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070328_rev3788_Ubuntu6.xx.deb
         http://prdownload.berlios.de/codeblocks/CB_20070328_rev3788_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070328_rev3788_fc4+5.i586.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 28 March 2007 build is out.
Post by: kurapix on March 28, 2007, 07:18:38 pm
Nice release as always!

I'm using 3737 build.

Anyway I wanted to know if you were going to fix some code completion strange behavior :
- it doesn't parse all preprocessors constants (try with GTK_WINDOW_TOPLEVEL for example).
- it doesn't show macros parameters.
- sometimes it doesn't code complete at all, just have to restart to make it work again (sorry I haven't found the step to reproduce).
- it takes time to code complete (even if the delay is put to 0 ms).

Kurapix
Title: Re: The 28 March 2007 build is out.
Post by: Xaviou on March 28, 2007, 08:23:07 pm
Ubuntu 6.10 Amd64 .deb installer can be found here (http://www.esnips.com/web/CodeBlocks).
Title: Re: The 28 March 2007 build is out.
Post by: Lord Delvin on March 28, 2007, 11:02:01 pm
Nice release as always!

I'm using 3737 build.

Anyway I wanted to know if you were going to fix some code completion strange behavior :
- it doesn't parse all preprocessors constants (try with GTK_WINDOW_TOPLEVEL for example).
- it doesn't show macros parameters.
- sometimes it doesn't code complete at all, just have to restart to make it work again (sorry I haven't found the step to reproduce).
- it takes time to code complete (even if the delay is put to 0 ms).
I can confirm this behavior and have to add one, but this on an older build, so it might be fixed(I'll check that, so if I dont come back by tomorrow to this it holds true):
- parameter completion aborts if you type something unexpected e.g. an other function or block seperators and it wont return to the completion context

EDIT:
Tested it in current:
the behavior appears at least on backspace, even if the token deleted is not the '(' of the function what should be considered a bug;
get some sleep now:)
Title: Re: The 28 March 2007 build is out.
Post by: Eden on March 29, 2007, 12:32:20 am
The previous revision and this revision ive had a problem with the wizard (see the following screenshots)

The problem with the selection box seams to appear in all the wizards.

I'm using the latest revision on wxGTK 2.8.0

(http://img337.imageshack.us/img337/9096/untitledbt6.png)
(http://img338.imageshack.us/img338/4060/bug0ul2.png)
Title: Re: The 28 March 2007 build is out.
Post by: alanwong on March 29, 2007, 11:28:04 am
Can you add style to c:B ? because I have be sick of white background screen, hope it use black background or other style that it looks as if linux style.

Now, only Editor can set other colour as background.

In fact,I hope add some style  for the entire environment of C::B, not only the Editor.
Title: Re: The 28 March 2007 build is out.
Post by: Acki on March 29, 2007, 03:22:26 pm
Hi,
I have a problem with files that have a wrong timestamp !!!
They won't be compiled...
I don't see why a wrong timestamp should cause C::B to not compile this files ???
Could you please have a look for this and change it ???

thx, Acki
Title: Re: The 28 March 2007 build is out.
Post by: MortenMacFly on March 29, 2007, 04:44:46 pm
Could you please have a look for this and change it ???
Well as you said - the root of your issue is a wrong timestamp of the source files. I believe you are aware that *every* compiler / compilation system decides upon the timestamp of the object/source files and the system time whether the source-file needs to be re-compiled. So why don't you just update the timestamp of your source files? Because *this* is the reason for your problems. C::B behaves fully correct (as any other IDE would do). There is no change required at all.
With regards, Morten.
Title: Re: The 28 March 2007 build is out.
Post by: sls on March 29, 2007, 05:17:12 pm
When I press Alt+F and then S in Windows, Code::Blocks now highlights "Save project as user-template"?

Wow that's annoying me. Can it highlight "Save", please, since that is the entry with the S mnemonic?

EDIT: Actually, given that it has the mnemonic it should just straightaway save, not go through the "press S again for others" routine.
Title: Re: The 28 March 2007 build is out.
Post by: Pecan on March 29, 2007, 05:37:00 pm
When I press Alt+F and then S in Windows, Code::Blocks now highlights "Save project as user-template"?

Wow that's annoying me. Can it highlight "Save", please, since that is the entry with the S mnemonic?

EDIT: Actually, given that it has the mnemonic it should just straightaway save, not go through the "press S again for others" routine.

Hmm, My Alt-F S does do a save file(svn 3789). What version of CB are you running?
Title: Re: The 28 March 2007 build is out.
Post by: sls on March 29, 2007, 06:19:10 pm
The one from this thread, svn 3788.
Title: Re: The 28 March 2007 build is out.
Post by: Biplab on March 29, 2007, 06:27:45 pm
The one from this thread, svn 3788.

Did you overwrite an older nightly folder with the latest package??

I can't find this in official nightly.