-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Realize buttons in property table using GEF instead of SWT
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.
- Loading branch information
Showing
10 changed files
with
242 additions
and
646 deletions.
There are no files selected for viewing
163 changes: 0 additions & 163 deletions
163
org.eclipse.wb.core/src/org/eclipse/wb/core/controls/CFlatButton.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.