From da2375e30c562f8ce119ad0511695f8ac93553b5 Mon Sep 17 00:00:00 2001 From: Krzosa Karol Date: Sun, 22 Jan 2023 12:16:23 +0100 Subject: [PATCH] Add install --- README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c35512..d0b4015 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,21 @@ Obviously you need to have remedybg: It needs to be available in the PATH with name ```remedybg.exe```. Alternatively you can add ```"remedy_executable": "C:/path/to/remedy"``` to your settings. +### Install without package control + +``` +cd "C:\Users\krzosa\AppData\Roaming\Sublime Text\Packages" +git clone https://github.com/krzosa/Sublime_RemedyBG +``` + +Launch Sublime Text, using command palette launch ```Package Control: Satisfy dependencies```, +That's it. + +Optional: + +* add vc_vars_cmd to your settings, +* add remedy_executable to your settings if remedybg is not on your path or has different name. + ### Remedy build system Sadly Sublime doesn't allow for querying of currently chosen build system. @@ -58,9 +73,9 @@ If you are developing using remedybg it seems pretty obvious that you would want Feature idea. By clicking using your middle mouse button you can issue most of the available debugger commands. - * Debugger goes to the place you clicked on - * The word you clicked is going to get added to watch window - * If the word you clicked on matches "rt"(run_to_cursor, "r"(run), "rr"(stop), "rrr"(restart) then it's going to delete that word in sublime and issue a debugger command. So far I have found it to be nice for code discovery kind of stuff with the mouse + keyboard workflow, you can bind this to the keyboard too though. The commands are easy to type using single hand. +* Debugger goes to the place you clicked on +* The word you clicked is going to get added to watch window +* If the word you clicked on matches "rt"(run_to_cursor, "r"(run), "rr"(stop), "rrr"(restart) then it's going to delete that word in sublime and issue a debugger command. So far I have found it to be nice for code discovery kind of stuff with the mouse + keyboard workflow, you can bind this to the keyboard too though. The commands are easy to type using single hand. ### Credits