Re: Posting to list with Google Workspace alternate email address

2024-12-16 Thread Mitch Claborn
I can do that, but it would change/add the Reply-To header. The mailing list is complaining about the Return-Path header. Mitch Claborn HatcheryManager.com - Complete Hatchery Management System i...@hatcherymanager.com hatcherymanager.com schedule a meeting

Re: Netbeans 24 Usages Tab

2024-12-16 Thread Jerome Lelasseux
Hi,  I like this new feature, thanks But most of the time the left panel is too small and its horizontal scrollbar is set in the middle of the panel, so I need to move the scrollbar left after each new Usage to see the names of the methods. This is quite annoying. It would also help if the spl

Posting to list with Google Workspace alternate email address

2024-12-16 Thread Mitch Claborn
I've recently switched to Google Workspace and am using Gmail there. I am subscribed to this list with an alternate email address that is not my primary email address in Google Workspace. I've set up so that I can send "from" that alternate email address. When Gmail sends that email, the Return-Pat

Re: Netbeans 24 Usages Tab

2024-12-16 Thread Neil C Smith
On Mon, 16 Dec 2024 at 18:52, Michael Bien wrote: > But contributions are welcome - tricky part is to chase all the > implementations down. Totally this! If you want it optional, put the time into it, making sure it's all consistent. Keeping the UI consistent was the right decision. I would al

Re: Netbeans 24 Usages Tab

2024-12-16 Thread Michael Bien
On 16.12.24 19:38, Scott Palmer wrote: On Mon, Dec 16, 2024 at 12:47 PM Michael Bien wrote: On 16.12.24 18:38, Neil C Smith wrote: > On Mon, 16 Dec 2024 at 17:30, m.war...@corvusengineering.com > wrote: >> I noticed with the Netbeans 24 release in the Usages tab is split a

Re: Netbeans 24 Usages Tab

2024-12-16 Thread Scott Palmer
On Mon, Dec 16, 2024 at 12:47 PM Michael Bien wrote: > On 16.12.24 18:38, Neil C Smith wrote: > > On Mon, 16 Dec 2024 at 17:30, m.war...@corvusengineering.com > > wrote: > >> I noticed with the Netbeans 24 release in the Usages tab is split and > shows the source code for the file results. Is t

Re: Netbeans 24 Usages Tab

2024-12-16 Thread Michael Bien
On 16.12.24 18:38, Neil C Smith wrote: On Mon, 16 Dec 2024 at 17:30, m.war...@corvusengineering.com wrote: I noticed with the Netbeans 24 release in the Usages tab is split and shows the source code for the file results. Is this a feature or a bug? I find it extremely distracting and not us

Re: Netbeans 24 Usages Tab

2024-12-16 Thread Neil C Smith
On Mon, 16 Dec 2024 at 17:30, m.war...@corvusengineering.com wrote: > > I noticed with the Netbeans 24 release in the Usages tab is split and shows > the source code for the file results. Is this a feature or a bug? I find it > extremely distracting and not useful at all as clicking on a sourc

Re: Netbeans 24 Usages Tab

2024-12-16 Thread Pieter van den Hombergh
same here. met vriendelijke groet Pieter van den Hombergh Op ma 16 dec 2024, 18:30 schreef m.war...@corvusengineering.com : > I noticed with the Netbeans 24 release in the Usages tab is split and > shows the source code for the file results. Is this a feature or a bug? I > find it extremely dis

Netbeans 24 Usages Tab

2024-12-16 Thread m.war...@corvusengineering.com
I noticed with the Netbeans 24 release in the Usages tab is split and shows the source code for the file results. Is this a feature or a bug? I find it extremely distracting and not useful at all as clicking on a source file in the results brings up the source code in a normal source code tab.

Forcing a specific named java source file to be used when using the shortcut Ctrl-F6 to execute a specific test class

2024-12-16 Thread John Barrow
Hi, Prior to installing a specific test class into my test suite, I create a separate source file and define the tests and environment inside it. Selecting Ctrl-F6 while focused on that tab inside NetBeans runs the tests as expected. However, if the test fails and I go and investigate the issue,