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
To make the usage of this tool easier for everyone, an updatesite should be created, so that people can add the tool as plugin via the eclipse plugin manager.
The text was updated successfully, but these errors were encountered:
Mostly done by now, however, there is still a problem:
The installed version does not work as the UI-Plugin does not seem to properly reference the own sources.
If you try to add them, compilation seems to not work anymore, because of another problem.
The error message says that the swt.widget.Shell is only indirectly referenced: The type org.eclipse.swt.widgets.Shell cannot be resolved. It is indirectly referenced from required .class files
Commit 3f4b461 seems to fix the issue. However, there is currently a JAR involved providing the SWT. A solution without this should be preferred and needs to be found
To make the usage of this tool easier for everyone, an updatesite should be created, so that people can add the tool as plugin via the eclipse plugin manager.
The text was updated successfully, but these errors were encountered: