User forums > Nightly builds
The 19 September 2010 build (6608) is out.
Jenna:
--- Quote from: ultimA on September 23, 2010, 07:38:56 am ---A crash report. It happened while opening the Code Profiler plugin using a custom makefile. SVN 6620.
--- End quote ---
Works here, can you create a sa(i)mple project where this error occurs and attach it here (zipped) ?
vertacomi:
Hello the code::blocks team,
I try to put in the "Default code" section in the editor configuration some comment with svn keywords like
/**
* \file
* \brief
* $HeadURL$
* $Author$
* $Date: 2010-09-24$
* $Rev$
*/
And when I Select File > New > File ...
The svn keyword are partially removed like that :
/**
* \file
* \brief
* $
* $
* : 2010-09-24$
* $
*/
Thanks for your works.
Jenna:
--- Quote from: vertacomi on September 24, 2010, 01:37:41 pm ---Hello the code::blocks team,
I try to put in the "Default code" section in the editor configuration some comment with svn keywords like
/**
* \file
* \brief
* $HeadURL$
* $Author$
* $Date: 2010-09-24$
* $Rev$
*/
And when I Select File > New > File ...
The svn keyword are partially removed like that :
/**
* \file
* \brief
* $
* $
* : 2010-09-24$
* $
*/
Thanks for your works.
--- End quote ---
If you double the first dollar-sign it should work, otherwise it interferes with C::B's macro-replacement.
--- Code: ---/**
* \file
* \brief
* $$HeadURL$
* $$Author$
* $$Date: 2010-09-24$
* $$Rev$
*/
--- End code ---
vertacomi:
Thanks Jens !
ultimA:
--- Quote from: jens on September 23, 2010, 07:49:47 am ---
--- Quote from: ultimA on September 23, 2010, 07:38:56 am ---A crash report. It happened while opening the Code Profiler plugin using a custom makefile. SVN 6620.
--- End quote ---
Works here, can you create a sa(i)mple project where this error occurs and attach it here (zipped) ?
--- End quote ---
Here is a minimalistic project. Compile, run, then try to use the Code Profiler plugin. Crashes reliably on my Arch Linux system. I think it has something to do with the compiler flags used.
And sorry to ask, but any news on cb_console_runner.exe getting stuck? This crash is kind of unlikely, because it only happens in some cases using custom makefiles. But that cb_console_runner.exe getting stuck is really annoying. And it happens on Linux too, although there is no cb_console_runner.exe in that case.
Navigation
[0] Message Index
[*] Previous page
Go to full version