google / styleguide

Style guides for Google-originated open-source projects
https://google.github.io/styleguide/
Apache License 2.0
37.25k stars 13.3k forks source link

Add Java style for Netbeans #56

Open ogregoire opened 9 years ago

ogregoire commented 9 years ago

As there is a style file for Java use in Eclise and IntelliJ, please add a style file for NetBeans.

mstefarov commented 9 years ago

+1, this would be a very helpful addition.

saden1 commented 8 years ago

+1

Naoghuman commented 8 years ago

+1

terrinoni commented 8 years ago

+1

joaocenoura commented 8 years ago

+1

rodrigos0ares commented 8 years ago

+1

hiepnguyenhoa commented 8 years ago

+1

janzankowski commented 8 years ago

+1

lennartkoester commented 8 years ago

+1

btymvios commented 8 years ago

+1

pierods commented 8 years ago

+1

ghost commented 7 years ago

+1

rodframeh commented 7 years ago

+1

kpb commented 7 years ago

+1 Love the style guide. Netbeans would be a great addition.

realtech2000 commented 7 years ago

I am using Eclipse Code Formatter plugin in Netbeans for a while: https://github.com/markiewb/eclipsecodeformatter_for_netbeans It works well

swordmaster2k commented 7 years ago

+1

JunNakamura commented 7 years ago

+1

andrejpetras commented 7 years ago

+1

guerinorodella commented 7 years ago

+1

chhh commented 7 years ago

+1

godtree94 commented 7 years ago

+1

jbduncan commented 7 years ago

Hi everyone, if you feel inclined to +1 this in a comment, then please consider pressing the 👍 near the top of the page instead, as new comments spam our email inboxes. :)

andru1236 commented 7 years ago

+1

xerx593 commented 6 years ago

+1

nuwansa commented 6 years ago

+1

sharpedavid commented 4 years ago

I am using Eclipse Code Formatter plugin in Netbeans for a while: https://github.com/markiewb/eclipsecodeformatter_for_netbeans It works well

Just FYI for those reading:

This project is DEAD and NOT SUPPORTED by its former developer anymore.

It doesn't work in the latest version of Netbeans, Apache Netbeans 11.

wkrix commented 4 years ago

Is there any progress with the google style support for Netbeans from the Netbeans side? Can you comment it @geertjanw? Thank you!

geertjanw commented 4 years ago

Not sure what google style support for Apache NetBeans would entail, you're free to join the dev mailing list at netbeans.apache.org and discuss your ideas there.

wkrix commented 4 years ago

Okay, thank you for the quick response. I will join to the mailing list.

wkrix commented 4 years ago

@mcdonnell-john has just created the plugin of Google Code Style for Java for NetBeans 11.2: https://github.com/mcdonnell-john/nb-google-java-code-formatter-plugin

Huge thanks for him! :)

mcdonnell-john commented 4 years ago

Disclaimer: Its only a first version, please if you find issues please report them, there's already 2 known issues that need to be resolved that would greatly improve productivity when using the plugin. And if there's idea for enhancements their welcome as well.