Thank you! -----Original Message----- From: Tim Rühsen <[email protected]> Sent: Tuesday, 9 October, 2018 10:55 AM To: [email protected]; [email protected] Subject: Re: [Bug-wget] Hello again
On 10/8/18 10:27 PM, [email protected] wrote: > The issues that I have is this: > > Since the source code is split in various directories (src, lib) the Netbeans > lose track of source code in the lib directory. > I verified it using gdb. (You can see how dip I went). lib/ is a automatically created directory (gnulib stuff, created by 'bootstrap') and normally you are not interested in it's contents. You might have the same issue with the test directories and fuzz/. I normally right click on the file I am interested in and enable 'Code Assistance'. > > So, can you send me your Netbeans project settings? Not the private/ stuff, but here is nbproject/configurations.xml and nbproject/project.xml. Regards, Tim
