- Style (Theme)
- Settings -> Style settings
- Monokai
- Plugin 추가
- BetterMultiSeleteion v1.4(64bit)
- NppExec 설치
- 설정
- Plugins > NppExec > Execute NppExec Script
-
NPP_CONSOLE 0
sci_sendmsg 2690 // SCI_TARGETWHOLEDOCUMENT
sci_sendmsg SCI_SETSEARCHFLAGS 0
sci_sendmsg 2688 // SCI_MULTIPLESELECTADDNEXT - 위 내용 입력 -> Save... 버튼 클릭 -> Script Name 입력 (ex: multiSelection_AddNext) -> Save
-
- Plugins > NppExec > Advanced Options 에서 아래와 같이 설정.
- Settings > ShortCut ->Plugin Tab 에서 키 설정.
- 참조 (https://community.notepad-plus-plus.org/topic/11360/multi-selection-and-multi-edit/47)
-
If saving and naming a script wasn’t obvious, then assigning a keycombo is going to be less intuitive. Just saying. ;-)
@michaelfernandez98,
Once you have one or more scripts named and saved as Alan described, then go to Plugins > NppExec > Advanced Options. In the lower left, use the Associated Script pulldown to select the script; click Add/Modify button to add it to the list of Menu Items in the upper left; note whether or not ☑ Place in the Macros Submenu is enabled (you will need this later). Repeat as necessary for all of the above scripts. When you hit OK to apply those changes, a popup will tell you that you should restart Notepad++: save any open files, then restart Notepad++.
After the restart, then either the Macros menu (if the checkbox was enabled) or the Plugins > NppExec submenu (if the checkbox was disabled) will list your new NppExec scripts.
To assign a keycombo to each, go to Macros > Modify Shortcut/Delete Macro (or, equivalently, Settings > Shortcut Mapper), and go to the Plugin Commands tab. Filter by NppExec and scroll down until you see the new script names. Click on the script you want a keycombo for, hit Modify, and pick the appropriate combination of Ctrl, Alt, Shift, and the selected key. Repeat the Modify procedure for all the scripts that you want a keycombo for.
- Plugins > NppExec > Execute NppExec Script
'20. Programming > Tools - 4WIndows' 카테고리의 다른 글
OFFICE 365 2016 아웃룩 메일 내용 안보이는 현상 (0) | 2020.01.22 |
---|---|
VSCode Extension (0) | 2019.12.12 |
Windows 경로(파일 및 폴더 포함) 길이 제한 (0) | 2018.09.06 |
[Window] Application 실행시 (0xc0000022) 에러 문제 해결법 (0) | 2018.03.15 |
윈도우에서 repo 사용하기 (0) | 2018.01.11 |