We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0e280 commit b1283bcCopy full SHA for b1283bc
automagic_snippets_from_text.js
@@ -1,3 +1,17 @@
1
+/**
2
+ * Create a snippet from selected text, add a name and automatically open
3
+ * properties to add keybinding.
4
+ *
5
+ * A popup UI allows creation of the snippet name
6
7
+ * Type: keybound
8
+ * Usage: Add a keybinding of your liking in it's properties
9
10
+ * @source https://github.com/Komodo/macros
11
+ * @author Carey Hoffman
12
+ * @version 0.1
13
+ */
14
+
15
// Create a base snippet with the selected text
16
scimoz = ko.views.manager.currentView.scimoz;
17
var snip =
0 commit comments