Author Topic: The 22 December 2020 build (12253) is out.  (Read 18976 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
The 22 December 2020 build (12253) is out.
« on: December 22, 2020, 08:31:30 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(s) for Code::Blocks : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx313_2D_gcc810-mingw64-2.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 22 December 2020 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2020/CB_20201222_rev12253_win64.7z
  - Linux :
   none

The current SDK version is : 2.4.0

Resolved Fixed:

  • wxSmith: Remove duplicated wxSTAY_ON_TOP in wxFrame (ticket #1039, thanks Miguel Gimenez)
  • wxSmith: Add support for the Activate event in wxFrame (ticket #1039, thanks Miguel Gimenez)
  • wxSmith: Fix crash when deleting the last tool (ticket #1014, thanks Miguel Gimenez)
  • wxSmith: Formatting and cleanup (ticket #1014, thanks Miguel Gimenez
  • wxSmith: Add support for stretchable separator, non-GUI part (ticket #1014, thanks Miguel Gimenez)
  • wxSmith: Replace the radio buttons for the item type with wxChoice control (ticket #1014, thanks Miguel Gimenez)
  • wxSmith: Better UI for the Toolbar editor (ticket #1014)

Regressions/Confirmed/Annoying/Common bugs:



    Offline omlk

    • Multiple posting newcomer
    • *
    • Posts: 110
    Re: The 22 December 2020 build (12253) is out.
    « Reply #1 on: December 22, 2020, 09:14:28 pm »
    maybe SDK Version      : 2.5.0  :P
    https://omlk.itch.io
    from: Ukraine, Ivano-Frankivs`k  https://w.wiki/7vBe

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 22 December 2020 build (12253) is out.
    « Reply #2 on: December 23, 2020, 01:02:22 am »
    (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 carra

    • Multiple posting newcomer
    • *
    • Posts: 117
    Re: The 22 December 2020 build (12253) is out.
    « Reply #3 on: January 03, 2021, 10:32:07 am »
    I just installed this nightly on Windows 10, and was experimenting with a "Commands only" project. Whenever I choose some folder for the objects output directory, the textbox contents keep being deleted. No matter if I write the path myself or if I choose the folder via GUI: whenever I reopen project properties, it is empty.

    This is also annoying because it will cause compiler errors (since for other projects, even for the current folder, the path will contain the dot '.').

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 22 December 2020 build (12253) is out.
    « Reply #4 on: January 03, 2021, 12:13:48 pm »
    Is this a regression?
    Can you log this on the ticket tracker (here it will get lost)?
    Can you provide a minimal steps to reproduce or a minimal cbp file?
    (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 carra

    • Multiple posting newcomer
    • *
    • Posts: 117
    Re: The 22 December 2020 build (12253) is out.
    « Reply #5 on: January 03, 2021, 02:53:24 pm »
    Is this a regression?

    Rather than a regression, it seems as if it has been always there... I have just tried this in another computer with nightly SVN 11628 (from April 2019), and the same thing happens. I can't prevent any chosen folder from being deleted.

    If needed, I will create a ticket for this later.

    As for the steps to reproduce, it's quite easy:
    - create a new empty project
    - in project properties, set the project type to Commands only
    - in Objects output dir, type or choose any folder and press OK
    - whenever you reenter project properties, the 'Objects output dir' field has been deleted
    « Last Edit: January 03, 2021, 03:00:20 pm by carra »

    Offline carra

    • Multiple posting newcomer
    • *
    • Posts: 117
    Re: The 22 December 2020 build (12253) is out.
    « Reply #6 on: January 03, 2021, 08:55:00 pm »
    Done, I have created ticket #1056:
    https://sourceforge.net/p/codeblocks/tickets/1056/