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.next.codeblocks.org/index.php/topic,3232.0.html).
A link to the unicode windows wxWidget dll(s) for Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx311_gcc510-TDM.7z
The 15 August 2018 build is out.
- Windows :
http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2018/CB_20180815_rev11449_win64.7z
- Linux :
none
The current SDK version is : 1.36.0
Resolved Fixed:
- Fix SF bug #705 (Path delimiters in .cbp file aren't Unix-normalized when saving project on Windows
- wxSmith: Change wx*_BORDER styles to the new wx3.x wxBORDER_* (thanks ouch)
- Astyle plugin: #698 fix astyle plugin argument bug(thanks Zheng Fan)
- CC: Fix bug #693 Code completion can't parse #defined \ macros
- lexer: Add lexer for plaintext files
- incremental search: Make it possible to get focus by clicking (ticket 625, thanks bluehazzard)
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).
Debian Stretch (32 and 64 bits) can be installed from my repo (https://wxstuff.xaviou.fr/article/debian-repository.html).
Regards
Xav'
$ svn checkout svn://svn.code.sf.net/p/codeblocks/code/trunk -r 11449
svn: warning: W205011: Error handling externals definition for 'trunk/src/plugins/contrib/wxCrafterCB':
svn: warning: W170013: Unable to connect to a repository at URL 'https://github.com/eranif/wxCrafterCB/trunk'
Checked out revision 11454.
svn: E205011: Failure occurred processing one or more externals definitions
URL may have changed to https://github.com/nagyist/eranif-wxCrafterCB
Probably the same problem with Tortoise SVN : a connexion to github wxCrafterCB requires an authentification !
Quote from: trivia21 on August 21, 2018, 09:38:17 AM
$ svn checkout svn://svn.code.sf.net/p/codeblocks/code/trunk -r 11449
svn: warning: W205011: Error handling externals definition for 'trunk/src/plugins/contrib/wxCrafterCB':
svn: warning: W170013: Unable to connect to a repository at URL 'https://github.com/eranif/wxCrafterCB/trunk'
Checked out revision 11454.
svn: E205011: Failure occurred processing one or more externals definitions
URL may have changed to https://github.com/nagyist/eranif-wxCrafterCB
Index: src/plugins/contrib
===================================================================
--- src/plugins/contrib (revision 11455)
+++ src/plugins/contrib (working copy)
Property changes on: src/plugins/contrib
___________________________________________________________________
Modified: svn:externals
## -1,3 +1,2 ##
FortranProject https://svn.code.sf.net/p/fortranproject/code/trunk
PythonPlugins https://github.com/spillz/codeblocks-python/trunk
-wxCrafterCB https://github.com/eranif/wxCrafterCB/trunk
Edit: http://forums.next.codeblocks.org/index.php/topic,22787.0.html (http://forums.next.codeblocks.org/index.php/topic,22787.0.html)
Tim S.
Can you create a ticket with this patch?
EDIT: fixed in trunk
Would it be possible to provide the nightly builds with debug symbols? WxWidgets and codeblock binaries. This would allow us to use the drmingw rpt file better. Without symbols it is useless...