seperate click and doubleclick options
dockbarX has now more options than before but the number of options that can be used is still the same. in revission112 there are now (i think) 14 options for group-button but only 8 can be set. so i think the single and double-click options could be separate which would allow to more options to be set. also this would lead to an improved usage of dockbarx with only the mouse for example double-click a group-button to open a new window, single middle-click on a group-button with more windows open to close the topmost window of the group. double right-click to open preferences dialog and so on.(of course the default settings: single left-click=select, double middle-click=close all and single right-click=menu still remain the same)
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Medium
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- Discussion
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
I wouldn't mind that. The problem is that Doubleclicks are reported as two single clicks as well as double click. In dockbarx I've solved the problem by either checking for double click or for single click. If both should work at once I need some more advanced way to differentiate which single clicks that are part of double clicks and which ones who aren't. I'm sure there are some good standard solutions for this out there, but I haven't stumbled over it yet.
If I get some time for it, I'm considering porting over the button configuration system from vanilla dockbar. It supports conrtol, alt and shift, instead of just shift.