Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[graphiti-dev] Updated build for Graphiti 0.9.2 for Juno SR2 RC1 available

Hi all,

 

I have just promoted a new maintenance build and create a download for our Juno SR2 RC1 version of Graphiti. The update site is available here:

http://download.eclipse.org/graphiti/updates/maintenance

 

Please use the newest GEF version 3.8.3 from http://download.eclipse.org/tools/gef/updates/milestones .

 

Fixes for following issues are included on Graphiti side, please have a closer look at these aspects:

Bug 383768

The method getConfigurationProvider() in the class DiagramEditor was not accessible by clients. This caused the need to have multiple configuration providers inside one editor in case clients would like to work with it (it's needed e.g. for registering custom actions for custom features). The downported fix is simply making the method protected and accessible for clients, the real fix for this bug that has been provided for Graphiti 0.10.0 is not part of the downport.

Bug 389380

A bug in the undo stack handling in the Graphiti editor has been fixed that caused the wrong feature command to appear at the top of the undo stack under certain conditions.

Bug 391506

A bug in the editor feature processing was fixed that caused an editor to get dirty in case a connection creation feature was abandoned.

Bug 392309

Showing a tooltip that is too long to fit into the viewport of the diagram will no longer cause that scroll bars appear.

Bug 393113

Selecting a connection in e.g. the Eclipse Project Explorer with enabled editor linking will now select and reveal the connection in the opened diagram editor in case it exists in the diagram.

Bug 394801

Properties passed in the AddContext will now correctly be passed to the called add feature.

 

Regards,

Michael


Back to the top