I encountered a strange segementation fault (core dump)
while entering a single parantheses "(" in a C macro after the underscore "_"
#define DEFINE_DYNAMICSSYTEM_CONFIG_TYPES_ \
OPEN CODEBLOCKS, open the file (drag and drop) enter the parantheses
-> Crash
SVN NUMBER: 9818 05:26:04 gcc 4.7.2 64bit
AHHH: The bug is related to Code completion, it tries to isnert double brackets!!!
Nope, this is a bug in Scintilla, that should be fixed in SVN HEAD.
Can you try SVN HEAD and report back if this is the case?
OK this bug has been resolved somehow in rev 9844
Awesome
Thanks! :-)