View Single Post
Lubricant Jam
AlliedModders Donor
Join Date: Oct 2016
Location: United Kingdom
Old 10-29-2018 , 05:55   Re: [tweak] Compile plugins by double click
Reply With Quote #4

Quote:
Originally Posted by Dragokas View Post
You are welcome.

Using above tweak you can also compile plugins directly from AkelPad or Notepad++ editor.
That requires a little adjustment:

For AkelPad:

Main menu -> Options -> Settings -> General -> Execute ->

"Command" field, enter:
Code:
rundll32.exe shell32,ShellExec_RunDLL "%f"
"Working direcory" field, enter:
Code:
%d
Now, you can run compilation on Ctrl + F5 hotkey from AkelPad.


For Notepad++:

Press F5, enter in field:
Code:
rundll32.exe shell32,ShellExec_RunDLL "$(FULL_CURRENT_PATH)"
Press save, select convenient hotkey, e.g. Ctrl + F5, press OK. Close.

Now, you can run compilation on Ctrl + F5 hotkey from N++.
If you could get it to work with Visual Studio Code, that'd be perfect.
Lubricant Jam is offline