{NetBeans IDE] {JAVA]

2019-10-08 Thread Lou
When trying to add a remote embedded java platform on a Raspberry pi I get an error when I click Looking at the Raspberry file structure it looks like the jre gets properly installed, however the last step fails. The following output seems to indicate that the problem is "error while

Re: Gradle project action: Delete

2019-10-08 Thread Laszlo Kishalmi
Well, it is simply not implemented yet. As far as I can see it could be implemented on root projects only, as we do not edit the Gradle build structure from NetBeans, it is read-only. Though it might be confusing, that the action is enabled on some project and not on others. On 10/8/19

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

Gradle project action: Delete

2019-10-08 Thread Emilio G . C .
Hello Does anyone know why Gradle projects can't be "deleted" the same as Ant or Maven ones, by right-clicking on the project and selecting such an option from the menu? It has been like this for a long time now, and I can't remember if a reason for it not being there was ever discussed.

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