Skip to content

Commit

Permalink
Merge pull request #1 from Kristinita/SashaGoddess
Browse files Browse the repository at this point in the history
Add command palette support
  • Loading branch information
bigcakes authored Oct 1, 2016
2 parents 562c6bc + 6825c33 commit 44b9957
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Default.sublime-commands
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"caption": "Macroptimize: Select Macro",
"command": "macroptimize",
"args": {
"runLast": false
}
},
{
"caption": "Macroptimize: Run Last Macro",
"command": "macroptimize",
"args": {
"runLast": true
}
}
]
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Install this plugin with [Package Control](https://packagecontrol.io/packages/Ma

Just ctrl+alt+z and select which macro to run or if you have already ran a macro, press ctrl+alt+x to run the last macro again!

Or select commands `Macroptimize: Select Macro` and `Macroptimize: Run Last Macro` in command palette.

## TODO

- Repeat until end of file setting (maybe even per macro)
Expand Down

0 comments on commit 44b9957

Please sign in to comment.