Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on February 08, 2020, 03:42:42 pm

Title: The 08 February 2020 build (11957) is out.
Post by: killerbot 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 (http://forums.codeblocks.org/index.php/topic,3232.0.html).

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:


Title: Re: The 08 February 2020 build (11957) is out.
Post by: Xaviou on February 09, 2020, 10:35:32 am
Hi

OS X version of this rev can be downloaded from my Google Drive (https://drive.google.com/open?id=0B2rFQ8rNHzEeN0xtU3R6emdhUWs) (needs at least OS X 10.15)

Debian Stretch and Buster (32 and 64 bits) can be installed from my repo (https://wxstuff.xaviou.fr/article/debian-repository.html).

Regards
Xav'
Title: Re: The 08 February 2020 build (11957) is out.
Post by: damorin 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

Title: Re: The 08 February 2020 build (11957) is out.
Post by: Miguel Gimenez on February 10, 2020, 04:43:25 pm
Disable the Header Guard plugin. This plugin should look for previous guards before adding them.
Title: Re: The 08 February 2020 build (11957) is out.
Post by: damorin on February 10, 2020, 04:46:27 pm

OK, problem solved.

Thanks
Title: Re: The 08 February 2020 build (11957) is out.
Post by: damorin 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




Title: Re: The 08 February 2020 build (11957) is out.
Post by: Miguel Gimenez on February 10, 2020, 07:44:36 pm
That is the tidycmt plugin
Title: Re: The 08 February 2020 build (11957) is out.
Post by: damorin on February 10, 2020, 08:45:05 pm

OK problem solved.

Thanks.