Re: Intellij formatting rules in NetBeans?

2019-10-09 Thread Luff,Chris
You could have a go at resurrecting https://github.com/geertjanw/eclipsecodeformatter_for_netbeans to accept the intellij formatting. Chris Luff | Associate Principal Engineer | UK Development - Care Insight and Delivery Dev | chris.l...@cerner.com | +44 (0)7970

Re: Intellij formatting rules in NetBeans?

2019-10-08 Thread Juan Algaba
Also, this is the first time I've heard about editorconfig, I haven't checked the netbeans plugin, but I imagine that event if the plugin worked it wouldn't achieve the desired results because the editorconfig standard seems to have too few properties that can be controlled compared to your

Re: Intellij formatting rules in NetBeans?

2019-10-08 Thread Juan Algaba
Perhaps you could follow a different approach and try changing netbean's own formatting to match IntelliJ's What I would do is start by doing Source -> Format a java file that was last edited and formatted by an IntelliJ teammate and see if my VCS shows any modifications, if it does keep tweaking

Re: Intellij formatting rules in NetBeans?

2019-10-08 Thread Alonso Del Arte
I don't know the answer to this, but it might help someone who does know the answer to understand what you're referring to a little bit better. Most of the time, I don't notice any difference between how IntelliJ and NetBeans format Java source, and what seems different turns out to be different

Re: Intellij formatting rules in NetBeans?

2019-10-08 Thread Emilian Bold
I'm curious, can those formatting setting be used by anything else other than IntelliJ? I mean, is there some Maven Plugin, or bot or something that can format the code independently of IntelliJ? --emi On Tue, Oct 8, 2019 at 6:56 PM Miguel Cardoso Martins wrote: > > Hi all > > Is there a way

Intellij formatting rules in NetBeans?

2019-10-08 Thread Miguel Cardoso Martins
Hi all Is there a way (plugin?) that allows for Intellij (CE) code formatting rules to be imported and used by NetBeans? In Intellij one can export the formatting settings as xml or editorconfig. I tried one editorconfig plugin for NetBeans but without success since the IDE froze everytime i