From b916a00d0016119c3f0c140ac679e0ad242115ad Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Mon, 2 Nov 2009 03:17:57 +0000 Subject: added old prado textmate bundle --- .../Prado.tmbundle/Snippets/TWizard.tmSnippet | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TWizard.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TWizard.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TWizard.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TWizard.tmSnippet new file mode 100644 index 00000000..f2c354eb --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TWizard.tmSnippet @@ -0,0 +1,28 @@ + + + + + content + <com:TWizard> + ${1:<com:TWizardStep Title="${2:step 1}" StepType="Start"> + ${3:content in step 1, may contain other controls} + </com:TWizardStep> + + <com:TWizardStep Title="${4:step 2}" StepType="Step"> + ${5:content in step 2, may contain other controls} + </com:TWizardStep> + + <com:TWizardStep Title="${6:finish step}" StepType="Finish"> + ${7:content in finish step, may contain other controls} + </com:TWizardStep>}$0 +</com:TWizard> + name + TWizard + scope + text.html + tabTrigger + TWizard + uuid + CA0CD4CC-D186-4448-8CB3-215E25951FDF + + -- cgit v1.2.3