Re: [C++]C++ plugin installation

2020-05-11 Thread Emilian Bold
Try http://openbeans.org/ it has the C/C++ modules included. Not sure which UC of mine you used... I don't have any except those for OpenBeans. --emi On Tue, May 12, 2020 at 9:07 AM Bilu wrote: > Hello, > > For some reason my company Firewall is blocking connections to the > Netbeans 8.2 Plug

Re: [Publish Module]: What is the actual procedure to publish plugins to the Plugin portal?

2020-05-11 Thread Geertjan Wielenga
https://cwiki.apache.org/confluence/display/NETBEANS/How+to+get+plugin+on+Plugin+Portal+Update+Center Gj On Tue, 12 May 2020 at 07:55, Bilu wrote: > Hello > > Any advise please? > Le 09/05/2020 à 02:28, Bilu a écrit : > > Hello, > > Is there a new procedure to publish module? > > I tried this o

[C++]C++ plugin installation

2020-05-11 Thread Bilu
Hello, For some reason my company Firewall is blocking connections to the Netbeans 8.2 Plugin portal url hence i am not able to install C++ plugin which is available only there i think. I checked earlier Update centers provided by Emilian but no C++. Is there the C++ plugin available somewhere f

Re: Netbeans long pauses

2020-05-11 Thread John Lavelle
I use Mint and don't have the lockup problem. Therefore, it may be another application you are using on the system. I have noticed that, when checking for external changes, NetBeans 11.3 can slow down considerably especially if you have multiple large projects open. The more projects open and the

Re: [Publish Module]: What is the actual procedure to publish plugins to the Plugin portal?

2020-05-11 Thread Bilu
Hello Any advise please? Le 09/05/2020 à 02:28, Bilu a écrit : > > Hello, > > Is there a new procedure to publish module? > > I tried this old procedure : > https://netbeans.org/community/contribute/modules.html > > but i didn't get any confirmation email after subscribing to the > Netbeans commu

Re: Netbeans long pauses

2020-05-11 Thread Laszlo Kishalmi
Try with NetBeans 11.3. 11.1 is not supported any more. On 5/11/20 6:04 PM, Bayless Kirtley wrote: Surely there is a better answer than that. I just spent a week getting everything running like I want. Everything except Netbeans works perfectly, including all my Java programs. I really like th

Re: Netbeans long pauses

2020-05-11 Thread Bayless Kirtley
Surely there is a better answer than that. I just spent a week getting everything running like I want. Everything except Netbeans works perfectly, including all my Java programs. I really like the new desktop too. Surely Netbeans should work with the currently most popular distro of Linux. Ba

Re: Netbeans long pauses

2020-05-11 Thread John G. Weed
I had this problem and got so frustrated that I eventually moved off of Mint entirely. I now run Ubuntu. If I ran Netbeans and forgot to exit the application before logging off, I was almost 100% guaranteed that I wold have to reboot the computer to get back in. There wasn't a single day that wo

Netbeans long pauses

2020-05-11 Thread Bayless Kirtley
After installing Netbeans 11.1 on Linux Mint 19.3, it has a nasty habit of suddenly locking up. It seems to be the whole computer. This happens pretty regularly when trying to do a simple refactor, renaming a variable. It also happens but less often when just editing or typing code. These pause

Re: Maven-Repository for older (pre 9) releases

2020-05-11 Thread Emilian Bold
No need to compile yourself, I think you can start with a netbeans install. Does using NetBeans 8.2 not work? By using I don't mean using as an IDE but using as a parameter to the populate plugin which should find the ready compiled JARs in there. --emi On Mon, May 11, 2020 at 11:41 AM Tino Schö

Re: Maven-Repository for older (pre 9) releases

2020-05-11 Thread Tino Schöllhorn
Hi emi, thanks for your reply. I guess I have to compile the old version myself and upload them to my Maven Repository. I just have found your git-repository for that. The specific question would be: Is there a maintained Maven-Repository for the old versions of NetBeans? The current one do

Re: Maven-Repository for older (pre 9) releases

2020-05-11 Thread Emilian Bold
My answer doesn't assume you are an IDE user, but you are a Maven consumer of JARs. External JARs somehow have to get into the local Maven repository, right? That populate-repository plugin accomplishes this task. This is all a bit open ended, maybe you have some specific question? I don't do con

Re: Maven-Repository for older (pre 9) releases

2020-05-11 Thread Tino Schöllhorn
Hi emi, sorry - I think I have to add that I am actually a user of Netbeans at all. We are just using a library which has dependencies to some modules of Netbeans. If you have other ideas I am happy if you could share them with me. Tino Am 11.05.2020 um 09:34 schrieb Emilian Bold: Did the p

Re: Maven-Repository for older (pre 9) releases

2020-05-11 Thread Emilian Bold
Did the populate goal not work for you? You might need to find the populate-repository plugin (which, sadly, was on Codehaus for a long time) and see if you can build your stuff starting from scratch, using the NetBeans (8.x) install and by populating the local Maven repo with that plugin. --emi