Patrick Ziegler

Results 45 issues of Patrick Ziegler

An initial draft for bundles and features. There are more p2 types, but I can't see any use case where it would be necessary to explicitly specify them. #271

PURL type definition
Proposed new type
type: p2

The p2 types (primarily bundles and features) are already listed as possible candiates. It would be created if a formal specification could be added, so that support for those types...

The header comment generated for episode files contains a timestamp with the date of generation. This causes problems for tools that do a binary comparison of artifacts, in order to...

When the FigureCanvas is created with SWT.DOUBLE_BUFFERED, animations are not painted correctly. This is because an instance of NativeGraphicsSource is used internally, which doesn't paint synchronously. Because the animation is...

When the constructors in the GraphNode class have been unified, we wrongfully pass "graphModel.getGraph()" as an argument instead of the current container. This causes all nodes to be added to...

With this change, we instantiate and verify the correctness of the Zest examples as part of our JUnit test suite. Special care needs to be taken, in order to make...

This is an umbrella issue to keep track of the odd behavior that can be observed when working with the [Container](https://github.com/eclipse/gef-classic/blob/master/org.eclipse.draw2d/src/org/eclipse/draw2d/Container.java) figure. - Because borders are not drawn, the call...

enhancement

**GraphJFaceSnippet3:** ![image](https://github.com/eclipse/gef-classic/assets/70652978/f39f570e-1875-4e03-be25-2885b4cf5ba7) I would expect a proper layout, instead of all nodes being on top of one another. **GraphJFaceSnippet5:** ![image](https://github.com/eclipse/gef-classic/assets/70652978/91db4413-68d9-4a0f-83a7-224792d9c8ca) Running the same example multiple times results in different node...

The selection inside a GEF viewer is assumed to always be non-null. But because the (implicit) null check is done after the editpart is added to the internal list, it...

Having this extra space for the scrollbar looks really out-of-place, given that none of the other views seem to do this. I also get the impression that it doesn't work...

enhancement