프로그램 자료/AutoHotKey

오토핫키 notepad++

motolies 2017. 7. 12. 09:34

출처 : https://autohotkey.com/boards/viewtopic.php?f=7&t=50


Auto-Completion

1. Download AutoHotkey.xml as raw (Right-click and choosing save as target...)

2. Save it to the right location C:\Program Files\Notepad++\plugins\APIs\ (on 32-Bit: C:\Program Files (x86)\Notepad++\plugins\APIs\)
3. Start Notepad++ and click on Menu Settings -> Preferences
4. Click on Auto-Completion and activate Enable auto-completion on each input
5. (recommendation: From 2th character, Function completion, Function parameters hint on input)

AutoHotkey.xml


Syntax-Highlighting

1. Download userDefineLang_AHK.xml as raw (Right-click and choosing save as target...)

2. Save it to the right location C:\Program Files\Notepad++\userDefineLang_AHK.xml (on 32-Bit: C:\Program Files (x86)\Notepad++\userDefineLang_AHK.xml)
3. Start Notepad++ and click on Menu Language -> Define your language
4. Import your userDefineLang
5. Restart Notepad++

userDefineLang_AHK.xml