Re: Java Call Hierarchy Bug?

2024-06-19 Thread Mitch Claborn
Any further feedback on this? Mitch On 6/14/24 12:30, Mitch Claborn wrote: See attached zip file with minimal source and a screen shot of what I see in the Java Call Hierarchy output. I contend that test1()::Test1 should not appear in the output, because it is not a caller of getFullSku

Re: Java Call Hierarchy Bug?

2024-06-14 Thread Mitch Claborn
: add the full code of hierarchy and caller or at least a minimal working example. at first glance I see nothing odd here. Maybe a matter of misunderstanding? met vriendelijke groet Pieter van den Hombergh Op vr 14 jun 2024, 18:10 schreef Mitch Claborn <mailto:mitch...@claborn.net>>:

Java Call Hierarchy Bug?

2024-06-14 Thread Mitch Claborn
See details below. This seems like a bug. Do you agree? Want to confirm before I file a bug report. Class OrderDetailBase defines method: public String getSku(). I am doing a Java Call Hierarchy on this method. Class OrderDetail is a subclass of OrderDetailBase and defines this method that

Re: Compile error but no line indicators

2024-06-13 Thread Mitch Claborn
I submitted a bug: https://github.com/apache/netbeans/issues/7467 Mitch On 6/13/24 09:47, Ernie Rael wrote: On 24/06/12 8:10 PM, Owen Thomas wrote: I have experienced this as well. The best that I have been able to do is rely on build output. Don't know if anyone else is looking into this

Compile error but no line indicators

2024-06-12 Thread Mitch Claborn
This happens to me occasionally, usually when editing a fairly large java file. The icon in the tab will show a red indicator for a compile error, but there are no red indicators on the right gutter to show which lines have the error(s). If I'm lucky enough to find one the errors on my own,

Re: Cloned and floated window not behaving

2023-12-06 Thread Mitch Claborn
+1 for scroll lock Mitch On 12/6/23 10:20, Ernie Rael wrote: On 23/12/06 7:47 AM, Mitch Claborn wrote: Editing a Java class. I'm creating a new version of a method in that class and want the old version in a separate window for reference. I clone the current window then float it and scroll

Cloned and floated window not behaving

2023-12-06 Thread Mitch Claborn
Editing a Java class. I'm creating a new version of a method in that class and want the old version in a separate window for reference. I clone the current window then float it and scroll to the old version of the method in the floated window and put that window on a different monitor. When

Getter/Setter templates

2023-10-23 Thread Mitch Claborn
Where are the customizable templates for the getters and setters generated with Generate > Getter and Setter ? -- Mitch - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail:

Context aware keymapping + macro

2023-05-05 Thread Mitch Claborn
Is it possible to have a macro that is invoked via a key mapping to operate differently depending on the contexts in which it is invoked (e.g. editing Java vs editing HTML)? Or to have that key mapping invoke a different macro based on the context? If so, how? Example: When editing a Java

Context aware keymapping + macro

2023-03-03 Thread Mitch Claborn
Is it possible to have a macro that is invoked via a key mapping to operate differently depending on the contexts in which it is invoked (e.g. editing Java vs editing HTML)? Or to have that key mapping invoke a different macro based on the context? If so, how? Example: When editing a Java

Re: Web Project compile on save not working?

2022-12-02 Thread Mitch Claborn
I'm not sure what happened, but it started working again. Weird. Mitch On 12/2/22 11:54, Mitch Claborn wrote: NB 15 on Xubuntu 20.04 I have a web project with "Compile on Save" set. When I change a java source file and save it, the timestamp on the corresponding class file in bui

Web Project compile on save not working?

2022-12-02 Thread Mitch Claborn
NB 15 on Xubuntu 20.04 I have a web project with "Compile on Save" set. When I change a java source file and save it, the timestamp on the corresponding class file in build/web/WEB-INF/classes does not change. I'm 112.5% sure that this worked in NB 12. I'm fairly certain that it was working

Re: Remove breakpoint in JSP file

2022-09-15 Thread Mitch Claborn
Perfect! Thank you. Mitch On 9/15/22 11:14, Thomas Kellerer wrote: Mitch Claborn schrieb am 15.09.2022 um 17:58: NetBeans 12.6 Somehow I ended up with a breakpoint in a JSP file. How can I get rid of it? I've tried right click > Toggle Line Breakpoint but it does not remove the breakpo

Remove breakpoint in JSP file

2022-09-15 Thread Mitch Claborn
NetBeans 12.6 Somehow I ended up with a breakpoint in a JSP file. How can I get rid of it? I've tried right click > Toggle Line Breakpoint but it does not remove the breakpoint. I can enable/disable it with a right click, not that that helps anything. -- Mitch

Re: Generate setters that return this

2022-09-06 Thread Mitch Claborn
patterns. -Original Message- From: Mitch Claborn Sent: Tuesday, September 6, 2022 5:49 AM To: users@netbeans.apache.org Subject: Re: Generate setters that return this I assume from the lack of response that this is not currently possible and would require development. Does anyone have

Re: Generate setters that return this

2022-09-06 Thread Mitch Claborn
I assume from the lack of response that this is not currently possible and would require development. Does anyone have an idea of how much work would be required to develop this? Mitch On 8/30/22 13:40, Mitch Claborn wrote: The "Generate Getters and Setters" dialog generates set

Generate setters that return this

2022-08-30 Thread Mitch Claborn
The "Generate Getters and Setters" dialog generates setters plain Java setters with return type "void". Many times I'd like the setter to return "this" instead. Is there a way to have those generated automatically? -- Mitch

(Linux) installer: default value of netbeans_jdkhome

2022-01-19 Thread Mitch Claborn
It would be helpful if the Linux installer would read the value of netbeans.con (netbeans_jdkhome) from the previously installed version and use that as the default in the installer dialog. -- Mitch - To unsubscribe, e-mail:

