Summary: | Ctrl+Tab: Possibility to cancel and show parts of the file path | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Gregor Mi <codestruct> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | nate |
Priority: | NOR | ||
Version: | 17.12.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kate/2641fc835e5fecb539122dcfbee1caa42617ebe4 | Version Fixed In: | |
Sentry Crash Report: |
Description
Gregor Mi
2018-01-26 22:34:25 UTC
Proposed patch: https://phabricator.kde.org/D10306 for master branch. @Gregor, the patch only addresses your issue #1. --> Please only one issue per bug report. Issue #2 can at least be worked around by using the quick open feature, which provides this feature (by default Ctrl+Alt+o). Git commit 2641fc835e5fecb539122dcfbee1caa42617ebe4 by Dominik Haumann. Committed on 04/02/2018 at 21:33. Pushed by dhaumann into branch 'master'. Tab switcher plugin: Escape hides switcher widget Summary: Allow to cancel the tab switching by pressing Escape. Test Plan: make test Reviewers: gregormi, ngraham, cullmann Reviewed By: ngraham Tags: #kate Differential Revision: https://phabricator.kde.org/D10306 M +10 -0 addons/tabswitcher/tabswitchertreeview.cpp M +5 -0 addons/tabswitcher/tabswitchertreeview.h https://commits.kde.org/kate/2641fc835e5fecb539122dcfbee1caa42617ebe4 Thanks for the fix, Dominik! For the second issue I opened another bug: https://bugs.kde.org/show_bug.cgi?id=389895 |