https://bugs.kde.org/show_bug.cgi?id=399291
Bug ID: 399291 Summary: Don't include trailing colons in URLs for the purpose of double-click selection Product: konsole Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: font Assignee: konsole-de...@kde.org Reporter: n...@kde.org Target Milestone: --- STEPS TO REPRODUCE 1. grep for a string in source code. For example: $ cd kwin $ grep -ri "setresizeonly" . ./plugins/kdecorations/aurorae/src/aurorae.cpp: setResizeOnlyBorders(*m_extendedBorders); 2. Double-click on the path to select it so you can then copy-and-paste it OBSERVED RESULT "./plugins/kdecorations/aurorae/src/aurorae.cpp:" is selected. EXPECTED RESULT "./plugins/kdecorations/aurorae/src/aurorae.cpp" should be selected (no trailing colon) ADDITIONAL INFORMATION: This is a problem because if you quickly type `$EDITOR <paste> <enter>` to open the file, the colon at the end of the path makes it not exist, so your editor creates a new file instead of opening the existing file. You need to remember to do `$EDITOR <paste> <delete> <enter>`, which is slightly annoying. SOFTWARE VERSIONS Everything from git master on KDE Neon -- You are receiving this mail because: You are watching all bug changes.