Notepad++ Initial Configuration
跳至導覽
跳至搜尋
- 解壓並放置 shortcuts.xml (若為 Portable 版本則就在軟件目錄下; 若為安裝版則在
%AppData%\Notepad++\
下); - Settings > Preferences:
- General > Toolbar > ☑ Hide;
- Editing > Line Wrap > ◉ Default; ☑ Enable smooth font;
- Margins / Border / Edge > Border Width: 0; Line Number > ◉ Constant width; ☐ Display Change History; ☐ Display bookmark;
- New Document > Default language: HTML;
- Recent File History > Display > ☑ In Submenu;
- File Association > Registered extensions: .txt, .log, .ini, .inf, .css, .js, .json, .php, .xml, .xul, .xht, .lua, .md, .wiki;
- Print > Colour Options > ◉ WYSIWYG; Header > Left part: $(SHORT_DATE) $(TIME); Right part: $(FILE_NAME); Footer > Middle part: $(CURRENT_PRINTING_PAGE);
- Backup > Session snapshot and periodic backup > uncheck all;
- Auto-Completion > ☐ Auto-indent; Auto-Insert > ☑ html/xml close tag;
- Cloud & Link > Clickable Link Settings > ☐ Enable;
- 導入 (Settings > Import) 修改好的 Material-Dark 並在 Settings > Style Configurator 里將主題選為此(在此之前先確保偏好的字型檔已安裝),然後勾選 『Enable global font』 和 『Enable global font size’;
- 導入 zoomdisabler_x64.dll 並在其設置中將兩項 disable 均勾選;
- 在 Plugins > Plugins Admin 中安裝所需 Plugins, 至少有 Compare, ExtSettings, JSTool;
- 修改 ExtSettings 的設置,將 Line Wrapping 下的 Wrap mode 改為 Any character, 修改 JSTool 的設置,將 Format 下的 Indent: 的第一項 『Use 4 spaces instead of tab (\t).』 取消勾選;
- 設置 Compare 的顏色:
- Added line: 27, 95, 35;
- Deleted line: 128, 30, 50;
- Moved line: 0, 39, 79;
- Changed line: 0, 112, 166;
- Change highlight: White.