Fix duplicate Rotated text item in run configurations and fix SWT war…
…ning about missing dispose
Can someone with a Mac test the MAC all-in-one run configuration, please?
The intention was to only remove the line for org.eclipse.birt.report.extension.tutorial_1.
I don't know why the IDE changed several other lines in the BIRT all-in-one-MAC.launch file.
Part of this was solved with #1191 . I'll create an issue for the SWT warning.
public static Image createRotatedTextImage(String text, int angle, Font ft) {
I think this method should have javadoc explaining what it does AND that the caller is responsible for disposing of the created image.
I closed this PR 4 days ago, because its obsolete now, the issues are fixed by two other PRs.