Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => CodeCompletion redesign => Topic started by: ollydbg on June 14, 2015, 09:43:09 am

Title: r10308 issue: only allow alpha, number and space in macro definition?
Post by: ollydbg on June 14, 2015, 09:43:09 am
In CC, we have many other special replacement rules, or some macro definitions which could have other than the chars in
Code
static const wxRegEx reKey(wxT("^[[:alnum:]_]+$"), wxRE_EXTENDED);

See: Code Completion Design - CodeBlocks (http://wiki.codeblocks.org/index.php?title=Code_Completion_Design)

So, this is an issue.