Author Topic: The 22 december 2006 build is out.  (Read 7878 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 22 december 2006 build is out.
« on: December 22, 2006, 08:50:40 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

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 22 December 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061222_rev3413_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061222_rev3413_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20061222_rev3413_suse100+101.i586.rpm
         http://prdownload.berlios.de/codeblocks/CB_20061222_rev3413_fc4+5.i586.rpm


Resolved Fixed:

  • Implemented "security" page in scripting settings

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)

« Last Edit: December 23, 2006, 10:37:37 pm by killerbot »

sgt_pinky

  • Guest
Re: The 22 december 2006 build is out.
« Reply #1 on: December 24, 2006, 08:35:20 am »

In this version, as in some previous versions, code completion does not work. I am using SuSE 10.1 RPM. I have checked all the 'Editor' settings, and SmartSense is enabled, with Follow local includes and Follow global includes both checked.

In rev 3392 code completion worked fine.

Offline lubos

  • Almost regular
  • **
  • Posts: 131
Re: The 22 december 2006 build is out.
« Reply #2 on: December 24, 2006, 02:01:46 pm »
please focus more on code completition. this is thingie that developers relly need and when i compare it to visual studion 8 ee it relly lacks...
1.sometimes the members of struct or class won't pop up, but it exist. eg in SDL, sdl_surface->w won't pop up sdl_surfac members
2.tooltip or bubble of function prototype and comments up to function when browsing code completition pop up could be nice
3.when start writing call to function and put first bracket, tooltip with function prototype could be nice
thanks

PDEE

  • Guest
Re: The 22 december 2006 build is out.
« Reply #3 on: December 24, 2006, 02:37:39 pm »
I agree with lubos, i am not a great programmer, but i am now starting to use classes and when i use the direct or indirect membership operator nothing comes up. I don't know if i am doing it correctly or not! I have to try my program in VC++ Express to see if it is right.

Edit: Still a fantastic IDE by the way  :D
« Last Edit: December 24, 2006, 02:43:21 pm by PDEE »

mareq

  • Guest
Re: The 22 december 2006 build is out.
« Reply #4 on: December 29, 2006, 04:55:03 pm »
bug:
activate another project, select it, the box indicating the selected project does not fit the entire project name (because now it has bold font).