You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While we removed most Eclipse UI dependencies when transitioning to our new build system, there are still parts left, e.g., in tools/vitruv/change/interaction/dialogs.
The text was updated successfully, but these errors were encountered:
I have identified three explicit Eclipse UI dependencies in the interaction module:
org.eclipse.platform:org.eclipse.jface
org.eclipse.platform:org.eclipse.ui.workbench
org.eclipse.platform:org.eclipse.swt
These dependencies are required to implement and present different dialogs for user input in Eclipse (tools.virtuv.change.interaction.impl.DialogInteractionResultProviderImpl, all classes in tools.vitruv.change.interaction.dialogs). However, only the PlatformUI dependency in DialogInteractionResultProviderImpl is strictly Eclipse-specific (to get a display to show dialogs in).
My question is: Should we keep the dialogs, and if yes, should we use SWT or something else (e.g. Swing/AWT)?
While we removed most Eclipse UI dependencies when transitioning to our new build system, there are still parts left, e.g., in tools/vitruv/change/interaction/dialogs.
The text was updated successfully, but these errors were encountered: