| Summary: | Skip to function with one click in Outline menu | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Alexey Chernov <4ernov> |
| Component: | general | Assignee: | kdevelop-bugs-null |
| Status: | REOPENED --- | ||
| Severity: | wishlist | CC: | |
| Priority: | NOR | ||
| Version First Reported In: | 4.1.60 | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Alexey Chernov
2010-12-18 21:53:00 UTC
just as invalid as 260659 - use single click globally if you want that behavior. reopening the same as bug #260659 small addition - both reports for KDevelop 4.1.80 (4.1.60 just because there's no 4.1.80 in the list). right, clicking it once with single click enabled just expands the item... I wonder how the default behavior should be... Open but not expand? How do you expand it then - if at all? hm Yes, exactly, click expands the item now. I think there're some ways. For example: 1. to skip to function in source and to expand its item simultaneously 2. single click - skip to function, double - expand its item 3. single click everywhere on certain string - skip to function, single click on green arrow - expand its item The essential thing is that I think skipping to function should be primary option of the menu and function details be secondary as I think one uses the menu to navigate through source code far more often than to get any details about some item (it's very useful, too, but maybe a little bit less priority than code navigation) I think the ideal would be two use cases: 1. I want to use Outline menu for navigation. I open it, click on the certain string, the editor skips to function, Outline menu hides. 2. I want to get more information using Outline menu. I open it, click on the green arrow next to certain string (or double-click the certain string), the item is expanded, I read necessary information, and close the menu clicking somewhere outside. If I click any link the behavior is something like in p.1. This works as requested in 5.2-git, it must have been fixed in the KF5 port or at some other point. Sorry, no, this bug is for the menu and not the toolview. Still present in 5.2. |