Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Realize buttons in property table using GEF instead of SWT #988

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ptziegler
Copy link
Contributor

With this, the buttons used to open the property editors are now created using GEF, rather than SWT.

The problem with SWT is that those buttons are not handled by the GEF layout manager and thus need to be explicitly created, moved and disposed whenever the property table is changed.

@ptziegler ptziegler force-pushed the cleanup-property-buttons branch from 703b715 to 518285f Compare February 8, 2025 11:58
With this, the buttons used to open the property editors are now created
using GEF, rather than SWT.

The problem with SWT is that those buttons are not handled by the GEF
layout manager and thus need to be explicitly created, moved and
disposed whenever the property table is changed.
@ptziegler
Copy link
Contributor Author

In order: SWT, GEF, MacOS

@ptziegler ptziegler force-pushed the cleanup-property-buttons branch from 518285f to 1ef0d43 Compare February 8, 2025 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant