Code::Blocks
User forums => Nightly builds => Topic started 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:
- batch: Fix a message box dialog when using --verbose during batch builds
- UI: Make the control where path is selected wider (ticket #912)
- KeyBinder - Fix inablility to assign key shortcut to menu items containing labels with "::" > Remove some more pecan debugging tags > see http://forums.codeblocks.org/index.php?topic=23651.msg161258#msg161258
Regressions/Confirmed/Annoying/Common bugs:
-
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'
-
Hi,
header guard is now added to include file each time a file is changed.
Anyway to disable it ?
Thanks
-
Disable the Header Guard plugin. This plugin should look for previous guards before adding them.
-
OK, problem solved.
Thanks
-
Hi,
there is more; all lines starting with:
//------------------------------
are converted to
//---- -------------------------
when the file is saved.
Thanks
-
That is the tidycmt plugin
-
OK problem solved.
Thanks.