Fixed HTML escaping issues in the function argument widget
HTML escaping was moved out of the TypePrettyPrinter since it interferes with other logic there. Instead, the region to mark is now available from the Overview and used by the FunctionArgumentWidget to put the current argument in bold.
Showing
- src/libs/cplusplus/Overview.cpp 28 additions, 17 deletionssrc/libs/cplusplus/Overview.cpp
- src/libs/cplusplus/Overview.h 12 additions, 9 deletionssrc/libs/cplusplus/Overview.h
- src/libs/cplusplus/TypePrettyPrinter.cpp 42 additions, 57 deletionssrc/libs/cplusplus/TypePrettyPrinter.cpp
- src/plugins/cpptools/cppcodecompletion.cpp 14 additions, 3 deletionssrc/plugins/cpptools/cppcodecompletion.cpp
Loading
Please register or sign in to comment