You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| .. | ||
| META-INF | 3 years ago | |
| src/com/google/googlejavaformat/java | 3 years ago | |
| README.md | 3 years ago | |
| build.properties | 3 years ago | |
| plugin.xml | 3 years ago | |
| pom.xml | 3 years ago | |
README.md
google-java-format Eclipse Plugin
Enabling
See https://github.com/google/google-java-format#eclipse
Development
-
Uncomment
<module>eclipse_plugin</module>in the parentpom.xml -
Run
mvn install, which will copy the dependences of the plugin toeclipse_plugin/lib. -
If you are using Java 9, add
-vm /Library/Java/JavaVirtualMachines/jdk1.8.0_91.jdk/Contents/Home/bin/javato
/Applications/Eclipse.app/Contents/Eclipse/eclipse.ini. -
Open the
eclipse_pluginproject in a recent Eclipse SDK build. -
From
File > ExportselectPlugin-in Development > Deployable plugin-ins and fragmentsand follow the wizard to export a plugin jar.