[konsole] [Bug 399291] New: Don't include trailing colons in URLs for the purpose of double-click selection

Nate Graham bugzilla_noreply at kde.org
Mon Oct 1 20:13:14 BST 2018


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-devel at kde.org
          Reporter: nate at 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 the assignee for the bug.


More information about the konsole-devel mailing list