Skip to content

Commit 07732c2

Browse files
committed
add "enable virtual space" (missed from v8.4.3)
from [this discussion](https://community.notepad-plus-plus.org/topic/23493/disabling-clicking-beyond-end-of-line)
1 parent 9015329 commit 07732c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/preferences.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ These influence editing (carets, code-folding, line wrapping, and more).
7777
- **Default**: old behavior (`CR` and `LF` in reverse-video boxes)
7878
- **Plain Text**": Looks like normal text for `CR`, `LF`, and `CRLF`
7979
- **Custom Color**: Opens the **[Style Configurator](#style-configurator)** dialog to edit **[Global Styles](#global-styles) > EOL custom color**
80-
* `☐ Make current level folding/unfolding commands toggleable`: enables the feature that causes the [**View** menu](../views/#folding)'s **Collapse/Uncollapse Current Level** commands to both toggle the state of folding for the current level (so doing the command twice will undo the action); when not checkmarked, the **Collapse** will only cause the current level to fold, and **Uncollapse** will only cause the current level to unfold (new to v8.4.2)
81-
* `☐ Enable Multi-Editing`: allows multiple selections not necessarily contiguous with each other by using Ctrl+Mouse click on the selection(s) (was known as **Multi-Editing Settings** prior to v7.9.2)
8280
* `☐ Enable smooth font`: enables a font-smoothing algorithm from Windows, which may affect how smooth fonts are on some displays
81+
* `☐ Enable virtual space`: enables putting the caret beyond the end of the line (new to v8.4.3)* `☐ Make current level folding/unfolding commands toggleable`: enables the feature that causes the [**View** menu](../views/#folding)'s **Collapse/Uncollapse Current Level** commands to both toggle the state of folding for the current level (so doing the command twice will undo the action); when not checkmarked, the **Collapse** will only cause the current level to fold, and **Uncollapse** will only cause the current level to unfold (new to v8.4.2)
82+
* `☐ Enable Multi-Editing`: allows multiple selections not necessarily contiguous with each other by using Ctrl+Mouse click on the selection(s) (was known as **Multi-Editing Settings** prior to v7.9.2)
8383
* `☐ Enable scrolling beyond last line`: allows you to scroll (with scroll bar or mouse wheel) so that up to a page of blank space _after_ the last line is visible. (When unchecked, scrolling to the end will put the last line of text as the bottom line in the window, when there are more lines of text than are visible in the window)
8484
* `☐ Keep selection when right-click outside of selection`: prevents right-click from canceling active selection (added v7.9)
8585
* `☐ Disable advanced scrolling feature (if you have touchpad problem)`: designed to help if you have a problem with your touchpad

0 commit comments

Comments
 (0)