Summary: | There is no context menu on editor icon border since KDE 4.6.0 | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Alexander <ashaduri> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nalvarez |
Priority: | NOR | Keywords: | junior-jobs, usability |
Version First Reported In: | git master | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kdevplatform/f27e8c140a516b88d9617d9e49b0ab6e2adb8360 | Version Fixed In: | 5.2.0 |
Sentry Crash Report: |
Description
Alexander
2011-03-06 17:46:42 UTC
What context menu do you need? Hello, there was a context menu with, if I remember it correctly, the following items: - "Add bookmark" - "Add breakpoint" - "Default Click Action" (or something like that) submenu: --- "Bookmark" --- "Breakpoint" I really want to have "Bookmark" as the default action, but since there is no menu, I cannot switch it. Adding bookmarks with a mouse is quite cumbersome now (without this menu). I suspect the code is still there, but not working. Thanks! *** Bug 314164 has been marked as a duplicate of this bug. *** Patch here: https://phabricator.kde.org/D6179 Git commit f27e8c140a516b88d9617d9e49b0ab6e2adb8360 by Kevin Funk, on behalf of Christoph Roick. Committed on 06/07/2017 at 17:57. Pushed by kfunk into branch 'master'. Reenable icon border menu Summary: - current functionality preserved - allow enabling/disabling bookmarks - set bookmark or breakpoint as standard left-click action FIXED-IN: 5.2.0 Test Plan: Activate icon border and right-click to open menu. Left-click into icon border to add/remove default mark. Reviewers: #kdevelop Subscribers: kdevelop-devel Differential Revision: https://phabricator.kde.org/D6179 M +46 -24 debugger/breakpoint/breakpointmodel.cpp M +0 -5 shell/textdocument.cpp https://commits.kde.org/kdevplatform/f27e8c140a516b88d9617d9e49b0ab6e2adb8360 |