1
Using Code::Blocks / Re: Lexer for C only?
« Last post by christo on Yesterday at 06:45:39 pm »For C coders, patch https://github.com/josephch/codeblocks/commit/c44cbfaeb666a3eb205dc23bae547c7db849d879.patch can be used.
It cannot be used for those who code in C++ as lexer is applied based on extensions and .h can have only one type of lexer. Extension .h supporting C and C++ based on project would be a nice feature.
It cannot be used for those who code in C++ as lexer is applied based on extensions and .h can have only one type of lexer. Extension .h supporting C and C++ based on project would be a nice feature.
Recent Posts