Author Topic: The 10 October 2021 build (12535) is out.  (Read 28200 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 10 October 2021 build (12535) is out.
« on: October 10, 2021, 08:15:01 am »
We switched to wx 3.1.5 --> download the new wx dll's see link below

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(s) for Code::Blocks : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx315_2D_gcc810-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls8.1.0.7z


The 10 October 2021 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2021/CB_20211010_rev12535_win64.7z
  - Linux :
   none

The current SDK version is : 2.16.0

Resolved Fixed:

  • UI: First fix for the status bar problem (ticket #979)
  • UI: Fix the placement of the Highlight button in the status bar (ticket #979)
  • UI: Also hide/show the highlight button in the statusbar when it is not needed
  • UI: Fix a statusbar flicker when opening new files
  • UI: Fix initial position of the highlight button in the status bar on macOS/windows
  • UI: Remove the call for GetFiledRect while creating the status bar
  • wxSmith: Replace German with English, enable translation (fix ticket #1139, thanks Miguel Gimenez)
  • wxSmith: Fix compilation with wxUSE_STL == 1 (apply ticket #1138, thanks Miguel Gimenez)
  • Fix CCManager compilation with C++17(apply patch #1142, thanks Miguel Gimenez)
  • core For Windows, close shown floating windows before shutdown to avoid hangs in Hide() and crashes in Manager::Shutdown()
  • File Browser: remove workaround for wxRenameFile (apply patch #1137, thanks Miguel Gimenez )
  • wxSmith: fix assert in wxStdDialogButtonSizer (fix ticket #1110, thank you Miguel Gimenez)

Regressions/Confirmed/Annoying/Common bugs:



    Offline Xaviou

    • Regular
    • ***
    • Posts: 402
      • X@v's wxStuff
    Re: The 10 October 2021 build (12535) is out.
    « Reply #1 on: October 10, 2021, 04:44:57 pm »
    Hi

    OS X version of this rev can be downloaded from my Google Drive.
    There is a specific dmg file for versions 10.15 and 11.6 of the OS.
    Note that these are not notarized versions of the application.

    32 bits version for Windows can also be found in the same place.

    Debian Buster and Bullseye (32 and 64 bits) can be installed from my repo.

    Regards
    Xav'
    « Last Edit: October 10, 2021, 04:48:22 pm by Xaviou »
    The french wxWidgets site : http://www.wxdev.fr
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/

    Offline Frank_CB

    • Almost regular
    • **
    • Posts: 148
    Re: The 10 October 2021 build (12535) is out.
    « Reply #2 on: October 11, 2021, 05:23:41 am »
    Hello.

    Does sf.net still support SVN. I had been able to update to SVN 12529.  Lately, I just get a message about a malformed address.

    I've updated TortoiseSVN to the latest version. Any help would be appreciated.

    Regards

    Offline BlueHazzard

    • Developer
    • Lives here!
    • *****
    • Posts: 3353
    Re: The 10 October 2021 build (12535) is out.
    « Reply #3 on: October 11, 2021, 09:38:06 am »
    Worked fine for me...
    Maybe some small hiccup?

    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1553
    Re: The 10 October 2021 build (12535) is out.
    « Reply #4 on: October 11, 2021, 10:52:40 am »
    It is an invalid certificate issue. You can accept the current certificate temporariliy or permanently (at least with Slik SVN).

    Offline Frank_CB

    • Almost regular
    • **
    • Posts: 148
    Re: The 10 October 2021 build (12535) is out.
    « Reply #5 on: October 12, 2021, 09:34:38 pm »
    Thanks to those that commented on my question! The problem started after a firewall upgrade was installed. It's now been configured to allow SSL authentication by souceforge.

    Offline Inskipp

    • Multiple posting newcomer
    • *
    • Posts: 13
    Re: The 10 October 2021 build (12535) is out.
    « Reply #6 on: October 17, 2021, 08:53:57 pm »
    Brilliant, thanks for the macOS version!

    I've been using 20.03 for a few weeks on Big Sur, but it's sluggish and buggy.
    This version feels snappier, but when I quit, it freezes, just like 20.03 did.

    Cheers,
    Inskipp

    Offline Inskipp

    • Multiple posting newcomer
    • *
    • Posts: 13
    Re: The 10 October 2021 build (12535) is out.
    « Reply #7 on: October 17, 2021, 09:23:33 pm »
    Where should we report issues with nightly builds?

    Thanks,
    Inskipp

    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1553
    Re: The 10 October 2021 build (12535) is out.
    « Reply #8 on: October 18, 2021, 09:01:16 am »
    In the ticket section at Sourceforge

    Offline AndyJ

    • Multiple posting newcomer
    • *
    • Posts: 24
    Re: The 10 October 2021 build (12535) is out.
    « Reply #9 on: October 18, 2021, 02:16:15 pm »
    Hello,

    I've found that shift-tab to unindent seems to have changed function in this nightly and now changes the active file. I've reverted to the previous nightly (12516) and the problem has gone away. This is on Windows 7 and occurs on several different computers. Is this an intentional change that I'm not aware or is it a bug?

    Thanks for all the good work!

    Andy

    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1553
    Re: The 10 October 2021 build (12535) is out.
    « Reply #10 on: October 18, 2021, 02:30:56 pm »
    Works fine for me, are you using the Keyboard Shortcuts plugin?

    Offline AndyJ

    • Multiple posting newcomer
    • *
    • Posts: 24
    Re: The 10 October 2021 build (12535) is out.
    « Reply #11 on: October 18, 2021, 02:49:18 pm »
    It appears that I have but I'm not aware of ever having changed anything (in fact I don't even know to use it)  :)

    Offline Inskipp

    • Multiple posting newcomer
    • *
    • Posts: 13
    Re: The 10 October 2021 build (12535) is out.
    « Reply #12 on: October 18, 2021, 09:05:52 pm »
    In the ticket section at Sourceforge

    Is it OK to use tickets for reporting issues for both nightly and released versions (20.03)?

    Thanks,
    Inskipp

    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1553
    Re: The 10 October 2021 build (12535) is out.
    « Reply #13 on: October 19, 2021, 10:08:11 am »
    Yes, but if you find a issue in 20.03 please test if it is fixed in the last nightly before reporting.

    Offline jeRRy

    • Single posting newcomer
    • *
    • Posts: 2
    Re: The 10 October 2021 build (12535) is out.
    « Reply #14 on: October 20, 2021, 08:18:55 am »
    Hello.

    I had the same problem with shift-tab on 2 pc.
    My solution on Windows was:
    Close C::B,
    delete (or rename) the file default.cbKeyBinder20.conf in C:\Users\username\AppData\Roaming\Code Blocks,
    start C::B
    C::B creates a new file and it's work

    Sorry, my english is ...  :o  :)

    jeRRy