Author Topic: The 12 august 2006 build is out.  (Read 9980 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
The 12 august 2006 build is out.
« on: August 12, 2006, 07:39:44 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 12 August 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060812_rev2840_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060812_rev2840_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20060812_rev2840_fc4+5.rpm


Resolved Fixed:

  • cb_koders: another fix, restored wxSmith connectivity
  • little include fix
  • MessageManager::DebugLogWarning() and MessageManager::DebugLogError() no longer popup a message box
  • Hide code-completion list when the editor loses focus
  • further include fix

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)
  • menu items with icon not correctly aligned (since wx263)

« Last Edit: August 13, 2006, 10:22:58 am by killerbot »

Offline lubos

  • Almost regular
  • **
  • Posts: 131
Re: The 12 august 2006 build is out.
« Reply #1 on: August 12, 2006, 10:26:25 pm »
->Hide code-completion list when the editor loses focus
great!

Offline skirby

  • Almost regular
  • **
  • Posts: 137
Re: The 12 august 2006 build is out.
« Reply #2 on: August 14, 2006, 01:51:50 pm »
I have found a very small cosmetic bug into this version (and probably minor version)

Here is the way to reproduce it:
- Open C::B
- Create a new Win32 GUI Project named Test in your desktop (I haven't test with another type of project)
- Open the file main.cpp

Now Create a new Win32 GUI project again (Menu File, New and Project)
- Press Next in order to go to the next screen (where you select your name and folder for your project)

=> The cursor in the field Project title is not in the beginning of the field but in the middle

This behavior does not occur in the file main.cpp is not opened.


Otherwise, do you think it would be possible to add a new Dialog Based project (main.cpp and main.rc files).
It would be great for people like me who often use this type of project.
I really hope it will be add in a next nightly build  :D

Thanks for your hard work on C::B

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
Re: The 12 august 2006 build is out.
« Reply #3 on: August 14, 2006, 01:56:31 pm »
=> The cursor in the field Project title is not in the beginning of the field but in the middle

I have seen this once with the 'find' functionality also.

Offline skirby

  • Almost regular
  • **
  • Posts: 137
Re: The 12 august 2006 build is out.
« Reply #4 on: August 14, 2006, 02:01:46 pm »
You are absolutely right.
I have the same behavior with the Find dialog box.

nfz

  • Guest
Re: The 12 august 2006 build is out.
« Reply #5 on: August 14, 2006, 05:14:51 pm »
I've got the same thing but it happens in all text entry fields in CB and sometimes the cursur is flashing really fast or so fast you can't see it.  Text editing in the entry field still seems to work fine ie text selection, insert delete etc.  The only place it doesn't happen is in the wxscintilla editor.    I am not using a nightly build but but my own build done using svn rev 2836.  Did another update and build this morning (rev 2845) and its still there.  Seems to be only happening on Windows XP, didn't notice it on Linux but my build for that is a few days old.  This has happened before but I never looked into it since it went away a few days later when I updated from svn and did a full rebuild.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
Re: The 12 august 2006 build is out.
« Reply #6 on: August 14, 2006, 09:32:36 pm »
should be fixed in rev 2848.

nfz

  • Guest
Re: The 12 august 2006 build is out.
« Reply #7 on: August 14, 2006, 09:46:09 pm »
ah, the old missing event.skip() bug.  Yep, that fixed it, thanks.