프로그램 자료/AutoHotKey
오토핫키 notepad++ 기본 셋팅
motolies
2017. 6. 7. 18:07
출처 : https://autohotkey.com/boards/viewtopic.php?f=7&t=50
Syntax-Highlighting
1. Download userDefineLang_AHK.xml
as raw (Right-click and choosing save as target...)
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 userDefineLang5. Restart Notepad++
Auto-Completion
1. Download AutoHotkey.xml
as raw (Right-click and choosing save as target...)
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)
Plugins
For 32-Bit Notepad++
If the Plug-In is not available throw the Plugin Manager MenuPlugins -> Plugin Manager
use the following steps to install a Plugin:1. Download your Plugin
2. Save it to the right location
C:\Program Files (x86)\Notepad++\plugins\
3. Restart Notepad++
For 64-Bit Notepad++
Since there is no Plugin Manager for 64-Bit Notepad++ atm you need to install all Plugins manually:
1. Download your Plugin
2. Save it to the right location
C:\Program Files\Notepad++\plugins\
3. Restart Notepad++
Useful Plugins
* AutoSave (x86 / x64) allows to automatically save the currently open files based on a timer schedule.
* RunMe (x86 / x64) allows to execute the currently open file, based on its shell association.
* TextFX (x86) brings a number of useful features.