-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Closed
Closed
Copy link
Description
Description of the Issue
While using Copy Binary Content command with Clipboard History panel displayed, the entry of copy is displayed in the panel, but double clicking on it paste only the partial data (cut content).
Steps to Reproduce the Issue
- Open Clipboard History panel.
- Copy and paste
void ClipboardHistoryPanel::addToClipboadHistory(ClipboardData cbd)
into Notepad++. - Run Menu
Edit
->Paste Special
->Copy Binary Content
. - Observe "void ClipboardHistoryPanel::a..." entry appears in Clipboard History panel.
- Double click on "void ClipboardHistoryPanel::a..." entry.
Expected Behavior
Seeing void ClipboardHistoryPanel::addToClipboadHistory(ClipboardData cbd)
is pasted into Notepad++.
Actual Behavior
Seeing void ClipboardHistoryPanel::addToCli
is pasted into Notepad++.
Debug Information
Notepad++ v8.5.4 (64-bit)
Build time : Jun 17 2023 - 20:42:45
Path : C:\Program Files\Notepad++\notepad++.exe
Command Line :
Admin mode : OFF
Local Conf mode : OFF
Cloud Config : OFF
OS Name : Windows 11 Home (64-bit)
OS Version : 22H2
OS Build : 22621.1928
Current ANSI codepage : 1252
Plugins :
mimeTools (2.9)
NppConverter (4.5)
NppExport (0.4)
Metadata
Metadata
Assignees
Labels
No labels