Author Topic: The 22 January 2011 build (6931) is out.  (Read 34494 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 22 January 2011 build (6931) is out.
« 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.

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:



    Offline Xaviou

    • Regular
    • ***
    • Posts: 402
      • X@v's wxStuff
    Re: The 22 January 2011 build (6931) is out.
    « Reply #1 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 (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'
    The french wxWidgets site : http://www.wxdev.fr
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/

    Offline ptDev

    • Almost regular
    • **
    • Posts: 222
    Re: The 22 January 2011 build (6931) is out.
    « Reply #2 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.

    Offline Krisando

    • Multiple posting newcomer
    • *
    • Posts: 17
    Re: The 22 January 2011 build (6931) is out.
    « Reply #3 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?

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 22 January 2011 build (6931) is out.
    « Reply #4 on: January 23, 2011, 09:40:50 am »
    The tab focusing bug seems to have gone! :P
    Nice to hear.

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5490
    Re: The 22 January 2011 build (6931) is out.
    « Reply #5 on: January 23, 2011, 09:47:26 am »
    I haven't been experiencing it either. Well done Jens.

    Offline Phenom

    • Multiple posting newcomer
    • *
    • Posts: 57
    Re: The 22 January 2011 build (6931) is out.
    « Reply #6 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.

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 22 January 2011 build (6931) is out.
    « Reply #7 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  :?
    (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!]

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5490
    Re: The 22 January 2011 build (6931) is out.
    « Reply #8 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

    Offline Folco

    • Regular
    • ***
    • Posts: 343
      • Folco's blog (68k lover)
    Re: The 22 January 2011 build (6931) is out.
    « Reply #9 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
    Kernel Extremist - PedroM power ©

    Offline MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 22 January 2011 build (6931) is out.
    « Reply #10 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?
    Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
    C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
    C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

    Offline Folco

    • Regular
    • ***
    • Posts: 343
      • Folco's blog (68k lover)
    Re: The 22 January 2011 build (6931) is out.
    « Reply #11 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. :)
    Kernel Extremist - PedroM power ©

    Offline Krisando

    • Multiple posting newcomer
    • *
    • Posts: 17
    Re: The 22 January 2011 build (6931) is out.
    « Reply #12 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.

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 22 January 2011 build (6931) is out.
    « Reply #13 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...
    (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!]

    Offline Krisando

    • Multiple posting newcomer
    • *
    • Posts: 17
    Re: The 22 January 2011 build (6931) is out.
    « Reply #14 on: January 30, 2011, 03:39:04 am »
    Can this be shared between Linux & Windows?