User forums > Nightly builds
The 12.11 RC2 (23 November 2012 build 8598) is out.
raynebc:
I found another potential project parse bug: If right clicking on a defined macro that immediately follows a logical not character, the context menu considers that logical character part of the macro name to offer for finding instances of the macro, ie:
#define MYFLAG 1
value = ~MYFLAG;
Right clicking on MYFLAG from the second line offers to find instances of "~MYFLAG" instead of "MYFLAG". I confirmed that Code::Blocks already has handling to filter out the OR (|), AND (&) and XOR (^) logical operators, but the ~ is not being handled. Is this behavior for no other reason than this character is used in the name of object destructors? Can the behavior be improved to treat this like the other logical operators if C++ isn't being used in the project/source file?
eckard_klotz:
Hello Everybody.
I wish you all a hapy new year.
Will there be a nightliy-version of the release 12.11 also or will there be new nigthly soon? The last nigthly RC2 contains still the editor-initialization bug.
Installing a nightly means only extract some compressed files, what can be done without admin-rights.
Best regards,
Eckard Klotz
raynebc:
They already released 12.11, you can get it from here:
http://www.codeblocks.org/downloads/26
MortenMacFly:
--- Quote from: eckard_klotz on January 15, 2013, 07:55:07 am ---The last nigthly RC2 contains still the editor-initialization bug.
--- End quote ---
What is that?
Alpha:
--- Quote from: MortenMacFly on January 15, 2013, 10:25:41 am ---
--- Quote from: eckard_klotz on January 15, 2013, 07:55:07 am ---The last nigthly RC2 contains still the editor-initialization bug.
--- End quote ---
What is that?
--- End quote ---
See here, but irrelevant because:
--- Quote from: raynebc on January 15, 2013, 08:07:26 am ---They already released 12.11
--- End quote ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version