forked from qt-creator/qt-creator
		
	Snippets: Make it easier for plugins to add snippets groups
Groups are no longer enum values but identified from snippet providers.
This commit is contained in:
		@@ -117,4 +117,5 @@ public:
 | 
			
		||||
<snippet group="QML" trigger="PropertyAction" id="propertyactionwithtarget" complement="with target">PropertyAction { target: $name$; property: "$name$"; value: $value$ }</snippet>
 | 
			
		||||
<snippet group="QML" trigger="PauseAnimation" id="pauseanimation">PauseAnimation { duration: $200$ }</snippet>
 | 
			
		||||
<snippet group="QML" trigger="ColorAnimation" id="coloranimation">ColorAnimation { from: $"white"$; to: $"black"$; duration: $200$ }</snippet>
 | 
			
		||||
<snippet group="Text" trigger="global" id="global" complement="example">// This is available in all editors.</snippet>
 | 
			
		||||
</snippets>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user