Author Topic: The 01 November 2013 build (9425) is out.  (Read 33870 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 01 November 2013 build (9425) is out.
« on: November 03, 2013, 05:45:03 pm »
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_wx2812_gcc471-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_gcc471-TDM.7z
And the exception handler dll (for better crash reports) : http://prdownload.berlios.de/codeblocks/exchndl_gcc471-TDM.7z

The 01 November 2013 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20131101_rev9425_win32.7z
  - Linux :
   none

Resolved Fixed:

  • sdk: Fix bug #19025 'std::bad_alloc' when loading cmake generated project
  • Editor Tweaks plugin: introduce wrap char mode, code refactoring, remove a member variable since programmatically change the menu item status does not trigger its event handler. see discussion in http://forums.codeblocks.org/index.php/topic,18358.0.html for details.
  • settings: Don't allow an editor colour theme to contain invalid characters
  • proper fix of crash / bad behaviour due to EditorTweaks plugin as reported here: http://forums.codeblocks.org/index.php/topic,18358
  • implement hiding of icons in settings dialogs with wxGTK and fix an assert in wx2.9+ on windows; not absolutely satisfied
  • sdk: Fix bug "Ticking any checkbox in the File properties dialog cause the file to be made read-only"
  • Make sure "Save As" works correctly, thanks Pecan; see: http://forums.codeblocks.org/index.php/topic,18400.msg125820.html
  • apply patch 3470: project tree: fix crash on delete while dragging (modified)
  • zoom linenumber- and folding-margin, if the editor is zoomed; also fixes an issue described here: http://forums.codeblocks.org/index.php/topic,18229.msg124738.html#msg124738
  • CC: fix doubled quotes in header completion
  • ui: Implement feature #5694 - Show the active file in the editor in the project tree automatically (thanks davidallen)
  • FileManager plugin: use CodeBlocksThreadEvent instead of wxCommandEvent to avoid nasty crash (wxCommandEvent has thread safety issues)
  • Fix layout issues with listbbok in settings-dialogs, when changing from icon- to list-view; still not absolutely satisfying on all platforms.
  • CC: fix a bug in function ParserThread::GetBaseArgs(), when using a wxChar pointer to access the wxString, we should always check whether the pointer reaches the end of wxString. Hopefully solve the problems reported in http://forums.codeblocks.org/index.php/topic,18438.0.html
  • sdk: emulate middle mouse paste under all systems due to buggy wxClipboard
  • CC: fix doxygen processing bug http://forums.codeblocks.org/index.php/topic,18471.0.html
  • compiler: enable localization of XML based compiler interfaces
  • SpellChecker: fix bug 19164, incorrect highlighting of multibyte characters

Regressions/Confirmed/Annoying/Common bugs:



    Offline stahta01

    • Lives here!
    • ****
    • Posts: 7582
      • My Best Post
    Re: The 01 November 2013 build (9425) is out.
    « Reply #1 on: November 03, 2013, 07:54:45 pm »
    killerbot: I just noticed that the wxSmith project does NOT use the CB sdk.h precompiled Header (PCH)

    If I submit a patch would you test and/or apply it?

    I just wonder how much faster wxSmith compile using PCH; my computer is slow enough that compiling wxSmith is a lot of time.

    Running before tests right now to see about how long it takes. For comparison to after patch.
    No idea how long it will take to patch wxSmith to using PCH likely days to weeks.

    Tim S.
    C Programmer working to learn more about C++ and Git.
    On Windows 7 64 bit and Windows 10 64 bit.
    --
    When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5490
    Re: The 01 November 2013 build (9425) is out.
    « Reply #2 on: November 03, 2013, 09:14:56 pm »
    OK, I will test when you have a patch. Good luck.

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 01 November 2013 build (9425) is out.
    « Reply #3 on: November 03, 2013, 10:10:43 pm »
    As usual:
    Debian packages (binaries and sources) for 32-bit and 64-bit systems (stable and testing) can be found in my debian-repo.
    Fedora packages (binaries and sources) for 32-bit and 64-bit systems (fc18, fc19 and fc20) and RedHat/CentOS 5 and 6 packages (also 32-bit and 64-bit) can be found in my rpm-repo .

    Offline CmKaHo

    • Multiple posting newcomer
    • *
    • Posts: 26
    Re: The 01 November 2013 build (9425) is out.
    « Reply #4 on: November 04, 2013, 07:40:18 am »
    Tiny problem with line numbering. I have this option off and line numbers shows to me on every opened file. Setings->Editor & OK restores no line numbers untill next file open.

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 01 November 2013 build (9425) is out.
    « Reply #5 on: November 04, 2013, 08:08:54 am »
    Tiny problem with line numbering. I have this option off and line numbers shows to me on every opened file. Setings->Editor & OK restores no line numbers untill next file open.
    This is probablly related to a patch of mine regarding zooming of linenumbers and their margins.
    At least it's the only patch I remember, that directly works on line-number margin.

    I will look into it.

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 01 November 2013 build (9425) is out.
    « Reply #6 on: November 04, 2013, 01:24:37 pm »
    Tiny problem with line numbering. I have this option off and line numbers shows to me on every opened file. Setings->Editor & OK restores no line numbers untill next file open.
    This is probablly related to a patch of mine regarding zooming of linenumbers and their margins.
    At least it's the only patch I remember, that directly works on line-number margin.

    I will look into it.
    Should be fixed in trunk (next nightly).

    Offline dmoore

    • Developer
    • Lives here!
    • *****
    • Posts: 1576
    Re: The 01 November 2013 build (9425) is out.
    « Reply #7 on: November 04, 2013, 10:25:55 pm »
    Late to the party but Ubuntu packages (i386 + AMD64 for Precise through Trusty) based on Rev. 9429 are available here.

    Code
    sudo add-apt-repository ppa:damien-moore/codeblocks-nightly
    sudo apt-get update
    sudo apt-get install codeblocks codeblocks-contrib

    Note: If you are using Code::Blocks from Pasui's repository you will need to uninstall it and disable that repo before adding this one and reinstalling.
    « Last Edit: November 04, 2013, 11:12:05 pm by dmoore »

    Offline jasonwxj

    • Single posting newcomer
    • *
    • Posts: 3
    Re: The 01 November 2013 build (9425) is out.
    « Reply #8 on: November 05, 2013, 03:07:41 am »
    There will be crashed when I clicked Settings->Environment...

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 01 November 2013 build (9425) is out.
    « Reply #9 on: November 05, 2013, 08:24:48 am »
    There will be crashed when I clicked Settings->Environment...
    OS?
    (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 piityy

    • Single posting newcomer
    • *
    • Posts: 2
    Re: The 01 November 2013 build (9425) is out.
    « Reply #10 on: November 05, 2013, 10:16:06 am »
    Crash confirmed on W7-64 home. Just start CB->Settings->Enviroment
    There is no problem on Fedora19 XFCE (Jens's binary).
    « Last Edit: November 05, 2013, 10:28:35 am by piityy »

    Offline Newling

    • Multiple posting newcomer
    • *
    • Posts: 17
    Re: The 01 November 2013 build (9425) is out.
    « Reply #11 on: November 05, 2013, 12:59:00 pm »
    Have the same behavior as piityy, I switch back to svn9378 and it works.

    Win-XPpro32


    Offline CmKaHo

    • Multiple posting newcomer
    • *
    • Posts: 26
    Re: The 01 November 2013 build (9425) is out.
    « Reply #12 on: November 05, 2013, 01:32:40 pm »
    ...
    Should be fixed in trunk (next nightly).

    Thanks.
    Karel

    Offline jasonwxj

    • Single posting newcomer
    • *
    • Posts: 3
    Re: The 01 November 2013 build (9425) is out.
    « Reply #13 on: November 06, 2013, 02:25:28 am »
    There will be crashed when I clicked Settings->Environment...
    OS?
    Win7 Ultimate 32Bit

    Offline jasonwxj

    • Single posting newcomer
    • *
    • Posts: 3
    Re: The 01 November 2013 build (9425) is out.
    « Reply #14 on: November 06, 2013, 02:39:43 am »
    There will be crashed when I clicked Settings->Environment...
    OS?
    Win7 Ultimate 32Bit
    There seems to be fixed at rev9435