News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 04 january 2007 build is out.

Started by killerbot, January 05, 2007, 12:33:20 AM

Previous topic - Next topic

killerbot

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.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 04 January 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070104_rev3459_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070104_rev3459_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20070104_rev3459_suse100+101.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070104_rev3459_fc4+5.i586.rpm (not yet)


Resolved Fixed:


  • Code snippets 0.3.2:
    - Keep all whitespace in snippets
    - Respect GNOME HIG in Edit snippet dialog (wxGTK)
    - To prevent data loss if the codesnippets.xml is not valid XML, the file is now backupped if loading it failed
  • Code-completion:
      - bug-fix for duplicate C/C++ parser dirs per-project.
      - improve code-completion wrt namespace members
  • Added per-project notes (accessible through project properties or menu "Project->Notes"). There is also the option to display the project's notes on-load (useful if you want to share your project with others and want to embed some usage/setup instructions, for example)
  • New project option for generating object filenames. Currently C::B generates a file's filename by replacing its extension with the object extension (e.g. foo.cpp ->foo.o). This option allows you instead to append the object extension (e.g. foo.cpp -> foo.cpp.o). Useful for projects with compileable files having the same name (and in the same directory) but different extensions
  • Added new generic dialog containing a multiline text box (read-only or editable; controlled by the constructor). Used for project notes currently
  • Project file version upgraded to 1.6. Differences from 1.5 include changes to accommodate the above new features plus that now only values that differ from the defaults are saved (so project files are smaller now)
  • SDK version pumped to 1.11.6

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)


stahta01

Quote from: killerbot on January 05, 2007, 12:33:20 AM
The 04 January 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070104_rev3459_win32.7z

Does this link work? I am on dialup, so that might be the cause, but it does NOT work for me.
Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

killerbot


stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

orefa

Quote
the file is now backupped if loading it failed

backupped?  :shock:

Alright, natural languages are dynamic, let's all agree that "backup" is also a verb. ...although the past tense takes only one 'p' according to the well-known scientific method of Googling (also a verb) for "backupped" (15 thousand entries) and "backuped" (261 thousand). Usage makes law. Back to your regular programming.  :wink:

(end rambling)


btriffles

Quote from: killerbot on January 05, 2007, 12:33:20 AM
  • Project file version upgraded to 1.6. Differences from 1.5 include changes to accommodate the above new features plus that now only values that differ from the defaults are saved (so project files are smaller now)
Just a thought:
Do you think it is wise to only store settings that differ from the defaults?  Yes, you will save a few bytes of disk space (IMHO not important), but there could be some disadvantages:

  • If the developers ever want to change the default value of a setting, it may require extra work to make sure projects that expect the previous defaults don't break
  • It will be harder to manually edit the project file to change things from default settings

RJP Computing

Quote from: btriffles on January 05, 2007, 03:39:48 AM
Quote from: killerbot on January 05, 2007, 12:33:20 AM
  • Project file version upgraded to 1.6. Differences from 1.5 include changes to accommodate the above new features plus that now only values that differ from the defaults are saved (so project files are smaller now)
Just a thought:
Do you think it is wise to only store settings that differ from the defaults?  Yes, you will save a few bytes of disk space (IMHO not important), but there could be some disadvantages:

  • If the developers ever want to change the default value of a setting, it may require extra work to make sure projects that expect the previous defaults don't break
  • It will be harder to manually edit the project file to change things from default settings
Oh those are some good points. It might be worth thinking about.
- Ryan

Ubuntu/WinXP, AMD Athlon 64 3000+, 1000MB RAM, AC 97 Audio, ATI Radeon 9600XT 256MB

NuklearZelph

I don't look at the Nightlies very often, so i am not sure what i need to do, but i need to know what a good stable version is that i can burn to a cd with some other programs. i won't have constant internet soon or i'd not worry about it. is the current good, i remember some times seeing a big problem show up. (by memory at least)

i'd also like the source for that version so i could build it in linux. if i can get it somehow. i have 3455 right now just so i have something. does anyone have any advice?

Nuklear

wbest116

How do I get SDK version 1.11.6?

A month ago, I tried to develop the plugin with SDK (version is ... in CB download page). But CB notified that SDK version is old. Should I need SDK version 1.11.6, if I intend to develop a plugin based on this nightly build?

clyfish

http://developer.berlios.de/project/showfiles.php?group_id=5358
This Project Filelist link doesn't work.
What's the matter?

Gone
The requested resource
/project/showfiles.php
is no longer available on this server and there is no forwarding address. Please remove all references to this resource.
Apache/1.3.34 Server at developer.berlios.de Port 80

killerbot


joubertdj

Link works for me as well... there is a lot of files there and our repository huge... shouldn't we remove some of those files? Will probably help with BerliOS uptime  :lol:

killerbot

every month stuff gets cleaned, January clean is coming up ;-)

Pecan

Quote from: wbest116 on January 05, 2007, 06:16:47 AM
How do I get SDK version 1.11.6?

A month ago, I tried to develop the plugin with SDK (version is ... in CB download page). But CB notified that SDK version is old. Should I need SDK version 1.11.6, if I intend to develop a plugin based on this nightly build?

To get the SDK, you will have to download the source via SVN.
Search for "building" in the wiki.

   //-- Wiki Index
       CodeBlocks Wiki Index
   //-- Wiki Main Page
    CodeBlocks Wiki Main Page

Pecan

Quote from: NuklearZelph on January 05, 2007, 05:23:09 AM

i'd also like the source for that version so i could build it in linux. if i can get it somehow. i have 3455 right now just so i have something. does anyone have any advice?

Nuklear

Search for "building" in the wiki index.

   //-- Wiki Index
       CodeBlocks Wiki Index
   //-- Wiki Main Page
    CodeBlocks Wiki Main Page