Author Topic: The 08 February 2020 build (11957) is out.  (Read 14501 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
The 08 February 2020 build (11957) is out.
« on: February 08, 2020, 03:42:42 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.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 08 February 2020 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2020/CB_20200208_rev11957_win64.7z
  - Linux :
   none

The current SDK version is : 1.47.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:



    Offline Xaviou

    • Regular
    • ***
    • Posts: 401
      • X@v's wxStuff
    Re: The 08 February 2020 build (11957) is out.
    « Reply #1 on: February 09, 2020, 10:35:32 am »
    Hi

    OS X version of this rev can be downloaded from my Google Drive (needs at least OS X 10.15)

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

    Regards
    Xav'
    The french wxWidgets site : http://www.wxdev.fr
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/

    Offline damorin

    • Multiple posting newcomer
    • *
    • Posts: 52
    Re: The 08 February 2020 build (11957) is out.
    « Reply #2 on: February 10, 2020, 04:33:26 pm »
    Hi,

    header guard is now added to include file each time a file is changed.

    Anyway to disable it ?

    Thanks

    One problem at a time and we will get there.

    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1549
    Re: The 08 February 2020 build (11957) is out.
    « Reply #3 on: February 10, 2020, 04:43:25 pm »
    Disable the Header Guard plugin. This plugin should look for previous guards before adding them.

    Offline damorin

    • Multiple posting newcomer
    • *
    • Posts: 52
    Re: The 08 February 2020 build (11957) is out.
    « Reply #4 on: February 10, 2020, 04:46:27 pm »

    OK, problem solved.

    Thanks
    One problem at a time and we will get there.

    Offline damorin

    • Multiple posting newcomer
    • *
    • Posts: 52
    Re: The 08 February 2020 build (11957) is out.
    « Reply #5 on: February 10, 2020, 07:39:04 pm »
    Hi,

    there is more; all lines starting with:

    Code
    //------------------------------
    are converted to

    Code
    //----   -------------------------

    when the file is  saved.

    Thanks




    One problem at a time and we will get there.

    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1549
    Re: The 08 February 2020 build (11957) is out.
    « Reply #6 on: February 10, 2020, 07:44:36 pm »
    That is the tidycmt plugin

    Offline damorin

    • Multiple posting newcomer
    • *
    • Posts: 52
    Re: The 08 February 2020 build (11957) is out.
    « Reply #7 on: February 10, 2020, 08:45:05 pm »

    OK problem solved.

    Thanks.
    One problem at a time and we will get there.