Summary: | Undocked documentation and tree view windows could have hot keys for faster show and hide | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Iges Seem <seem.iges> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | ralf.habacker |
Priority: | NOR | ||
Version First Reported In: | 1.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | List of available shortcuts |
Description
Iges Seem
2004-02-28 17:17:43 UTC
What you're after is a shortcut to "Show only diagram window" and hide all the others. A good idea. Well basically yes, but a shorcut feature in general like in Kate for example, would by nice. Since there are lot of operations that could benefit form it. Such as adding a new attribute to a class, currently if the class is selected it's possible to right click and from the popup menu to choose New->Attirbute. If it would be possible to assing a shortcut to New->Attribute then one would just have to select the a class on diagramm and press the shortcut to get the new attribute (attribute properties) dialog box. And there other featers that could use the same logic. New->Operaton, Show->..., Rename and so on. Created attachment 184279 [details]
List of available shortcuts
Umbrello supports several keyboard short cuts as shown by the appended list.
(In reply to Iges Seem from comment #2) > If it would be possible to assing a shortcut to > New->Attribute then one would just have to select the a class on diagramm > and press the shortcut to get the new attribute (attribute properties) > dialog box. The feature would be nice, but implementing it will be challenging. Currently, the buttons are created directly when the dialogs are created and linked to the methods for opening the dialog. To implement this requirement, this needs to be reworked. When the application is started, actions must be created for each of the targeted tasks so that they are visible in the shortcut configuration page. Furthermore, global buttons are necessary, which are provided with the shortcuts of the associated actions (and updated when changes are made). For these buttons, connections to the methods of the relevant dialog must be set up and these must be rebuilt so that they can be called up before the dialog is opened. The regular dialogs must then use the prepared buttons instead of defining new ones, but must not delete them when closing or canceling. (In reply to Ralf Habacker from comment #3) > Created attachment 184279 [details] > List of available shortcuts > > Umbrello supports several keyboard short cuts as shown by the appended list. Since this ticket is titled “Undocked documentation and tree view windows could have hot keys for faster show and hide,” the issue has already been resolved, as keyboard shortcuts are already available for the windows mentioned. What remains is an extension to assign additional tasks with shortcuts, but that is another topic. |