Community
Participate
Working Groups
Build Identifier: Build id: 20100617-1415 Looking at the git logs, it seems that the getSelectionArea() and getSelectionGraphicsAlgorithm() methods of IToolBehaviorProvider have been renamed to getClickArea() and getSelectionBorder() respectively. The documentation on the "Tool Behavior Provider:Selection Behavior" page of the Graphiti Developer Guide refers to the old names. I was hoping to provide a patch that fixes the problem, but I'm not sure how to edit the XML in a sane fashion. Reproducible: Always Steps to Reproduce: 1.Open Help 2.Select "Graphiti Developer Guide:Tool Behavior Provider:Selection Behavior" 3.Look at the bottom where is discusses the example code
Adjusted selection-behavior.htm: setWidthOfGraphicsAlgorithm -> setWidth; getSelectionArea -> getClickArea; getSelectionGraphicsAlgorithm -> getSelectionBorder;
Part of 0.7.0 release