You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ type: docs
6
6
Notepad++ User Manual
7
7
=======
8
8
9
-
This **Notepad++ User Manual** describes the Notepad++ application v8.x (currently up to v8.7.8).
9
+
This **Notepad++ User Manual** describes the Notepad++ application v8.x (currently up to v8.7.9).
10
10
11
11
The documentation is built collaboratively, and [your contribution is very welcome](https://github.com/notepad-plus-plus/npp-usermanual), following our [contribution guidelines](https://github.com/notepad-plus-plus/npp-usermanual/blob/master/CONTRIBUTION.md).
Copy file name to clipboardExpand all lines: content/docs/preferences.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -564,17 +564,18 @@ A variety of settings that didn't fit elsewhere
564
564
- For more details on the System Tray behavior, see [User Interface > System Tray](../user-interface/#system-tray).
565
565
***Direct Write rendering mode** dropdown
566
566
- DirectWrite will help in displaying characters even if the active font doesn't have a glyph.
567
-
- There are four options (new to v8.7.8):
567
+
- There are five options (third and fourth added v8.7.8, fifth in v8.7.9):
568
568
-`GDI (most compatible)`: This version is "most compatible", but it's because it doesn't have any of the features available in the other DirectWrite choices.
569
-
-`DirectWrite (default)`: This is the "normal" DirectWrite mode, and matches `☑ Use DirectWrite` from v8.7.7 and earlier. This is the default for a new installation of Notepad++.
570
-
-`DirectWrite (retain frames)`: Use this if it works best for you, or if you've been asked to try "DirectWrite (retain frames)".
571
-
-`DirectWrite (draw to GDI DC)`: Use this if it works best for you, or if you've been asked to try "DirectWrite (draw to GDI DC)".
569
+
-`DirectWrite (default)`: This is the "normal" DirectWrite mode. This is the default for a new installation of Notepad++.
570
+
-`DirectWrite (retain frames)`: Use this if it works best for you, or if you've been asked to try "DirectWrite (retain frames)" (new to v8.7.8).
571
+
-`DirectWrite (draw to GDI DC)`: Use this if it works best for you, or if you've been asked to try "DirectWrite (draw to GDI DC)" (new to v8.7.8).
572
+
-`DirectWrite (DirectX 11)`: Use this if it works best for you, or if you've been asked to try "DirectWrite (DirectX 11)" (new to v8.7.9).
572
573
- If you have having trouble rendering certain glyphs for Unicode characters (like various Asian characters or emoji), or having trouble with other rendering issues, you may want to try each of the four settings, to see which works best for you.
573
574
- Before v8.7.8, this was a checkbox: `☐ Use DirectWrite (May improve rendering special characters, need to restart Notepad++)`: Enables DirectWrite drawing.
574
575
- Unchecked is equivalent to the v8.7.8 `GDI (most compatible)`; checked is equivalent to v8.7.8 `DirectWrite (default)`.
575
576
- The modified rendering may affect the clarity or readability of the characters for some users or systems (for some users, it increases readability; for others, it decreases readability).
576
577
- Before v8.6, DirectWrite was off by default (this option was not checkmarked). Since v8.6, DirectWrite has been on by default (this option is checkmarked).
577
-
- Some users notice performance issues when this is checkmarked; those affected may uncheckmark this option.
578
+
- Some users notice performance issues when this is checkmarked; those affected should choose `GDI (most compatible)` (or uncheckmark the option in older versions).
578
579
- Staring in v8.6.9, this option will be automatically disabled on Windows Server (which cannot use DirectWrite).
579
580
*`☐ Enable Notepad++ auto-updater`: Will automatically download updates from the official website, once the development team has decided it's time to push an update to users. If unchecked, you will have to manually download the installer from the official website yourself.
580
581
*`☐ Mute all sounds`: When unchecked, a sound will provide feedback on certain actions (example: a search action in [**Find / Replace dialog**](../searching/#dialog-based-searching) results in the text not being encountered); when checked, Notepad++ will remain silent for those actions.
0 commit comments