Re: Harden the IDE

2018-11-19 Thread Geertjan Wielenga
If something is missing in an Apache project, it's because you yourself personally haven't added it. Here's where your missing feature is implemented for Java in NetBeans: https://blogs.oracle.com/geertjan/beefed-up-code-completion-in-netbeans-ide-74 https://netbeans.org/bugzilla/show_bug.cgi?id

Harden the IDE

2018-11-19 Thread Bo Andersen
I am really looking forward to the Netbeans 10 release, right now I am using v3. But I wonder when the time is to fix the "minor" bugs which make the coding more fun. E.g. this: https://issues.apache.org/jira/browse/NETBEANS-360 😊

Netbeans C++ remote debugging on windows will not recognize an ELF Shared obj on remote ubuntu as an executable.

2018-11-19 Thread Ken Thompson
My build server is an Ubuntu 18.04 distro, and the GCC is whatever comes stock with Ubuntu. I can build and run my C++ application via the command line no problem, including with dbg. Here is the file info: ken@ken-PowerEdge-R420:/git-repos/septemmud/septemserver/Debug$ file septemserver septemser

Re: Is vc3 NB10?

2018-11-19 Thread Neil C Smith
On Mon, 19 Nov 2018 at 15:23, Henderson, Roy wrote: > Is NB10 going to be a rebuild of vc3 or might there be any post-vc3 code > changes incorporated? Theoretically neither! NB10 should *be* NB10-vc3 (not a rebuild) if/when the vote passes. Best wishes, Neil -

Is vc3 NB10?

2018-11-19 Thread Henderson, Roy
Hi, Is NB10 going to be a rebuild of vc3 or might there be any post-vc3 code changes incorporated? Just wondering if I should go ahead and install vc3 on a new machine or if I should wait for the final NB10 ... Thanks, Roy This message may contain confidential and privileged information. If i

Re: where is Featured Demo kept?

2018-11-19 Thread Steve Jacobs
Hi Emilian, On my machine (debian stretch), this is located at ~/.cache/netbeans/10.0/welcome/ Regards, Steve On Mon, 19 Nov 2018 18:16:07 +1100 "* William" wrote: > Nope it seems to be a build-in limitation. I've done some more poking > largely due to some other hassles and lucked(??) upon

Re: where is Featured Demo kept?

2018-11-19 Thread Emilian Bold
PS: You could report it as a bug on JIRA too. In theory users will migrated their user dir and preferences so it seems a bug to store the state of the cache in the preferences (or at least, not to expect a deleted cache). --emi On Mon, Nov 19, 2018 at 9:55 AM Emilian Bold wrote: > > Well, this i

Re: where is Featured Demo kept?

2018-11-19 Thread Emilian Bold
Well, this is a bit unusual config. The RSS reader is caching resources, just like a web browser. The timestamp of the cache is saved in ./config/Preferences/org/netbeans/modules/welcome.properties , something like: > www.netbeans.org/demos.xml=Sun, 08 Jul 2018 14:01:59 GMT I assume you still h