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=212412

So now you can work, probably together with Junichi, who has done all/most
of the work in the PHP area so far, to provide that support for PHP in
NetBeans.

Gj



On Tue, Nov 20, 2018 at 8:11 AM Bo Andersen  wrote:

> 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 
>


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 septemserver: ELF 64-bit LSB shared object, x86-64, version 1
(GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2,
for GNU/Linux 3.2.0,
BuildID[sha1]=9df5db0ee3dfc296ef8e6e83c51b8ca195566ff2, with debug_info,
not stripped ken@ken-PowerEdge-R420:/git-repos/septemmud/septemserver/Debug$

However, the latest release of netbeans running on my windows PC does not
recognize my septemserver as an executable for remote debugging. This makes
no sense to me. I found an older post that suggested the --no-pie option on
compile.. which I have. Still no luck and cannot find anyone else with this
issue. Any help is appreciated.


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 some more details.
> Short version here is:
> 
>- "Feature Demo" somehow configured within the "--cachedir" (yes the
>cache)
>- Something else in the "--userdir" is pointing to that item in cache!

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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 have that timestamp, which makes NetBeans believe
you did cache the resource, but then you are lacking the cached file.

--emi
On Mon, Nov 19, 2018 at 9:16 AM * William  wrote:
>
> Hi Emilian,
>
> Nope it seems to be a build-in limitation.  I've done some more poking 
> largely due to some other hassles and lucked(??) upon some more details.  
> Short version here is:
>
> "Feature Demo" somehow configured within the "--cachedir" (yes the cache)
> Something else in the "--userdir" is pointing to that item in cache!
>
> You can't just save a user directory and expect to see your "Feature demo" 
> feed.  I am working to set-up a "baseline" with the plugins and config I 
> want.  So I was able to test some of those variables and pairing.
>
> Good thought.  Thanks.
>
>
> On Mon, 19 Nov 2018 at 17:50, Emilian Bold  wrote:
>>
>> Maybe your firewall is blocking something? That panel is loading 
>> http://netbeans.org/demos.xml
>>
>> --emi
>>
>>
>> On Mon, Nov 19, 2018 at 7:38 AM * William  
>> wrote:
>>>
>>> Hi all ...
>>>
>>> This is such a small matter and for some reason It just keeps bugging me.  
>>> This little fee -- I imagine it is an RSS or something -- Keep vanishing.
>>>
>>> Can one of the kind people on the list tell me where this is kept?  The 
>>> file name and what URL it is supposed to grab ... Inorder for me to fix it 
>>> when  it breaks as it so frequently does (as now).
>
>

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists