Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on January 22, 2011, 11:47:34 am

Title: The 22 January 2011 build (6931) is out.
Post by: killerbot on January 22, 2011, 11:47:34 am
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 (http://forums.codeblocks.org/index.php/topic,3232.0.html).

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 22 January 2011 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20110122_rev6931_win32.7z
  - Linux :
   none

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 22 January 2011 build (6931) is out.
Post by: Xaviou on January 22, 2011, 04:29:52 pm
Ubuntu 10.04+ Amd64 tar.gz archive (containing '.deb' installers builds with wx2810 from Ubuntu's official repository) can be found  here (http://www.archive-host.com/compteur.php?url=http://codeblocks.archive-host.com/CB_20110121_1005_rev6931_Ubuntu1004-1010_wx2810_amd64tar.gz) (direct link).
".mo" file for french translation can be founded here (http://www.archive-host.com/compteur.php?url=http://codeblocks.archive-host.com/CB_20110121_rev6931_fr.zip) (see below for installation instructions)
Full Win32 French Version (including wxWidgets and MinGW dlls and french ".mo" file) can be founded here (http://www.archive-host.com/compteur.php?url=http://codeblocks.archive-host.com/CB_20110121_rev6931_win32_fr.7z)

Installing french language file:

Regards
Xav'
Title: Re: The 22 January 2011 build (6931) is out.
Post by: ptDev on January 23, 2011, 12:59:41 am
There's a new unofficial installer for this nightly as well. In addition to the usual extra plugins, it includes a portable launcher. Link (http://forums.codeblocks.org/index.php/topic,13234.0.html).
Title: Re: The 22 January 2011 build (6931) is out.
Post by: Krisando on January 23, 2011, 07:23:36 am
The tab focusing bug seems to have gone! :P

Also I have a Q, do you guys ever plan to make the intellisense (code hinter) fully resolve type definitions to the primary object types?
Title: Re: The 22 January 2011 build (6931) is out.
Post by: Jenna on January 23, 2011, 09:40:50 am
The tab focusing bug seems to have gone! :P
Nice to hear.
Title: Re: The 22 January 2011 build (6931) is out.
Post by: killerbot on January 23, 2011, 09:47:26 am
I haven't been experiencing it either. Well done Jens.
Title: Re: The 22 January 2011 build (6931) is out.
Post by: Phenom on January 27, 2011, 07:12:43 pm
I want report something (bug?) regarding code completion.

Type the following in the editor:

Code
switch
{
    case
}

If you type an ':' character right after the case keyword the whole line is tabed to the left.
Title: Re: The 22 January 2011 build (6931) is out.
Post by: oBFusCATed on January 27, 2011, 07:15:26 pm
I've seen this, too, extremely annoying....

Typing something like "case class::" <<--  here it double unindents, very annoying, very  :?
Title: Re: The 22 January 2011 build (6931) is out.
Post by: killerbot on January 27, 2011, 08:18:10 pm
a single unindent is typical in many editors :
1) public: in class definition
2) case : in switch

double unindent seems a bug to me
Title: Re: The 22 January 2011 build (6931) is out.
Post by: Folco on January 27, 2011, 09:59:17 pm
Pealse, would it be possible to have an option to disable this unindent, espacially for the public/protected/private keywords ?
I understand that some people like that, but not me :D
Title: Re: The 22 January 2011 build (6931) is out.
Post by: MortenMacFly on January 28, 2011, 06:35:06 am
Pealse, would it be possible to have an option to disable this unindent, espacially for the public/protected/private keywords ?
I understand that some people like that, but not me :D
Why don't you use the setting of the editor concerning auto / smart indent?
Title: Re: The 22 January 2011 build (6931) is out.
Post by: Folco on January 28, 2011, 09:15:12 am
Because I didn't know that they did what I want. I'll check that, thank you. :)
Title: Re: The 22 January 2011 build (6931) is out.
Post by: Krisando on January 28, 2011, 11:45:09 pm
CB seems pretty high maintenance to setup, every time I update or install on a new OS I have to:
-Rearrange the messily placed toolbars, most of which should be hidden.
-Have to click "do not annoy me" for every popup message.
-Make indenting use 3 spaces instead of 4.
-Turn off smart indent.
-Change auto-formatter to suit the style I use.

Is there any settings file I can reuse for each installation of Codeblocks? And you might want to look into the default toolbar arrangements. Especially in Gnome on Linux, they take up 1/3 your screen, due to the large size of them.
Title: Re: The 22 January 2011 build (6931) is out.
Post by: oBFusCATed on January 29, 2011, 01:42:44 am
If you preserve your ~/.codeblocks and even the whole ~ you won't need to re-setup everything...
Title: Re: The 22 January 2011 build (6931) is out.
Post by: Krisando on January 30, 2011, 03:39:04 am
Can this be shared between Linux & Windows?
Title: Re: The 22 January 2011 build (6931) is out.
Post by: oBFusCATed on January 30, 2011, 03:43:48 am
Probably you could use cb_share_config for this, never tried it...
Title: Re: The 22 January 2011 build (6931) is out.
Post by: MortenMacFly on January 30, 2011, 10:26:53 am
Can this be shared between Linux & Windows?
In general yes, but of course some path (like the ones to compiler/linkers) are wrong. You can still keep you default.conf file on Windows for later releases and the default.conf for Linux for later releases. This should always work unless the path's change for these platforms, too.
Title: Re: The 22 January 2011 build (6931) is out.
Post by: Loaden on February 10, 2011, 03:34:23 am
double unindent seems a bug to me
Confirmed.
Title: Re: The 22 January 2011 build (6931) is out.
Post by: Loaden on February 10, 2011, 05:39:04 am
double unindent seems a bug to me
Confirmed.
Should improved by this patch.
Title: Re: The 22 January 2011 build (6931) is out.
Post by: ollydbg on February 10, 2011, 05:55:04 am
Also I have a Q, do you guys ever plan to make the intellisense (code hinter) fully resolve type definitions to the primary object types?
what does this sentence means???