-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Description
I want to copy to clipboard some finder content including paths and lines where string were found. But all I can get in clipboard is the actual file content.
Steps to Reproduce the Issue
- Searh in files for some string via Find In Files dialog (Ctrl+Shift+F).
- Try to select some lines in find result dialog including file paths and then right click -> Copy (another issue here is Ctrl+C doesn't work here)
- Paste the result in to new document.
Expected Behavior
Ability to copy full info available in "find result" dialog including file path and line numbers. So I can share those results with someone else.
Actual Behavior
Only file content is copied:
Debug Information
Reproduced in multiple configurations including minimalistic install with no app data and no plugins:
My working configuration:
Notepad++ v7.1 (32-bit)
Build time : Oct 15 2016 - 23:30:30
Path : C:\Program Files (x86)\Notepad++\notepad++.exe
Admin mode : OFF
Local Conf mode : OFF
OS : Windows 10
Plugins : ComparePlugin.dll CutNCopyLine.dll HTMLTag_unicode.dll mimeTools.dll NppConverter.dll NppExport.dll NppFTP.dll NppMenuSearch.dll NppSaveAsAdmin.dll NppTextFX.dll PluginManager.dll PoorMansTSqlFormatterNppPlugin.dll XMLTools.dll
Clean install configuration:
Notepad++ v7.1 (32-bit)
Build time : Oct 15 2016 - 23:30:30
Path : C:\Programs\npp.7.1.bin.minimalist\notepad++.exe
Admin mode : OFF
Local Conf mode : ON
OS : Windows 10
Plugins : none
