From bb1b020a37785acf824c7c76bf5a1f868e826297 Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Tue, 24 Jul 2012 18:45:25 +0000 Subject: updated plugin for textmate editor (works on "sublime text editor 2", too): added activecontrols --- .../Snippets/TActiveMultiView.tmSnippet | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveMultiView.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TActiveMultiView.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveMultiView.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveMultiView.tmSnippet new file mode 100644 index 00000000..17c0e668 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveMultiView.tmSnippet @@ -0,0 +1,23 @@ + + + + + content + <com:TActiveMultiView ID="${1:multiView1}" ActiveViewIndex="${2:0}"> + ${3:<com:TView ID="${4:view1}"> + ${5:<!-- view1 content -->} + </com:TView> + <com:TView ID="${6:view2}"> + ${7:<!-- view2 content -->} + </com:TView>}$0 +</com:TActiveMultiView> + name + TActiveMultiView + scope + text.html + tabTrigger + TActiveMultiView + uuid + E4AC4EB3-83F6-4EE2-BBF7-1C637D295824 + + -- cgit v1.2.3