|
|
@@ -1,23 +1,23 @@
|
|
|
# Notepad++ As Scite (autoit) IDE
|
|
|
|
|
|
### Install:
|
|
|
-Install au3 cli app with **installAu3.au3** (may take long time)
|
|
|
-Copy notepad++ to %APPDATA%\Notepad++\
|
|
|
+* Install au3 cli app with **installAu3.au3** (may take long time)
|
|
|
+* Copy notepad++ to %APPDATA%\Notepad++\
|
|
|
|
|
|
**Note!**
|
|
|
*Admin is required when notePP starts*
|
|
|
|
|
|
|
|
|
### Manual install Method
|
|
|
-open notepadPP. install nppexec plugin
|
|
|
-add new for npp exec -> hit F6 -> add this script
|
|
|
-au3 "$(FULL_CURRENT_PATH)"
|
|
|
--> name it for Au3Exec
|
|
|
-Save it. then go npp_exec advanced options
|
|
|
-add add new menu item with the Au3Exec script
|
|
|
-Second, assign a shortcut key for this new menu item
|
|
|
-using Notepad++'es Settings -> Shortcut Mapper ->
|
|
|
-Plugin commands (you'll find the menu item there).
|
|
|
+* open notepadPP. install nppexec plugin
|
|
|
+* add new for npp exec -> hit F6 -> add this script
|
|
|
+* au3 "$(FULL_CURRENT_PATH)"
|
|
|
+* -> name it for Au3Exec
|
|
|
+* Save it. then go npp_exec advanced options
|
|
|
+* add add new menu item with the Au3Exec script
|
|
|
+* Second, assign a shortcut key for this new menu item
|
|
|
+* using Notepad++'es Settings -> Shortcut Mapper ->
|
|
|
+* Plugin commands (you'll find the menu item there).
|
|
|
|
|
|
|
|
|
|