Files
qt-creator/share/qtcreator/snippets/text.xml
Leandro Melo 898bc97cce Snippets: Make it flexible for adding builtin snippets
Instead of in one XML embedded as a resource, now builtin
snippets can be specified on any XML distributed under share.
2010-12-08 17:22:14 +01:00

5 lines
186 B
XML

<?xml version="1.0" encoding="utf-8"?>
<snippets>
<snippet group="Text" trigger="global" id="text_global" complement="example">// This is available in all editors.</snippet>
</snippets>