News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 15 January 2011 build (6921) is out.

Started by killerbot, January 15, 2011, 04:59:15 PM

Previous topic - Next topic

killerbot

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx2810_gcc451-TDM.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc451-TDM.7z

The 15 January 2011 build is out.
 - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20110115_rev6921_win32.7z
 - Linux :
   none

Resolved Fixed:


  • fix possible build issue with wx > 2.8.10
  • DragScroll 1.3.26 2011/01/2 : Fix Linux crash: check ClassInfo before scrolling wxListCtrl(s)
  • wxSmith fix: wrong include-line was created for wxMessageDialog
  • wxSmith-plugin: add missing initiliazation for MenuItem; fix typo
  • added new plugin: ReopenEditor; reopens last closed editor(s) via hotkey (Ctrl+Shift+t) or menu-item
  • Fix Ogre wizard not to link incorrect debug libraries under Linux (courtesy of Rainer Größlinger)

Regressions/Confirmed/Annoying/Common bugs:





killerbot


Jenna

#3
Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found (as usual) in my repo.

SVN revision is 6920, because 6921 was the mereg of trunk into the debugger-branch.

Krisando

There seems to be some sort of focus bug in these last few builds. I'm unable to interact with the code window with mouse or keyboard. Requires alt-tap to be pressed once to make it work, happened to me about 6 times yesterday.

I'm using Windows XP.

killerbot

I have been experiencing this also for 1 or 2 weeks, but on linux. I also suspect it is CB, but not been able to really pinpoint it.
I have to alt-tab a few times ...

Jenna

Are you still able to interact with the editor tabs (with the mouse) ?

If yes, this issue might be fixed in trunk (svn r6924).

Krisando

#7
Quote from: jens on January 19, 2011, 09:57:05 PM
Are you still able to interact with the editor tabs (with the mouse) ?

If yes, this issue might be fixed in trunk (svn r6924).
Yep, it seems so. Love these nightly builds.

Is there a to-do list until the next release anywhere?

Also pressing "save all" only changes the codeblocks code files and not the project itself. So when CB crashes/freezes you loose all changes made to it, unless you close the project, prompts to save and then reload.

killerbot

yes, that is known, we have debated on this before, some devs have/had the point of view, that save all, means save all source files.

killerbot

Quote from: jens on January 19, 2011, 09:57:05 PM
Are you still able to interact with the editor tabs (with the mouse) ?

If yes, this issue might be fixed in trunk (svn r6924).
I am on the debugger branch, but that has been merged today, so I will be able to judge tomorrow. The problem occurred to me at least twice a day, so if I make through the day tomorrow without that issue ....  ;-)

oBFusCATed

There is save everything, which saves the projects...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Phenom

Just a small thing: In the Help->About dialog it says: "Build Dec 28, 2010".

stahta01

Quote from: Phenom on January 20, 2011, 07:46:17 PM
Just a small thing: In the Help->About dialog it says: "Build Dec 28, 2010".

I believe that is the date of the wxWidgets Library.

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]

Phenom

In all previous nightlies it's the nightly build release date. Did it change now?

stahta01

Quote from: Phenom on January 21, 2011, 05:17:38 PM
In all previous nightlies it's the nightly build release date. Did it change now?

My prior post was a guess; you may be right.

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]