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
Describe the bug
As of Notepad++ 8.6 through 8.6.2 RC-1, Notepad++ has played some shenanigans with CTRL-C and CTRL-V keyboard shortcuts. As a result, the keyboard copy / paste shortcuts CTRL-C and CTRL-V to copy and paste a file in the Explorer dialog that worked in Notepad++ 8.5.8 no longer work.
simply uncomment the above line. I tested uncommenting this line, compiling and it resolves the issue. Not sure why it was commented in the first place?
To Reproduce
Steps to reproduce the behavior:
View any directory in Explorer plugin that has file.
highlight the file, press CTRL-C then CTRL-V
nothing happens.
Do the same in 8.5.8 and see:
Expected behavior
The expected behavior is as what is seen in Notepad++ 8.5.8 shown in screenshot above.
Debug Info
Notepad++ 8.6.2 RC-1, Explorer 1.8.2.30
The text was updated successfully, but these errors were encountered:
Describe the bug
As of Notepad++ 8.6 through 8.6.2 RC-1, Notepad++ has played some shenanigans with
CTRL-C
andCTRL-V
keyboard shortcuts. As a result, the keyboard copy / paste shortcutsCTRL-C
andCTRL-V
to copy and paste a file in the Explorer dialog that worked in Notepad++ 8.5.8 no longer work.The fix is pretty easy:
npp-explorer-plugin/src/NppPlugin/DockingFeature/StaticDialog.cpp
Line 251 in fac2620
simply uncomment the above line. I tested uncommenting this line, compiling and it resolves the issue. Not sure why it was commented in the first place?
To Reproduce
Steps to reproduce the behavior:
CTRL-C
thenCTRL-V
Do the same in 8.5.8 and see:
Expected behavior
The expected behavior is as what is seen in Notepad++ 8.5.8 shown in screenshot above.
Debug Info
Notepad++ 8.6.2 RC-1, Explorer 1.8.2.30
The text was updated successfully, but these errors were encountered: