Introduced T_CPP_COMMENT and T_CPP_DOXY_COMMENT to handle C++-style comments...
Introduced T_CPP_COMMENT and T_CPP_DOXY_COMMENT to handle C++-style comments and improved CPPEditor::isInComment to handle the newly introduced tokens. As side effect,this change should fix the regression we introduced in the "automagically" quote/brace insertion.
Showing
- src/libs/cplusplus/SimpleLexer.cpp 2 additions, 1 deletionsrc/libs/cplusplus/SimpleLexer.cpp
- src/plugins/cppeditor/cppeditor.cpp 10 additions, 1 deletionsrc/plugins/cppeditor/cppeditor.cpp
- src/plugins/cppeditor/cpphighlighter.cpp 1 addition, 1 deletionsrc/plugins/cppeditor/cpphighlighter.cpp
- src/shared/cplusplus/Lexer.cpp 1 addition, 1 deletionsrc/shared/cplusplus/Lexer.cpp
- src/shared/cplusplus/Token.cpp 1 addition, 0 deletionssrc/shared/cplusplus/Token.cpp
- src/shared/cplusplus/Token.h 4 additions, 1 deletionsrc/shared/cplusplus/Token.h
Loading
Please register or sign in to comment