

* MsgBox Creator (by boiler) integrated into the editor like it is in SciTE4AutoHotkey * FunctionList - Enable function list in Notepad++ for AHK scripts * Hotstrings (by Helgef) expand parameters for AHK's functions, commands and directives. CMD: REG ADD HKCR\AutoHotkeyScript\Shell\Edit\Command /ve /t REG_SZ /d ^%SystemRoot^%"\Program Files\Notepad++\notepad++.exe %1" /f.AHK: RegWrite REG_SZ, HKCR, AutoHotkeyScript\Shell\Edit\Command, C:\Program Files\Notepad++\notepad++.exe `%1.CMD: REG ADD HKCR\AutoHotkeyScript\Shell\Edit\Command /ve /t REG_SZ /d ^%SystemRoot^%"\Program Files (x86)\Notepad++\notepad++.exe %1" /f.AHK: RegWrite REG_SZ, HKCR, AutoHotkeyScript\Shell\Edit\Command, C:\Program Files (x86)\Notepad++\notepad++.exe `%1.Set Notepad++ as default Editor for AutoHotkey Scripts * TextFX (x86) brings a number of useful features. * RunMe (x86 / 圆4) allows to execute the currently open file, based on its shell association. * AutoSave (x86 / 圆4) allows to automatically save the currently open files based on a timer schedule. 64-Bit: C:\Program Files\Notepad++\plugins\.32-Bit: C:\Program Files (x86)\Notepad++\plugins\.If the Plug-In is not available throw the Plugin Manager Menu use the following steps to install a Plugin: Click on Auto-Completion and activate Enable auto-completion on each input (recommendation: From 2th character, Function completion, Function parameters hint on input).64-Bit: C:\Program Files\Notepad++\autoCompletion\AutoHotkey.xml.32-Bit: C:\Program Files (x86)\Notepad++\autoCompletion\AutoHotkey.xml.Download AutoHotkey.xml as raw (Right-click and choosing save as target.).Start Notepad++ and click on Menu Language -> Define your language.User: %AppData%\Notepad++\userDefineLang_AHK.xml.64-Bit: C:\Program Files\Notepad++\userDefineLang_AHK.xml.32-Bit: C:\Program Files (x86)\Notepad++\userDefineLang_AHK.xml.Download userDefineLang_AHK.xml as raw (Right-click and choosing save as target.).
