Skip to content

Commit b1283bc

Browse files
committed
Add comment header for style points.
1 parent 9f0e280 commit b1283bc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

automagic_snippets_from_text.js

+14
Original file line numberDiff line numberDiff line change
@@ -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+
115
// Create a base snippet with the selected text
216
scimoz = ko.views.manager.currentView.scimoz;
317
var snip =

0 commit comments

Comments
 (0)