Re: Java Copy Paste plugin

2022-01-15 Thread Mitch Claborn
, 2022-01-15 at 11:26 -0600, Mitch Claborn wrote: Yes, that's the one. Does anyone have time to revive that project? If I was competent in NetBeans development I would do so, but I just don't have the time to get up to speed and maintain the project. Mitch On 1/14/22 7:27 PM, Juan Algaba wrote

Re: Java Copy Paste plugin

2022-01-15 Thread Mitch Claborn
:05 AM Mitch Claborn wrote: Back in earlier versions of NetBeans (12.2?) I was using a plugin called "Java Copy Paste". You could select a multi-line String constant and copy it as plain text, eliminating the surrounding double quotes. I used it frequently. I can no longer find it to in

Java Copy Paste plugin

2022-01-14 Thread Mitch Claborn
Back in earlier versions of NetBeans (12.2?) I was using a plugin called "Java Copy Paste". You could select a multi-line String constant and copy it as plain text, eliminating the surrounding double quotes. I used it frequently. I can no longer find it to install. Can anyone help? -- Mitch

git show history like --follow

2021-12-06 Thread Mitch Claborn
I'm working with a git repo that is a consolidation of several different repos. Many of the files have slightly different paths in the new repo vs the old, so in NetBeans, Git Show History only shows back to when the repos were combined. git log --follow from the command line works to show

Line breaks in String literals

2021-12-05 Thread Mitch Claborn
When editing Java source in NetBeans 12.5, if you paste in between a pair of double quotes some clipboard contents that contain line breaks, the editor breaks the String literal into multiple lines and puts the plus sign for string concatenation at the END of the lines. If you press Enter in

Re: Automatic config backup?

2021-10-13 Thread Mitch Claborn
gin could probably invoke it around startup; probably wait for when UI ready. Backing it up, a response mentioned rsync, with NetBeans not running probably avoids any consistency issues. -ernie On 10/13/2021 6:59 AM, Mitch Claborn wrote: Yesterday I accidentally deleted all of my project groups. I

Re: Automatic config backup?

2021-10-13 Thread Mitch Claborn
backup. To prevent this to fill up you backup space, the script could drop dirs older than say 14 days. On Wed, Oct 13, 2021, 15:59 Mitch Claborn <mailto:mitch...@claborn.net>> wrote: Yesterday I accidentally deleted all of my project groups. I was able to recover from a full

Automatic config backup?

2021-10-13 Thread Mitch Claborn
Yesterday I accidentally deleted all of my project groups. I was able to recover from a full computer backup, but I had to search around to find out where they were stored and then manually restore the files. To improve my chances of full recovery for the next time I do something stupid, I

Re: NetBeans 12.5 - change in code completion pop for "new" ?

2021-10-07 Thread Mitch Claborn
FYI, I created https://issues.apache.org/jira/browse/NETBEANS-6114 for this. Mitch On 10/5/21 4:11 PM, Alonso Del Arte wrote: For what it's worth, I think that was also the behavior in 8.2 and 11.1 (I'm still on 11.2, long story). Al On Tue, Oct 5, 2021 at 4:14 PM Mitch Claborn

NetBeans 12.5 - change in code completion pop for "new" ?

2021-10-05 Thread Mitch Claborn
I upgraded from 12.0 to 12.5. When I type "new ClassName" using ctrl+Space in the middle of the class name to finish the class name, I'm pretty sure that NB 12.0 was automatically showing the various constructors in a code completion pop-up, while NB 12.5 requires me to hit ctrl + Space again.

Re: removing the "new project" support for Ant projects

2021-04-20 Thread Mitch Claborn
+1 for not eliminating Ant support for new (or existing) projects. We've been using Ant for a long time, and it still works just fine for us, so there is no payback in converting to Maven. Mitch On 4/20/21 12:10 PM, Lisa Ruby wrote: For those of you who have used Maven for a long time it may

GUI Form Designer "Enclose In"

2020-10-03 Thread Mitch Claborn
In the GUI form designer, you can select multiple components in the Navigator panel, then right click and "Enclose In" to enclose all of those components in a Container. In versions prior to NB 12.0, my custom subclass of JPanel would appear in the list to enclose in. In NB 12.0 my subclass

Weird message on git push remote

2020-09-26 Thread Mitch Claborn
NetBeans 12.0, Ubuntu 20.04 When I execute Team -> Remote -> Push to Upstream I get the message: Push is about to create a new branch "master" in the remote repository. Do you want to continue and create the branch? But, there is already a "master" branch in the remote repository. If I go

Re: Plugin install problem NB 12

2020-07-31 Thread Mitch Claborn
I would also be good with that. Mitch On 7/31/20 12:31 PM, Scott Palmer wrote: On Jul 31, 2020, at 12:27 PM, Mitch Claborn wrote: The secret here was the "Show details" checkbox at Tools -> Plugins -> Installed. I never saw it. It makes more sense to me for the defa

Re: Plugin install problem NB 12

2020-07-31 Thread Mitch Claborn
The secret here was the "Show details" checkbox at Tools -> Plugins -> Installed. I never saw it. It makes more sense to me for the default for that box to be checked. Mitch On 7/29/20 8:29 AM, Mitch Claborn wrote: I'm using NetBeans 12.0 on Ubuntu 18.04.  I need to in

Plugin install problem NB 12

2020-07-29 Thread Mitch Claborn
I'm using NetBeans 12.0 on Ubuntu 18.04.  I need to install an updated version of the JRebel plugin. I downloaded the plugin, but when I attempt to install it, I get the message: Plugin "JRebel for NetBeans" is already installed. But, the plugin does not show in the list of installed plug