Author Topic: The 28 March 2007 build is out.  (Read 11484 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 28 March 2007 build is out.
« 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:

  • Added MessageManager::IsLogVisible() function to SDK
  • Fixed: [Bug #9438] View menu check error
  • wxSmith: Fixed bugs #10677 (Custom control not correctly shown in designer and preview), #8244 (Auto source editing doesn't work with relative files)
  • show a warning message if project/workspace could not be saved if issued by menu for the case it's e.g. write-protected (resolves FR #3252 partially)
  • Update virtual targets too when renaming or deleting a real target (bug #10708)
  • Fixed: [Bug #10611] Import of MS VC++ 6.0 compiler options files
  • wxMac: allow wxWidgets project wizard programs to run
  • fix PIC flags for Solaris
  • add wxAUI dependency on GTK+ libraries

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • menu items with icon not correctly aligned (since wx263) (is fixed with our special wx263/wx28 dll)

« Last Edit: March 28, 2007, 10:22:43 pm by killerbot »

Offline kurapix

  • Multiple posting newcomer
  • *
  • Posts: 68
Re: The 28 March 2007 build is out.
« Reply #1 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
Code::Blocks package building script

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 28 March 2007 build is out.
« Reply #2 on: March 28, 2007, 08:23:07 pm »
Ubuntu 6.10 Amd64 .deb installer can be found here.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline Lord Delvin

  • Single posting newcomer
  • *
  • Posts: 8
Re: The 28 March 2007 build is out.
« Reply #3 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:)
« Last Edit: March 28, 2007, 11:04:32 pm by Lord Delvin »

Eden

  • Guest
Re: The 28 March 2007 build is out.
« Reply #4 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



alanwong

  • Guest
Re: The 28 March 2007 build is out.
« Reply #5 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.

Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 28 March 2007 build is out.
« Reply #6 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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 28 March 2007 build is out.
« Reply #7 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline sls

  • Single posting newcomer
  • *
  • Posts: 5
Re: The 28 March 2007 build is out.
« Reply #8 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.
« Last Edit: March 29, 2007, 05:23:31 pm by sls »

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 28 March 2007 build is out.
« Reply #9 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?

Offline sls

  • Single posting newcomer
  • *
  • Posts: 5
Re: The 28 March 2007 build is out.
« Reply #10 on: March 29, 2007, 06:19:10 pm »
The one from this thread, svn 3788.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 28 March 2007 build is out.
« Reply #11 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.
Be a part of the solution, not a part of the problem.