Last change
on this file since 909 was
437,
checked in by Mateusz Poszwa, 9 years ago
|
Added Framclipse as developed by Bartosz Kukawka and Tomek Maciejewski in 2010
|
-
Property svn:eol-style set to
native
-
Property svn:mime-type set to
text/xml
|
File size:
909 bytes
|
Rev | Line | |
---|
[437] | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
---|
| 2 | <templates> |
---|
| 3 | |
---|
| 4 | <template id="function" name="function" enabled="true" deleted="false" autoinsert="true" context="com.framsticks.framclipse.FramScript.Function" description="Creates new function">function ${name}(${}) { |
---|
| 5 | ${cursor} |
---|
| 6 | }</template> |
---|
| 7 | |
---|
| 8 | <template id="property" name="property" enabled="true" deleted="false" autoinsert="true" context="com.framsticks.framclipse.FramScript.Property" description="Creates new property">prop: |
---|
| 9 | id:${id} |
---|
| 10 | name:${name} |
---|
| 11 | help:~${message}~ |
---|
| 12 | type:${d} |
---|
| 13 | flags:${0} |
---|
| 14 | ${cursor} </template> |
---|
| 15 | |
---|
| 16 | <template id="state" name="state" enabled="true" deleted="false" autoinsert="true" context="com.framsticks.framclipse.FramScript.State" description="Creates new state">state: |
---|
| 17 | id:${id} |
---|
| 18 | name:${name} |
---|
| 19 | help:~${message}~ |
---|
| 20 | type:${d} |
---|
| 21 | flags:${0} |
---|
| 22 | ${cursor} </template> |
---|
| 23 | |
---|
| 24 | </templates> |
---|
Note: See
TracBrowser
for help on using the repository browser.