-
Notifications
You must be signed in to change notification settings - Fork 864
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
The plugin adds a google-java-format formatter implementation that can be configured in Window > Preferences > Java > Code Style > Formatter > Formatter Implementation #134
Comments
Then your Eclipse installation didn't find/load a single "Formatter plugin" on startup. Did you drop |
Nope. In that case consider this a bug to expand the documentation to include that step. Also, if this is a true Eclipse plugin we should provide an update site and possibly upload it to the Eclipse marketplace. |
True. Happy to update the section in README.md if you press the merge button of #106 ... deal? Just kidding. Here you go: #135
That'd be perfect! |
Adding the plugin jar to dropins and restarting doesn't add the menu option for me. I'm on Eclipse Neon.3. Any suggested debugging steps? (it sounds like all that should be required is to put the jar in the dropins folder and restart Eclipse) |
Is there any error log statement in the log files? https://wiki.eclipse.org/FAQ_Where_can_I_find_that_elusive_.log_file%3F |
Thanks. Sorry for the noise: I grabbed a fresh install and things do work just fine. My existing install, which has been updated from Eclipse Neon (1) remains broken, but I'll just continue with the fresh copy. I do see this in the workspace log:
There don't appear to be additional logs or additional details. I poked around/diffed the setups and don't see anything obvious. I also looked at the Eclipse source a bit, I don't see anywhere additional logging might show up, but it does suggest something is weird with the extension point in my upgraded version. |
I am not able to make this work on the mac at all. I don't even get an error message. I did a clean install of eclipse Neon in a clean workspace and nothing.
Nothing in the logs at all |
Does this help? http://stackoverflow.com/a/34333669/1431016 |
@sormuras I tried that too
Still no luck and still no logs |
It works in Eclipse IDE for Java Developers But it does not provide AOSP Style option. |
Fixes #134, Fixes #135 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=171386443
There is no such Formatter Implementation preference in Eclipse 4.6:
The plugin adds a google-java-format formatter implementation that can be configured in Window > Preferences > Java > Code Style > Formatter > Formatter Implementation
The text was updated successfully, but these errors were encountered: