-
Notifications
You must be signed in to change notification settings - Fork 482
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
Updated Plugin compliance for Java 8. Changes: Swapped Platform.subMo… #389
base: development
Are you sure you want to change the base?
Conversation
…nitorFor with SubMonitor (deprecation), Updated Eclipse settings and classpaths, Swapped org.eclipse.osgi.service.datalocation with org.eclipse.osgi.service.datalocation (deprecation).
Can one of the admins verify this patch? |
I'd like to make a Jenkins build, but still trying to understand the process. Does initiating this PR start a feature branch build which I can test and ensure everything is working appropriately? |
Opening a PR can kick off a Jenkins build, but we have to "OK" it to run first. It'll run our series of unit tests and let us know if anything broke. I don't think it'll give you a build to try out manually... |
ok to test |
…ix for final method isWordWrapEnabled).
@sgtcoolguy Thank you for the explanation! Is there some reason why "Some checks haven’t completed yet"? I could not find how to actually see the pending checks. |
Looks like our build agent crashed overnight before it got to this. We need to get it up for our own builds internally, so we're working on it... |
This fails to compile:
|
I think ultimately we should defer to the new builtin support for word wrap, and we should effectively remove our own isWordWrapEnabled() stuff - so that method in AbtsractThemeableEditor, but also the preference constant and UI for setting it in our own pref pages. |
…ng inheritted properly due to some issues with versioning.
With current oxygen the plugin fails especially with the following stack trace:
It seems that this PR adresses this, so it would be nice to have at least the part in BTW: currently installing the aptana studion plugin from the eclipse does not work anymore, as the install link isn't available anymore: |
Just wanted to ask if someone is currently working on this PR. |
Updated Plugin compliance for Java 8.
Changes: