C++ indenter: Require explicit state update requests.
This will allow much faster indenting of selected areas as the state doesn't have to be checked again for every line.
Showing
- src/plugins/cppeditor/cppeditor.cpp 1 addition, 0 deletionssrc/plugins/cppeditor/cppeditor.cpp
- src/plugins/cpptools/cppcodeformatter.cpp 2 additions, 3 deletionssrc/plugins/cpptools/cppcodeformatter.cpp
- src/plugins/cpptools/cppcodeformatter.h 1 addition, 1 deletionsrc/plugins/cpptools/cppcodeformatter.h
- tests/auto/cplusplus/codeformatter/tst_codeformatter.cpp 2 additions, 0 deletionstests/auto/cplusplus/codeformatter/tst_codeformatter.cpp
Loading
Please register or sign in to comment