News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 22 January 2011 build (6931) is out.

Started by killerbot, January 22, 2011, 11:47:34 AM

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

Resolved Fixed:


  • add event to hide loggers; fix (minor) issues in infopane; use new event for todo-list
  • fix possible issue, where tab-control does not release mouse-capture properly
  • ReopenEditor-plugin: added closd file list; any files on the list can be opened or removed from list; list is shown as dockable window or in Logs & others (configurable via "Settings -> Editor -> Reopen editor settings")
  • add event to get active log window (logger)
  • increased number of recent projects / recent files to 16/16
  • added .cc and .c++ extension for completion
  • applied patch by danselmi to re-enable the status by working properly and allows for modifications by plugins (fixes an issue introduced with r6841)
    - removed some obsolete code

Regressions/Confirmed/Annoying/Common bugs:




Xaviou

Ubuntu 10.04+ Amd64 tar.gz archive (containing '.deb' installers builds with wx2810 from Ubuntu's official repository) can be found  here (direct link).
".mo" file for french translation can be founded here (see below for installation instructions)
Full Win32 French Version (including wxWidgets and MinGW dlls and french ".mo" file) can be founded here

Installing french language file:

  • under Linux : put this file in /usr/share/codeblocks/locale/fr_FR/ (you'll have to create these folders the first time)
  • under Windows : put this file in $CodeBlocks_Install_Dir\share\CodeBlocks\locale\fr_FR\ (you'll have to create these folders the first time)

Regards
Xav'
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

ptDev

There's a new unofficial installer for this nightly as well. In addition to the usual extra plugins, it includes a portable launcher. Link.

Krisando

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?

Jenna


killerbot

I haven't been experiencing it either. Well done Jens.

Phenom

I want report something (bug?) regarding code completion.

Type the following in the editor:


switch
{
    case
}


If you type an ':' character right after the case keyword the whole line is tabed to the left.

oBFusCATed

I've seen this, too, extremely annoying....

Typing something like "case class::" <<--  here it double unindents, very annoying, very  :?
(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!]

killerbot

a single unindent is typical in many editors :
1) public: in class definition
2) case : in switch

double unindent seems a bug to me

Folco

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
Kernel Extremist - PedroM power ©

MortenMacFly

Quote from: 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
Why don't you use the setting of the editor concerning auto / smart indent?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Folco

Because I didn't know that they did what I want. I'll check that, thank you. :)
Kernel Extremist - PedroM power ©

Krisando

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.

oBFusCATed

If you preserve your ~/.codeblocks and even the whole ~ you won't need to re-setup everything...
(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!]

Krisando

Can this be shared between Linux & Windows?