| Summary: | Alt key is broken in code completion | ||
|---|---|---|---|
| Product: | [Developer tools] kdevplatform | Reporter: | Alexander <ashaduri> |
| Component: | shell | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | david.nolden.kde, olivier.jg |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Alexander
2009-08-15 16:49:15 UTC
The problem is probably that you don't have the code browser toolview, which contains the code that prevents that menu-shortcut from working. I guess that code should be moved somewhere else, but for now, you can just add the code browser toolview. The ALT key menu shortcut is not universal, but it is style-dependent. For example the oxygen style does not have that shortcut enabled. And for the other styles, we replace a useless shortcut with a useful one.. Adding the code browser toolview seems to fix it. Note that the "show tooltip while Alt is pressed" is does not work if the code browser toolview happens to be active. I guess this is by design... Yes that is by design, because the code-browser shows the same information. So this is an invalid bug then? more a duplicate, or the other way around. anyways, marking this one as a duplicate and will fix it later today. *** This bug has been marked as a duplicate of bug 259066 *** |