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:
Krzosa Karol
2024-01-25 11:39:50 +01:00
parent f0dabdd978
commit 3acca1409a
6 changed files with 79 additions and 313 deletions

View File

@@ -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",
},
]