Remove build system, add search for remedy file, remove all in one
Cleaning up the plugin a bit, seems like going the build system route was not worth it. Minimal gains, a lot of additional mental overhead. As much as I love sublime the plugin api is not great for more complicated things. Instead by default plugin seeks for a nearby remedy file, hopefully this will help a bit.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"command": "remedy_launch",
|
||||
},
|
||||
{
|
||||
"caption": "RemedyBG: Goto the sublime cursor in remedy",
|
||||
"caption": "RemedyBG: Goto to cursor in remedy",
|
||||
"command": "remedy_go_to_cursor",
|
||||
},
|
||||
{
|
||||
@@ -35,8 +35,4 @@
|
||||
"caption": "RemedyBG: Add selection or word under cursor to watch window",
|
||||
"command": "remedy_add_to_watch",
|
||||
},
|
||||
{
|
||||
"caption": "RemedyBG: All in one, this is for the convienient mouse + keyboard usage",
|
||||
"command": "remedy_all_in_one",
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user