Snippets: Allow lowercase/titlecase/uppercase modifiers for variables
Use the same syntax already used in the custom wizard to denote
variables that are modified to be lower-/title-/uppercase:
$tESt:u$ will become TEST
$tESt:c$ will become TESt
$tESt:l$ will become test
The snippet will be inserted without any name mangling happening.
Once the editing is done the name mangling is applied to all fields.
Change-Id: I7c1f5a1ad2bb5acf1b88b54de51bb39391c64763
Reviewed-by:
David Schulz <david.schulz@digia.com>
Showing
- share/qtcreator/snippets/cpp.xml 1 addition, 1 deletionshare/qtcreator/snippets/cpp.xml
- src/plugins/texteditor/basetexteditor.cpp 11 additions, 0 deletionssrc/plugins/texteditor/basetexteditor.cpp
- src/plugins/texteditor/snippets/snippet.cpp 128 additions, 20 deletionssrc/plugins/texteditor/snippets/snippet.cpp
- src/plugins/texteditor/snippets/snippet.h 13 additions, 1 deletionsrc/plugins/texteditor/snippets/snippet.h
- src/plugins/texteditor/texteditoroverlay.cpp 27 additions, 1 deletionsrc/plugins/texteditor/texteditoroverlay.cpp
- src/plugins/texteditor/texteditoroverlay.h 4 additions, 0 deletionssrc/plugins/texteditor/texteditoroverlay.h
Loading
Please register or sign in to comment