-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Description of the Issue
After using Begin/End Select to start a selection and another Begin/End Select to end the selection, and deleting the selection, pressing cursor keys to move causes a continued selection.
Steps To Reproduce
- Ctrl-Shift-B
- Select some text
- Ctrl-Shift-B
- Press Delete to delete it
- Press a cursor key and see a selection get expanded instead of just moving the cursor.
Current Behavior
Trying to move the cursor with the cursor keys after using Begin/End Select is selecting text along the cursor's path.
Expected Behavior
I expect that once the selection is ended that any cursor movements would simply be cursor movements.
Debug Information
Notepad++ v8.6.7 (64-bit)
Build time : May 12 2024 - 20:04:00
Path : C:\Program Files\Notepad++\notepad++.exe
Command Line : "C:\Users\j.ritter\AppData\Roaming\Notepad++\shortcuts.xml"
Admin mode : OFF
Local Conf mode : OFF
Cloud Config : OFF
Periodic Backup : ON
OS Name : Windows 10 Enterprise (64-bit)
OS Version : 22H2
OS Build : 19045.4412
Current ANSI codepage : 1252
Plugins :
HexEditor (0.9.12)
mimeTools (3.1)
NppConverter (4.6)
NppExport (0.4)
NppFTP (0.29.12)Anything else?
I have v7.3.3 on another machine and it acts as expected with a Begin/End Select sequence and normal cursor movements afterward.
Reactions are currently unavailable