Notepad++ Initial Configuration

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