gef icon indicating copy to clipboard operation
gef copied to clipboard

Eclipse GEF™

Results 10 gef issues
Sort by recently updated
recently updated
newest added

This error is logged visiting all of GEF's preferences: ``` java.lang.Error: SWT Resource was not properly disposed at org.eclipse.swt.graphics.Resource.initNonDisposeTracking(Resource.java:172) at org.eclipse.swt.graphics.Resource.(Resource.java:120) at org.eclipse.swt.graphics.Font.(Font.java:80) at org.eclipse.gef.dot.internal.ui.preferences.DotExportRadioGroupFieldEditor.getRadioBoxControl(DotExportRadioGroupFieldEditor.java:207) at org.eclipse.gef.dot.internal.ui.preferences.DotExportRadioGroupFieldEditor.doFillIntoGrid(DotExportRadioGroupFieldEditor.java:145) at org.eclipse.jface.preference.FieldEditor.createControl(FieldEditor.java:248) at...

The GEF framework is very useful for me, i use it for render graph( use layout module), but i can't find any jar in Maven Central Repository, does GEF publish...

Hello GEF-Team, we encountered a problem in the class org.eclipse.gef.mvc.fx.behaviors.ContentBehavior. We are on version 5.2.0. The exception: `java.lang.IndexOutOfBoundsException: Index: 32, Size: 28 at java.base/java.util.ArrayList.rangeCheckForAdd(ArrayList.java:787) at java.base/java.util.ArrayList.addAll(ArrayList.java:731) at com.google.common.collect.ForwardingList.addAll(ForwardingList.java:71) at org.eclipse.gef.common.collections.ObservableListWrapperEx.addAll(ObservableListWrapperEx.java:122)...

https://github.com/eclipse/gef/blob/028a952194429b3ba94a0dbfed8a7dddb4a6a0cb/org.eclipse.gef.zest.fx/src/org/eclipse/gef/zest/fx/behaviors/AbstractLayoutBehavior.java#L59 This variable is never used.

https://github.com/eclipse/gef/blob/028a952194429b3ba94a0dbfed8a7dddb4a6a0cb/org.eclipse.gef.cloudio.ui/src/org/eclipse/gef/cloudio/internal/ui/data/TypeCollector.java#L44 The program can potentially fail to release a system resource.

If you call `org.eclipse.gef.fx.nodes.Connection.removeAllControlPoints()` in a certain situation an `IllegalArgumentException `is thrown. [RouterExample.java.txt](https://github.com/eclipse/gef/files/4393832/RouterExample.java.txt) ``` Caused by: java.lang.IllegalArgumentException: Index out of range (index: 1, size: 1). at org.eclipse.gef.fx.nodes.Connection.removeControlPoint(Connection.java:1499) at org.eclipse.gef.fx.nodes.Connection.removeAllControlPoints(Connection.java:1391) at...

bug

Any reason why everything in org.eclipse.gef.dot.ui is internal? I would like to extend the class DotGraphView .

If you want to reuse Actions like ZoomInAction, DeleteAction, SelectAllAction from gef.mvc.fx.ui you need to have dependencies to JFace and SWT. This is very ugly in case of a want...

Hi, We are currently using GEF and especially Zest to develop a plugin for Eclipse. The basic idea is to display an UML-Like graph representing the current projects in Eclipse...

I'm filing this as an issue because they're doesn't seem to be any active forum or discussion platform anymore. What's the recommended way to always anchor edges (connections) to the...