tested up to Notepad++ v6.9.1
- Download
userDefineLang_AHK.xml
(as raw) - Save it to the right location
(C:\Program Files (x86)\Notepad++\userDefineLang_AHK.xml)
- Start Notepad++ and click on Menu
Language --> Define your language
Import
your userDefineLangRestart
Notepad++
- Download
AutoHotkey.xml
(as raw) - Save it to the right location
(C:\Program Files (x86)\Notepad++\plugins\APIs\AutoHotkey.xml)
- Start Notepad++ and click on Menu
Settings --> Preferences
- Click on
Auto-Completion
and activateEnable auto-completion on each input
- (Recommendation: From 2th character - Function completion - Function parameters hint on input)
- Download PlugIns
- Save it to the right location
Notepad++\plugins\
Notepad++ loads plugins at startup. To load a new plugin, you can either close and restart Notepad++,
or use theSettings --> Import --> Import plugin
command.
Useful Plug-In's
- AutoSave allows to automatically save the currently open files based on a timer schedule.
- RunMe allows to execute the currently open file, based on its shell association.
- TextFX brings a number of useful features.
(Right Click --> Edit Script
)
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\AutoHotkeyScript\Shell\Edit\Command]
@="C:\\Program Files (x86)\\Notepad++\\notepad++.exe %1"
RegWrite REG_SZ, HKCR, AutoHotkeyScript\Shell\Edit\Command,, C:\Program Files (x86)\Notepad++\notepad++.exe `%1
- AutoHotkey (Current Version)
- Notepad++ (Current Version)