Skip to content

Commit

Permalink
v8.6.3: new Preferences Enable Copy/Cut Line without selection
Browse files Browse the repository at this point in the history
(based on v8.6.3-RC)
  • Loading branch information
pryrt committed Feb 12, 2024
1 parent 8e89f84 commit 512dd8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: docs
Notepad++ User Manual
=======

This **Notepad++ User Manual** describes the Notepad++ application v8.x (currently up to v8.6.2).
This **Notepad++ User Manual** describes the Notepad++ application v8.x (currently up to v8.6.3).

The documentation is built collaboratively, and [your contribution is very welcome](https://github.com/notepad-plus-plus/npp-usermanual).

Expand Down
2 changes: 1 addition & 1 deletion content/docs/editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ Certain keyboard-shortcuts for editing commands are "context aware", meaning tha

Again, this manual will not enumerate all the context-aware commands. The ones listed above have been deemed especially useful, or are mentioned because they were added to give Notepad++ behavior that is similar to other popular text editors and coding environments.

In order to disable the context-aware "line copy / cut / delete" feature, create the [zero-byte config file](../config-files/#other-configuration-files) `disableLineCopyCutDelete.xml` (new to v8.6.1).
In v8.6.1, you can disable the context-aware "line copy / cut / delete" feature, by creating the [zero-byte config file](../config-files/#other-configuration-files) `disableLineCopyCutDelete.xml`. This zero-byte config file was eliminated in v8.6.2, so the feature could not be disabled in that version. And in v8.6.3, **[Settings > Preferences > Editing](../preferences/#editing) > ☐ Enable Copy/Cut Line without selection** was added to be able to control this behavior using the Preferences dialog.

### Drag-and-Drop Move or Copy

Expand Down
3 changes: 2 additions & 1 deletion content/docs/preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ These influence editing (carets, code-folding, line wrapping, and more).
* `☐ Enable Multi-Editing`: Allows multiple selections not necessarily contiguous with each other by using `Ctrl`+Mouse click on the selection(s). (This option is removed in v8.6 and beyond, because `Ctrl`+Mouse multi-editing is now always available.)
* `☐ 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.)
* `☐ Keep selection when right-click outside of selection`: Prevents right-click from cancelling an active selection.
* `☐ Disable advanced scrolling feature (if you have touchpad problem)`: designed to help if you have a problem with your touchpad
* `☐ Disable advanced scrolling feature (if you have touchpad problem)`: designed to help if you have a problem with your touchpad.
* `☐ Enable Copy/Cut Line without selection`: When checkmarked, will allow the [Context Aware Copy/Cut](../editing/#context-awareness) feature to have Copy/Cut shortcuts work with the whole line if there is no active selection. When it's not checkmarked, doing a Copy or Cut without a selection will not affect the text or clipboard. (New preference in v8.6.3.)

### Dark Mode

Expand Down

0 comments on commit 512dd8d

Please sign in to comment.