From b1dc43ce1aa2871753321174239c973a9637a602 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 5 Jan 2011 12:15:15 +0000 Subject: =?UTF-8?q?=E2=80=A2=20fixed=20bug=20for=20Bundle=20commands=20to?= =?UTF-8?q?=20detect=20if=20current=20textview=20is=20the=20Query=20Editor?= =?UTF-8?q?=20=E2=80=A2=20added=20some=20more=20Default=20Bundles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WrapInDelimiter.spBundle/command.plist | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 SharedSupport/Default Bundles/WrapInDelimiter.spBundle/command.plist (limited to 'SharedSupport/Default Bundles/WrapInDelimiter.spBundle/command.plist') diff --git a/SharedSupport/Default Bundles/WrapInDelimiter.spBundle/command.plist b/SharedSupport/Default Bundles/WrapInDelimiter.spBundle/command.plist new file mode 100644 index 00000000..93816f00 --- /dev/null +++ b/SharedSupport/Default Bundles/WrapInDelimiter.spBundle/command.plist @@ -0,0 +1,45 @@ + + + + + author + Hans-Jörg Bibiko + category + Query Editor + command + echo "DELIMITER \${0:;;}" +echo "\${1:`cat`}\${1:\$0}" +echo "DELIMITER ;" + contact + znvy@ovovxb.qr + description + Wrap the current query or the selection in DELIMITER inserted as snippet to allow to modify the default delimiter ;; + +Version 1.0 + input + selectedtext + input_fallback + currentquery + internalKeyEquivalent + + characters + W + keyCode + 13 + modifierFlags + 1835008 + + keyEquivalent + ^~@w + name + Wrap query/selection in DELIMITER + output + insertassnippet + scope + inputfield + tooltip + Wrap the current query or selection in DELIMITER ;; + uuid + A67BDE10-0A76-45C2-98DB-B35AC731E8DA + + -- cgit v1.2.3