|
|
@@ -1,4 +1,14 @@
|
|
|
-install au3 cli app with au3.au3
|
|
|
+# Notepad++ As Scite (autoit) IDE
|
|
|
+
|
|
|
+### Install:
|
|
|
+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)"
|
|
|
@@ -8,15 +18,10 @@ 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).
|
|
|
-note: Admin is required when notePP starts
|
|
|
|
|
|
|
|
|
|
|
|
-Gitbash with noteP++:
|
|
|
-NppExec nem script:
|
|
|
-"C:\Program Files\Git\git-bash.exe" --cd="C:\Users\Oro Jackson\Desktop\wowautoit"
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-Copy notepad++ to %APPDATA%\Notepad++\
|
|
|
|
|
|
+**Gitbash with noteP++:**
|
|
|
+NppExec nem script:
|
|
|
+"C:\Program Files\Git\git-bash.exe" --cd="C:\Users\currentProjectDirectory??"
|