Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread joe schmo
I don't think any are blockers. Hard for me prioritize. Quite awhile ago I looked at the code and although I did find some issues, I couldn't figure out how to fix it. Bailey Campbell From: Geertjan Wielenga Sent: July 5, 2019 4:55 PM To: joe schmo Cc: Mark J K

Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread Geertjan Wielenga
Which of them has the highest priority to you? Are any blockers for the release? Gj On Fri, 5 Jul 2019 at 21:35, joe schmo wrote: > I have retested all issues and except for a few minor changes I made to > the details of the issues they all fail. > > Bailey Campbell > --

Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread joe schmo
I have retested all issues and except for a few minor changes I made to the details of the issues they all fail. Bailey Campbell From: joe schmo Sent: July 5, 2019 7:04 AM To: Geertjan Wielenga Cc: Neil C Smith; Mark J Koch; NetBeans Mailing List Subject: Re: Ref

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-05 Thread Ulf Zibis
Great to hear about the win-win. Yes, NetBeans IDE is really great. About the Installer I've posted bugs: https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-2803 https://issues.apache.org/jira/browse/NETBEANS-2804 https://issues.apache.org/jira/browse/NETBEANS-2805 https://issues.apa

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-05 Thread Geertjan Wielenga
On Fri, Jul 5, 2019 at 12:27 PM Ulf Zibis wrote: > This bug helped! > > The trick is to set Make -> Build Result: ffmpeg_g > Did you have to set this too? > For me, it worked without that. But great it's working now for you -- and thanks for giving me the opportunity to try out C/C++, dbg, the d

Re: ...and now I can't build

2019-07-05 Thread Geertjan Wielenga
Awesome -- and don't promise me a beer if you don't really mean it. :-) And since you're in the UK, this is where you can deliver it: https://www.eventbrite.co.uk/e/apache-netbeans-day-2019-uk-tickets-56803479737 :-) Gj On Fri, Jul 5, 2019 at 12:56 PM Peter Toye wrote: > Dear Geertjan and Las

Re: ...and now I can't build

2019-07-05 Thread Peter Toye
Dear Geertjan and Laszlo, Oh dear - of course it's my Partitions5 class that's messing things up. Update its properties and it all compiles and runs fine. I owe you a LOT of thanks for your patience - If you're ever in Salisbury, UK, I'll buy you a beer (or whatever you drink as long as it's no

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-05 Thread Ulf Zibis
But I'm still missing something like: DEBUG FINISHED; exit value 0; real time: 990ms; user: 0ms; system: 0ms when I complete the run with "Continue" So the "Output - test (Debug)" window hangs in some way. -Ulf Am 05.07.19 um 12:26 schrieb Ulf Zibis: > > This bug helped! > > The trick is to set

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-05 Thread Ulf Zibis
This bug helped! The trick is to set Make -> Build Result: ffmpeg_g Did you have to set this too? The next try from my side would have been clang. So now it seems, that I can remove NB 10.0 and use NB 11.1 :-) Much thanks for your help. -Ulf Am 05.07.19 um 11:04 schrieb Geertjan Wielenga: > A

Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread joe schmo
Ok, would be happy to do that. BC From: Geertjan Wielenga Sent: July 5, 2019 6:41 AM To: joe schmo Cc: Neil C Smith; Mark J Koch; NetBeans Mailing List Subject: Re: Refactoring Error when moving/renaming class. It would be good if you'd verify if all those issues

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-05 Thread Geertjan Wielenga
I'd spend some time googling texts like this, if I were you: "symbol table gdb netbeans" And other things, based on the error messages you find in gdb.log, related to 'gdb' and 'symbol table' and 'netbeans'. Also, please, why not explore using the clang debugger which is also supported by NetBean

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-05 Thread Ulf Zibis
I've found the gdb log. Interesting parts: 10-file-symbol-file "/home/ich/Projects/ffmpeg/test" 11-file-exec-file  "./ffmpeg_g" (gdb) 10^error,msg="/home/ich/Projects/ffmpeg/test: Ist ein Verzeichnis." ---> english: "... is a direktory" (gdb) 11^done 12-file-list-exec-source-file 13-environment-c

Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread Geertjan Wielenga
It would be good if you'd verify if all those issues are still issues with 11.1 beta-3 and specify that if so in those issues. Gj On Fri, Jul 5, 2019 at 11:25 AM joe schmo wrote: > Just an FYI, before you open another issue..I've opened several issues > around refactoring > > 1503,1523,1532

Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread joe schmo
Just an FYI, before you open another issue..I've opened several issues around refactoring 1503,1523,1532,1533,1535,1541,1542 Bailey Campbell From: Neil C Smith Sent: July 5, 2019 6:18 AM To: Mark J Koch; NetBeans Mailing List Subject: Re: Refactoring Error w

Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread Neil C Smith
Hi, On Fri, 5 Jul 2019 at 07:18, Mark J Koch wrote: > On NB 10 and also 11.1. I get this popup error when attempting to rename a > Java class or move it to a new package. It tells me to look in var/logs for > any error message but I’m not seeing any Java or NB related logs. OSX > Mohave do

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-05 Thread Geertjan Wielenga
And some tips in this one may be helpful: https://netbeans.org/bugzilla/show_bug.cgi?id=243859 Gj On Fri, Jul 5, 2019 at 10:57 AM Geertjan Wielenga wrote: > gdb itself should have a log file too, maybe this helps: > http://wiki.netbeans.org/GdbLog or not, but somewhere when you do those > step

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-05 Thread Geertjan Wielenga
gdb itself should have a log file too, maybe this helps: http://wiki.netbeans.org/GdbLog or not, but somewhere when you do those steps you should get a gdb log, that could help too. Once you find where it is generated, I'd advise to start from scratch, i.e, close the IDE, remove the userdir, reprod

Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread Neil C Smith
On Fri, 5 Jul 2019 at 08:01, Helmut Leininger wrote: > > see https://issues.apache.org/jira/browse/NETBEANS-2786?filter=-2 > The log in this thread is on beta3. The log on that issue seems to be beta2? Please recheck with beta3 as a fix for this issue was merged. Thanks, Neil ---

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-05 Thread Ulf Zibis
Hi, here is the log from fresh userdir with on run of debugger. I don't see any error, but warnings. -Ulf Am 05.07.19 um 06:57 schrieb Geertjan Wielenga: > Well, the solution is like always — start again with a fresh userdir > and recreate the problem, then you'll have log files that we can look

Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread Helmut Leininger
see https://issues.apache.org/jira/browse/NETBEANS-2786?filter=-2 Am 05.07.2019 um 08:33 schrieb Mark J Koch: > I found this log under Notifications tab in the IDE and it seems to have the > stack trace near the end. > > > > >> On Jul 4, 2019, at 11:18 PM, Mark J Koch wrote: >> >> On NB 10 and