Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on August 12, 2006, 07:39:44 pm

Title: The 12 august 2006 build is out.
Post by: killerbot 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:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 12 august 2006 build is out.
Post by: lubos on August 12, 2006, 10:26:25 pm
->Hide code-completion list when the editor loses focus
great!
Title: Re: The 12 august 2006 build is out.
Post by: skirby 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
Title: Re: The 12 august 2006 build is out.
Post by: killerbot 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.
Title: Re: The 12 august 2006 build is out.
Post by: skirby on August 14, 2006, 02:01:46 pm
You are absolutely right.
I have the same behavior with the Find dialog box.
Title: Re: The 12 august 2006 build is out.
Post by: nfz 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.
Title: Re: The 12 august 2006 build is out.
Post by: killerbot on August 14, 2006, 09:32:36 pm
should be fixed in rev 2848.
Title: Re: The 12 august 2006 build is out.
Post by: nfz on August 14, 2006, 09:46:09 pm
ah, the old missing event.skip() bug.  Yep, that fixed it, thanks.