|
|
|
Re: [Zest] Suppress multi-selection on the canvas [message #1748476 is a reply to message #1748446] |
Wed, 23 November 2016 08:26   |
Eclipse User |
|
|
|
Hi Christoph,
yes you are right the names changed. Your approach seems to be correct, though. The marquee selection definitely cannot be used anymore if the binding for FXMarqueeOnDragPolicy is missing from the module. I would suggest looking at the references to FXMaruqeeOnDragPolicy within your workspace to find any direct use of the policy. Moreover, you can use the injector to create an instance of FXRootPart and take a look at the injected adapters to ensure that the policy is not present.
However, I overlooked the first part of your question regarding appending selections. This can be done by subclassing FXFocusAndSelectOnClickPolicy (and adjusting the bindings within the module accordingly), where the selection change is computed. Unfortunately, in the 0.2.0 version, there is no method isAppend(MouseEvent) present, therefore, you have to copy and adjust the code.
Best regards,
Matthias
[Updated on: Wed, 23 November 2016 08:31] by Moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.03745 seconds