Re: Netbeans C/C++ installation failed

2020-03-25 Thread Greg McPherson
Greg McPherson 17:57 (0 minutes ago) to *users*, gmail I've just started to do the Work At Home thing, and installed Netbeans 11.3, while my work PC was still running 11.2. And yes, I could not get the C++ plugin to install on 11.3. My awkward hack to fix this was to install 11.2, install C++ on

Re: Netbeans C/C++ installation failed

2020-03-25 Thread Geertjan Wielenga
Rather than clone and build, can you use the latest release, i.e., 11.3 and then install the C/C++ plugin there? Gj On Thu, 26 Mar 2020 at 07:33, gmail Vladimir Koković < vladimir.koko...@gmail.com> wrote: > After clone and build Netbeans on Wednesday, March 25, 2 things happened: > 1. > Netbean

Netbeans C/C++ installation failed

2020-03-25 Thread gmail Vladimir Koković
After clone and build Netbeans on Wednesday, March 25, 2 things happened: 1. Netbeans didn't want to get started until I added: -Dtryme.args = "- modules --refresh --update-all ..." 2. I tried installing the C/C++ plugin again since it disappeared from the list of installed plugins! Since -Dnbjdk

Re: UML in Apache Netbeans 12.0

2020-03-25 Thread Geertjan Wielenga
1. No. The related code is part of the 6th donation, currently in process, and after that a lot of work will need to be done to integrate it, one problem of many is that the code is old and hasn’t been touched for years. 2. Sure, why not. Vaadin has several Maven archetypes and no better IDE for M

UML in Apache Netbeans 12.0

2020-03-25 Thread Brain Rebooting
Dear netbeans community, I have some questions. Here they are: 1. Does netbeans 12.0 include UML functionality? 2. Can I work with vaadin framework in netbeans 11.3 or in netbeans 12.0? 3. Is Netbeans 11.3 or upcoming 12.0 would be good for machine learning purpose? (means use java for machine

Re: [java] Google style for Java

2020-03-25 Thread Joel Strasser
I went by configuring the required options myself. But thank you anyway! Mit freundlichen Grüßen/Best regards, Joel Strasser (joestr) strasser...@gmail.com On Thu, 26 Mar 2020, 01:45 Zahid Rahman, wrote: > “Integrate Google Java Style Guide in a Java project” by Alex Prut > https://link.medium

Re: [java] Google style for Java

2020-03-25 Thread Zahid Rahman
“Integrate Google Java Style Guide in a Java project” by Alex Prut https://link.medium.com/oMuepe6J94 On Wed, 25 Mar 2020, 22:22 Joel Strasser, wrote: > Hello, > > Is there a way to format Java files according to the Google style > guidelines? > > I tried various plugins but they did not satisfy

[java] Google style for Java

2020-03-25 Thread Joel Strasser
Hello, Is there a way to format Java files according to the Google style guidelines? I tried various plugins but they did not satisfy my expectations. Are there other possibilities to accomplish this? Greetings, Joel

Re: Netbeans C/C++ failing on Rasbian Buster (based on Debian)

2020-03-25 Thread frui...@yahoo.co.uk.INVALID
I have another SD card now so I am going to give it a go and take screenshots.It could be that the old card was faulty but until I did the C/C++ plugin installation (which failed) Raspbian was booting and working fine. On Wednesday, 25 March 2020, 22:13:40 GMT, Emilian Bold wrote: Th

Re: Netbeans C/C++ failing on Rasbian Buster (based on Debian)

2020-03-25 Thread Emilian Bold
The most likely explanation is that it was the hardware card failing that made NetBeans not work properly. I wouldn't know how the 8.2 plugins work with current NetBeans but other people seem to suggest this workaround (although OpenBeans.org has had the /up-to-date/ C/C++ modules since 2018, sigh

Re: [MASSMAIL]Re: Netbeans 11.3 not opening fxml in Scene Builder 11.0.0

2020-03-25 Thread jose . rodriguez
On 2020-03-25 14:56, Geertjan Wielenga wrote: In the Options window, go to the Java tab and then JavaFX within that. Gj On Wed, Mar 25, 2020 at 7:30 PM wrote: How do you integrate Scene Builder 11.0.0 with Netbeans 11.3? According to instructions googled, it should happen automagically with

Netbeans C/C++ failing on Rasbian Buster (based on Debian)

2020-03-25 Thread frui...@yahoo.co.uk.INVALID
Are there any know problems running the C/C++ plugin for Netbeans 10 on the latest distribution of Raspbian? I had a clean installation of the latest full Raspbian on a 32G microSD.Using sudo apt-get install netbeans It loaded Netbeans 10 which ran fine but had no C/C++ support.I believed the

Re: Netbeans 11.3 not opening fxml in Scene Builder 11.0.0

2020-03-25 Thread Geertjan Wielenga
In the Options window, go to the Java tab and then JavaFX within that. Gj On Wed, Mar 25, 2020 at 7:30 PM wrote: > How do you integrate Scene Builder 11.0.0 with Netbeans 11.3? According > to instructions googled, it should happen automagically with > right-click/open after installing Scene Bui

Netbeans 11.3 not opening fxml in Scene Builder 11.0.0

2020-03-25 Thread jose . rodriguez
How do you integrate Scene Builder 11.0.0 with Netbeans 11.3? According to instructions googled, it should happen automagically with right-click/open after installing Scene Builder and then running NetBeans. I added SceneBuilder to the PATH, but still no luck. As you may gather from my latest

Re: Project context menu too long for screen

2020-03-25 Thread Laszlo Kishalmi
Well we might need to rethink what action shall be in the popup menu, like I have an ordinary maven application and there is a Run Selenium Test in the context menu as well as execute JShell... On 3/25/20 9:12 AM, jose.rodrig...@cenpalab.cu wrote: Hi: I am having a problem with the Project c

Project context menu too long for screen

2020-03-25 Thread jose . rodriguez
Hi: I am having a problem with the Project context menu for maven projects, where it is longer than the screen (1366 x 768 resolution). The last 2 items are outside the screen, but the last one on screen is actually inaccessible by mouse, only with the keyboard. The menu does not scroll eithe