User forums > Nightly builds

The 27 October 2014 build (10016) is out.

(1/13) > >>

killerbot:
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 for Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw28u_gcc_cb_wx2812_gcc481-TDM.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/mingwm10_gcc481-TDM.7z

The 27 October 2014 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2014/CB_20141027_rev10016_win32.7z
  - Linux :
   none

Resolved Fixed:


* CC: handle the "__declspec" qualifier when parsing the class definition, this qualifier is skipped as the same way as handling "__attribute__" qualifier.
* improve command line handling so plugins can receive commands from the command line
* SpellChecker-plugin: activate OnlineSpellChecking for VHDL block comments and strings and for verilog strings
* fix an issue with the new editorpane-layout saving/restoring, where the layout was not recreated, when the default workspace was automatically opened on application startup.
* DoxyBlocks: strip default menu keybindings that conflict core C::B shortcuts
* better build fix for the build fix for the build fix ....; some distributions (at least debian) have backported the fix to pre wx2.9.0, the wx2.8.12 tag in wxWidgets svn-repo still uses the macro without the "WX_"-prefix
* CC: fix a bug that CodeCompletion's setting don't get saved when C::B closed
* pumped (wx)Scintilla to v3.5.1 (bringing support for BibTeX lexer)
* update of astyle to v2.05
* CC: fix handling of conditional preprocessor directives.

Enhance IsMacroDefined() function, it can handle both "defined (xxx)" and "defined xxx" directives
* CC: handling __declspec (xxx) in ParserThread::DoParse() function. Move handling __attribute__ keyword to the switch case statements.
* lexer: added BibTex lexer configuration files
* editor: Add menu commands for searching the selected text without opening the find-replace dialog
Regressions/Confirmed/Annoying/Common bugs:


Jenna:
No update of Fedora or Dedbian packages possible until end of next week, sorry.

arprog:
Option "Collect defines from project file" not working if project generated by cmake (13.12 - nightly)

shurick:
Packages for openSUSE (binaries and sources) for 32-bit and 64-bit.

stahta01:

--- Quote from: arprog on October 28, 2014, 05:36:48 pm ---Option "Collect defines from project file" not working if project generated by cmake (13.12 - nightly)

--- End quote ---

Is it a "custom makefile" project or a normal CB project?
What version of CMake?
Edit2: What compiler is the project using?

Edit: Do you have "interpret #if, #else ..." checked?

From EditorManager::CollectDefines function in editormanager.cpp;
The function appears to require then both to be checked.  

Tim S.

Navigation

[0] Message Index

[#] Next page

Go to full version