funap / npp-explorer-plugin

Explorer plugin for Notepad++ x64/x86
GNU General Public License v2.0
84 stars 10 forks source link

Copy / Paste keyboard shortcuts no longer work to copy / paste files in Explorer window #74

Closed vinsworldcom closed 8 months ago

vinsworldcom commented 8 months ago

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.

The fix is pretty easy: https://github.com/funap/npp-explorer-plugin/blob/fac262003ef8ea90d3728c1761ed2778ad2c9cb0/src/NppPlugin/DockingFeature/StaticDialog.cpp#L251

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:

  1. View any directory in Explorer plugin that has file.
  2. highlight the file, press CTRL-C then CTRL-V
  3. nothing happens.

Do the same in 8.5.8 and see:

image

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

funap commented 8 months ago

@vinsworldcom This comment was made during Issue #59. I will consider measures that can fix #59 and #74. Thank you very much information!

vinsworldcom commented 8 months ago

Ha - it was me! Here is some more information on why it should be uncommented: https://community.notepad-plus-plus.org/post/91951

Cheers.

funap commented 8 months ago

This issue has been fixed in version 1.8.2.31