User forums > Nightly builds

The 27 February 2010 build (6181) is out.

<< < (7/23) > >>

elettronica67:
Hi, thank you for your job
on the windows distribution I have found some icons missing.
I have copied the icon folders from the previous nightly-build (6088) and all seems to work fine.

The missingo folders are:
share\CodeBlocks\images\codesnippets
share\CodeBlocks\images\ThreadSearch
share\CodeBlocks\images\wxsmith

On Ubuntu all works fine!!

Thanks again
Paolo

stefanos_:
Current svn version 6182 just crashed while had all Code::Blocks's wxs open for GUI comprehesion, and decided to close workspace. Upon closing it crashed and an RPT file was created.

Here is the crash report: http://pastebin.ca/1821790

System specs:


* Windows XP SP3
* Code::Blocks svn 6182
* MinGW 5.1.6 (with the latest updates installed)
I have tried to reproduce the same bug but unfortunately I couldn't.

Thank you very much.

Regards,

Stefanos

wavelet:
good job  :D

critic:
Problem with automatic insertion of double quotes (") - in '(' and ')' I place autogenerated double quote:


--- Code: ---"(") // it's ok
"(")some_code // double quote mustn't be generated before some_code if there is no space between them
some_code"(") // double quote mustn't be generated after some_code if there is no space between them

--- End code ---

I like this feature, but the above behaviour is noisy - I need to delete autogenerated double quote.

Did you notice this: http://forums.codeblocks.org/index.php/topic,11875.msg81723.html#msg81723 about autogeneration of scopes ({})?

blueshake:

--- Quote from: critic on March 04, 2010, 05:51:18 am ---Problem with automatic insertion of double quotes (") - in '(' and ')' I place autogenerated double quote:


--- Code: ---"(") // it's ok
"(")some_code // double quote mustn't be generated before some_code if there is no space between them
some_code"(") // double quote mustn't be generated after some_code if there is no space between them

--- End code ---

I like this feature, but the above behaviour is noisy - I need to delete autogenerated double quote.

Did you notice this: http://forums.codeblocks.org/index.php/topic,11875.msg81723.html#msg81723 about autogeneration of scopes ({})?

--- End quote ---

@critic

sorry to say I failed to make a patch for this.Today I spend time on it and find it is diffcult to do this.I am not statisfied with the reuslt. :(if you want to do this.you can learn something from eranif's codelite, in the file cl_editor.cpp.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version