Bug 417950 - konsolepart lacks a way to redirect file click events
Summary: konsolepart lacks a way to redirect file click events
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: kpart (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-20 20:27 UTC by FeepingCreature
Modified: 2020-02-20 20:27 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description FeepingCreature 2020-02-20 20:27:28 UTC
When using the "Underline files" feature in the konsolepart embedded in kdevelop, files are underlined and can be clicked. However, clicking them opens the file in a separate application instead of the open kdevelop session, as one may expect.

There is already 'open!' to open a file in the kdevelop session from the konsole. However, konsole offers no way to make click events actually use this command. Adding this functionality would be a cheap way to make the konsolepart more useful. (Another similarly useful feature would be including line and column numbers in the file event, so that kdevelop can move the cursor to the right spot when clicking on an error or warning.)

To be useful, this feature depends on https://bugs.kde.org/show_bug.cgi?id=416376 .