Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign

r10308 issue: only allow alpha, number and space in macro definition?

(1/1)

ollydbg:
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);
--- End code ---

See: Code Completion Design - CodeBlocks

So, this is an issue.

Navigation

[0] Message Index

Go to full version