there seems to be a side effect in this build, at each start up CB show the compiler list and which ones are detected.
[PERSONAL NOTE] : would be nice if that compiler selection list dialog would be resizable so i t can be enlarged that everything is nicely visible.
:: === Code::Blocks - Unix, Debugger ===
plugins/debuggergdb/gdb_commands.h:1148: error: `m_disassemblyFlavor' was not declared in this scope
plugins/debuggergdb/gdb_commands.h:1150: error: `reDisassemblyInitFuncOR32' was not declared in this scope
plugins/debuggergdb/gdb_commands.h:1150: warning: unused variable 'reDisassemblyInitFuncOR32'
plugins/debuggergdb/gdb_commands.h:1148: warning: unused variable 'm_disassemblyFlavor'
plugins/debuggergdb/gdb_driver.cpp:757: error: `reBreak_or32' was not declared in this scope
plugins/debuggergdb/gdb_driver.cpp:757: warning: unused variable 'reBreak_or32'
:: === Build finished: 3 errors, 3 warnings ===
how to compile the latest svn on my linux box
i get this messagesCode:: === Code::Blocks - Unix, Debugger ===
plugins/debuggergdb/gdb_commands.h:1148: error: `m_disassemblyFlavor' was not declared in this scope
plugins/debuggergdb/gdb_commands.h:1150: error: `reDisassemblyInitFuncOR32' was not declared in this scope
plugins/debuggergdb/gdb_commands.h:1150: warning: unused variable 'reDisassemblyInitFuncOR32'
plugins/debuggergdb/gdb_commands.h:1148: warning: unused variable 'm_disassemblyFlavor'
plugins/debuggergdb/gdb_driver.cpp:757: error: `reBreak_or32' was not declared in this scope
plugins/debuggergdb/gdb_driver.cpp:757: warning: unused variable 'reBreak_or32'
:: === Build finished: 3 errors, 3 warnings ===
Respect OS theme's window background colour in the compiler's build logthis didn't work for me :(
QuoteRespect OS theme's window background colour in the compiler's build logthis didn't work for me :(
the same thing like in this thread http://forums.codeblocks.org/index.php?topic=4696.0
When you save any file, all trailing spasec at the and of each line are removed.
May be, it is the same bug...
I've posted this bug (#9734):
https://developer.berlios.de/bugs/?func=detailbug&bug_id=9734&group_id=5358
Sorry, I've forgot to set "Category" to this bug, please, fix it.
It's a feature, not a bug.
Settings -> Editor -> Skip trailing blanks
Joseph.
- Enabled "dangerous" script-bound functions in IO script namespace providing the following operations: copy, write, delete, rename and execute.Great! Was hoping to see those. (Well, mainly execute)
I do not know if this is the proper place to post but...
the code completion has a bug in it. When you have a space ( " " ) in your file, the code completion categorizes it as it as a separate suggestopns.
For example,
if the file is called "Test Hi.h"
you write #include "
then it gives the suggestions "Test" then "Hi.h"
I am also getting the compiler tools selection window on each launch, no matter what I do.
This is Win XP Home.
I hope that the next nightly build will have it fixed.
No big deal, but it would be nice if C::B remembered it.