# Notepad++ As Scite (autoit) IDE ### Install: * Install au3 cli app with **installAu3.au3** (may take long time) * C:\Users\USER????\AppData\Roaming\au3 ### Install With Backup * Copy notepad++ to %APPDATA%\Notepad++\ ### 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). **Note!** *Admin is required when notePP starts* **Gitbash with noteP++:** NppExec nem script: "C:\Program Files\Git\git-bash.exe" --cd="C:\Users\currentProjectDirectory??"