Re: Flatlaf highlighting of deprecation

2025-07-18 Thread Neil C Smith
Hi, On Thu, 17 Jul 2025 at 18:52, Mitch Claborn wrote: > FlatLaf dark highlights deprecations in Java source code (e.g. Byte b = new > Byte(ipaddr[i]);). > I find that too visually similar to the highlighting that is done of all uses > the selected local variable, which I use quite often. > Wh

Re: Is working

2025-07-15 Thread Neil C Smith
On Tue, 15 Jul 2025 at 07:52, Ernie Rael wrote: > > On 25/07/14 2:49 PM, ArbolOneEnterprise wrote: > > Is this mailing list still active? > > Start at https://netbeans.apache.org/ then in the "Join us" note follow > the link to mailing lists and under "Users list" (which is this list) > there are

Re: How to set dashboad to be on by default

2025-07-15 Thread Neil C Smith
On Mon, 14 Jul 2025 at 22:30, ArbolOneEnterprise wrote: > Anyone knows how to set the Dashboard tab to be show at start up? Top left widget in Dashboard, under Check for Updates - select Show Dash on Startup. Best wishes, Neil ---

Re: Netbeans26 crashing randomly on Windows11

2025-07-10 Thread Neil C Smith
On Wed, 9 Jul 2025 at 20:07, Maciej Jaros wrote: > It seems like NB26 is crashing randomly. Most of the time, this happens when > my Maven project is running. > There is no message - I just disconnect from RDP, and when I come back, NB is > just gone. Tomcat process that was started from NB stil

Re: Platform Application Deployment: Missing netbeans-javaagent.jar

2025-07-07 Thread Neil C Smith
Hi Daniel, On Fri, 4 Jul 2025 at 17:04, Michael Bien wrote: > You can copy the jar or remove the "-J-javaagent:..." jvm argument from the > application launch config if you are not worried about the bug. I assume you copied this configuration from the IDE into your application configuration? I

Re: macOS installer doesn't seem to work

2025-06-26 Thread Neil C Smith
Hi, On Wed, 25 Jun 2025 at 20:57, Philip Wasson wrote: > I’m trying to get back into development and figured I’d start with an > up-to-date environment. I downloaded the NetBeans 26 community installer for > aarch64 and ran it. It said it finished, but I can’t find NetBeans 26 > anywhere. Spot

Re: Font difference between XFCE and Cinnamon

2025-06-20 Thread Neil C Smith
On Fri, 20 Jun 2025 at 17:32, Mitch Claborn wrote: > The FlatLaf 3.6 demo works fine as far as changing font family and size. It > is not saving the font options between runs, but not sure if it is supposed > to. It does save the Theme selection. > > In the demo I did File > Open on > ~/.netbe

Re: Font difference between XFCE and Cinnamon

2025-06-20 Thread Neil C Smith
On Fri, 20 Jun 2025 at 18:18, Mitch Claborn wrote: > Just had an epiphany: I have been adding "--fontsize 16" to netbeans.conf for > years (old man, old eyes). I removed that and the "defaultFont=36" took > effect. "--fontsize 16" must be overriding or inhibiting some of the FlatLaf > settings.

Re: Font difference between XFCE and Cinnamon

2025-06-19 Thread Neil C Smith
On Wed, 18 Jun 2025 at 19:51, Mitch Claborn wrote: > 2) Before posting in the FlatLaf forum, I tried playing around with > customizing the ~/.netbeans/26/config/LookAndFeel/FlatLaf.properties file > which is opened by clicking the Tools > Options > Appearance > FlatLaf > > "Edit custom properti

Re: No Windows Installation Version.

2025-06-17 Thread Neil C Smith
On Tue, 17 Jun 2025 at 16:48, Eirik Bakke wrote: > It's a bit confusing, but the Apache NetBeans project now produces a single > ZIP file distribution that is official and voted on, and then encourages > other organizations to develop "community installers" that provide a more > streamlined ins

Re: No Windows Installation Version.

2025-06-16 Thread Neil C Smith
On Mon, 16 Jun 2025 at 17:12, Mehmet Fatih ÇİN wrote: > Is there no officially released Windows installer version of NetBeans IDE 26? > I couldn't find an official version to download for Windows. Can you help? Yes, there are no longer installers available directly from ASF. See also the discuss

Re: Does anyone still make NetBeans Platform Applications in 2024/2025?

2025-06-10 Thread Neil C Smith
Hi, On Tue, 10 Jun 2025 at 13:15, Tamás Cservenák wrote: > Where is this POM coming from? > https://central.sonatype.com/artifact/org.netbeans.cluster/platform/overview > > As with simple change (move entries as depMgmt, leave versionless > entries in place) the POM could works a BOM as well, so

Re: Does anyone still make NetBeans Platform Applications in 2024/2025?

2025-06-10 Thread Neil C Smith
Hi, I was away when you first posted this, but a late reply from my own perspective ... On Tue, 27 May 2025 at 20:27, Tim Mullé wrote: > It’s been a while since I was on this mailing list so I am curious if > NetBeans Platform Applications are still being developed in 2024/2025? There are defi

Re: What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Neil C Smith
On Fri, 6 Jun 2025 at 12:28, Jens Zurawski wrote: > maven-compiler-plugin > 3.14.0 > > 17 > 17 > > ${endorsed.dir} > > Possib

Re: What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Neil C Smith
Hi, On Fri, 6 Jun 2025 at 11:42, Jens Zurawski wrote: > I have absolutely no clue what this message tries to tell me. I'm not > using/referencing java.util.zip.* anywhere in these projects. What has > java.util.zip.CRC32C to do with the source level? And how can I solve > this issue? This line c

Re: Updating from NB Platform 24 to 26 breaks looks and feels and ui

2025-05-28 Thread Neil C Smith
Hi, On Wed, 28 May 2025, 17:43 Tim Mullé, wrote: > Can you tell me the correct module to include the new Dashboard? > You need to include the api.dashboard module from the platform. https://bits.netbeans.org/26/javadoc/org-netbeans-api-dashboard/index.html Am I able to add my own information

Re: Copying of the value of a variable to the clip board whilst debugging no longer works

2025-05-22 Thread Neil C Smith
Hi, On Thu, 22 May 2025 at 10:28, David Gradwell wrote: > I have been using NetBeans for many years. > > One of the debugging capabilities that I find most useful is to be able to > copy the value of a variable to the clipboard and then into my debugging > documentation. > > In the last few wee

Re: [NOTICE] Apache NetBeans 26 release candidate 3 available for testing

2025-05-08 Thread Neil C Smith
Release candidates of the Friends of Apache NetBeans installers for 26-rc3 are now also available for testing. https://github.com/Friends-of-Apache-NetBeans/netbeans-installers/releases/tag/v26rc3-build1 Please report any issues with the installers themselves on the repository there. There will

Re: NB 24 from the Ubuntu Taskbar?

2025-05-05 Thread Neil C Smith
Hi, On Sun, 4 May 2025 at 23:15, Owen Thomas wrote: > > On Mon, 5 May 2025 at 08:00, Owen Thomas wrote: >> >> Perhaps I forgot something simple, but it appears that I cannot lock the >> facility to start NB from the Ubuntu taskbar that comes out from the left of >> screen like I could with NB

Re: NB 25 Paste from Clipboard Problem Worse?

2025-03-24 Thread Neil C Smith
On Thu, 20 Mar 2025 at 23:15, Marvin P. Warble Jr. wrote: > > Has the pasting from the clipboard problem gotten worse between NB24 and > NB25? Yes! > This workaround I had used for NB24 doesn't seem to be working in NB25. > > Is there a known workaround for this in NB25? There is a simpler work

Re: Can't initialize javac processor due to (most likely) a class loader problem: java.lang.NoClassDefFoundError

2025-03-10 Thread Neil C Smith
On Mon, 10 Mar 2025 at 09:33, Maciej Jaros wrote: > > > in short: lombok as of right now does not support javac 24 yet and the > > editor support of NB 25 integrates with nb-javac based on JDK 24. > > Is this correct? I'm seeing that JDK24 is not released yet > https://jdk.java.net/24/ > > So NB2

Re: Issue updating NB platform app to NB25

2025-02-28 Thread Neil C Smith
On Fri, 28 Feb 2025 at 09:18, Michael Bien wrote: > > On 24.02.25 10:43, Neil C Smith wrote: > > On Sun, 23 Feb 2025 at 01:35, Michael Bien wrote: > >> On 22.02.25 18:23, Jerome Lelasseux wrote: > >>> Is it the problem mentionned in the release notes "Windo

Re: Issue updating NB platform app to NB25

2025-02-24 Thread Neil C Smith
On Sun, 23 Feb 2025 at 01:35, Michael Bien wrote: > On 22.02.25 18:23, Jerome Lelasseux wrote: > > Is it the problem mentionned in the release notes "Windows/ARM is currently > > not a fully supported platform" ? BTW this message is really too vague to > > be useful... > > it is intentionally ke

Re: NB 24 installation failed with corrupted registry

2025-02-21 Thread Neil C Smith
Hi, There are some known issues here with NBI - see eg. https://github.com/apache/netbeans/issues/8058 NetBeans 25 is almost certainly the last release that will use NBI. As a workaround, try the community installers instead, as also linked on the download page. These are built with NBPackage,

Re: Corrupted display NB230+Nvidia ?

2025-02-01 Thread Neil C Smith
On Sat, 1 Feb 2025 at 04:15, Michael Bien wrote: > -J-Dsun.java2d.d3d.onscreen=false will likely solve it right away, but > it essentially turns off hardware acceleration on windows. Ideally a > driver update should fix it. It turns off a subset of acceleration. Not completely sure what as the f

Re: xdebug support in Netbeans 24 / updating question

2025-01-09 Thread Neil C Smith
On Thu, 9 Jan 2025, 20:20 , wrote: > (a) when a new version/community installation of Netbeans becomes > available do I have to > uninstall the existing version before installing the new one, or can I > just install over the top? > I can't answer the PHP questions, but all the community installe

Re: What's up with JavaDoc viewer in 24 (possibly earlier?)

2025-01-08 Thread Neil C Smith
On Wed, 8 Jan 2025 at 01:37, Timothy Stone wrote: > Example link > http://127.0.0.1:8082/resource/%2Fjar%3Afile%3A%2F/Users/.../.m2/repository/org/netbeans/api/org-netbeans-api-debugger/RELEASE240/%2Forg-netbeans-api-debugger-RELEASE240-javadoc.jar%21%2F/ Nothing wrong with the Javadoc viewer asp

Re: Problem upgrading NB app to JDK23 / nbm plugin

2025-01-01 Thread Neil C Smith
On Wed, 1 Jan 2025 at 14:35, Jerome Lelasseux wrote: > Found the problem: when using JDK >=23 you need to add full in > the maven compiler configuration for nbm to work. > > https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/issues/201 Ah, yes, that one! ... > Error seems wrong to m

Re: Posting to list with Google Workspace alternate email address

2024-12-17 Thread Neil C Smith
Hi, On Mon, 16 Dec 2024 at 23:10, Mitch Claborn wrote: > I can do that, but it would change/add the Reply-To header. The mailing list > is complaining about the Return-Path header. I assume you haven't set the alias to send via the SMTP server of the other address? Check the settings for the a

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 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: FlatLafDark issue

2024-12-11 Thread Neil C Smith
On Wed, 11 Dec 2024 at 11:30, Pieter van den Hombergh wrote: > There are two places for the appearance of the windows. Actually, there's now a third if all you want to do is switch between light and dark default themes for everything. Show the dashboard (alt-shift-W), and click the button in the

Re: change fonts NB23 Snap

2024-11-10 Thread Neil C Smith
On Sun, 10 Nov 2024 at 14:11, Michael Bien wrote: > > sure, check out > > $ netbeans --help > ... >--fontsize set the base font size of the user interface, > in points And if you don't want to do this every time, run it like this once, and configure the custom FlatLaf file to change the

Re: [NOTICE] Apache NetBeans 24 release candidate 2 available for testing

2024-11-06 Thread Neil C Smith
Hi all macOS NetBeans users, A test installer for 24-rc2 has now been added at https://nightlies.apache.org/netbeans/candidate/installers/ As usual it's parallel installer with NB 23 and creates ASF NetBeans RC.app This will be the only test installer for NetBeans 24 on macOS unless issues are

Re: NBM Signing - Assistance Needed with NBM Signing and Update Warnings

2024-11-04 Thread Neil C Smith
Hi, Assuming the update centre is distributed securely, you can probably just mark the update centre itself as trusted in the registration, and ignore code signing if you want. Like at https://github.com/apache/netbeans/blob/master/nb/updatecenters/src/org/netbeans/modules/updatecenters/resources

Re: FlatLat not available in options dialog (NetBeans platform application)

2024-10-18 Thread Neil C Smith
On Wed, 16 Oct 2024 at 14:06, wrote: > I finally got it to work by adding "cnb.org.netbeans.swing.laf.flatlaf" and > "cnb.org.netbeans.swing.plaf" to the "Required Tokens" in > the "Libraries" section of the module implementing the UI. I've just opened https://github.com/apache/netbeans/pull/788

Re: [somewhat off-topic] need advice for new Mac notarization reqs.

2024-10-03 Thread Neil C Smith
Hi, NetBeans uses NBPackage to build its PKG installer (not a DMG). This signs all natives, as well as deep signing and repackaging all macOS natives inside JAR files. See eg. https://github.com/apache/netbeans-nbpackage/blob/master/src/main/java/org/apache/netbeans/nbpackage/macos/AppBundleTask.

Re: JDK23 support

2024-09-30 Thread Neil C Smith
On Mon, 30 Sept 2024 at 09:57, Jean-Marc Borer wrote: > Do you think this would as well fix the issue I recently reported here: > https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/issues/200 > > Annotations seem not to properly generate Bundle.java classes in the > "Generated Source

Re: CVS plugin org-netbeans-lib-cvsclient

2024-09-25 Thread Neil C Smith
On Wed, 25 Sept 2024 at 09:45, wrote: > From Netbeans 22 on I have not been able to make it work and thus my > question: > >Is there any CVS plugin for Netbeans that I can not find or is CVS > support officially 'banned'? The obvious change between 21 and 22 would be the versioning.util mod

Re: JDK23 support

2024-09-20 Thread Neil C Smith
On Fri, 20 Sept 2024 at 16:21, Patrik Karlström wrote: > > Happy to see yet another release, thanks! > > >The Apache NetBeans 23 binary releases require JDK 17+, and officially > >support running on JDK 17, 21 and 23. > > I realize this is about _running_ the IDE on JDK 23, but inspired by this I

Re: Using the Debugger with Tests

2024-08-14 Thread Neil C Smith
On Wed, 14 Aug 2024 at 14:53, Emma Atkinson wrote: > Debug File works only with the main application, not the tests in the test > section (TestNG in my case). I didn't mention Debug File itself. > If I select a test file I the Menu changes to Debug Test File (Ctrl Shift > F6). Running that gi

Re: Using the Debugger with Tests

2024-08-14 Thread Neil C Smith
On Wed, 14 Aug 2024 at 14:27, Emma Atkinson wrote: > > Hi > I would like to be able to use the debugger while running a TestNG test suite. > > To run the TestNG Test Suite I select the project then using the Right Mouse > Button >> Test (Alt F6). > > I would like to run the debugger, setting brea

Re: can't run tests from Netbeans in a certain project

2024-08-07 Thread Neil C Smith
On Wed, 7 Aug 2024 at 16:09, Michael Bien wrote: > (spoiler: its compile-on-save again) Kill it with fire! :-) Neil - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@net

Re: Netbeans colored project tabs not working

2024-07-29 Thread Neil C Smith
On Mon, 29 Jul 2024 at 16:09, Ken Stewart-Smith wrote: > > I am using the latest Microchip MPLABX v6.20 which uses Netbeans. > > For years, the colored project tabs has not worked properly. ... > Do you have any suggestions or comments on how I can get the colored project > tabs to work? Yes, as

Re: "Index Download Permission Request for 'Central Repository'"

2024-07-22 Thread Neil C Smith
On Mon, 22 Jul 2024, 20:20 Will Hartung, wrote: > Also, I found it curious when I launched NB 21 that a) the app was not in > the Netbeans directory under Applications (where it's been since forever), > and wasn't name "Apache Netbeans 21". It also did not prompt me to import > from my old NB ins

Re: Does right-click no longer work in macOS Beta 2?

2024-06-25 Thread Neil C Smith
On Tue, 25 Jun 2024 at 18:07, Thomas Wolf wrote: > I haven't changed my NB setup for a long time - still on version 16 and the > jdk I use for both NB and my app is OpenJDK 21. NetBeans 16 doesn't support running on JDK 21! That may not be the issue, of course. More recent ASF and community in

Re: Adding support for a file extension

2024-06-05 Thread Neil C Smith
On Wed, 5 Jun 2024 at 17:59, Will Hartung wrote: > > > > On Wed, Jun 5, 2024 at 9:48 AM Michael Bien wrote: >> >> try options -> miscellaneous -> files >> >> This should be able to associate extensions with known mime types. >> > > Yes, perfect, thank you! If it's an unknown extension, you can a

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-04-26 Thread Neil C Smith
On Fri, 1 Mar 2024 at 14:51, Neil C Smith wrote: > > On Fri, 1 Mar 2024 at 14:44, Ulf Zibis wrote: > > nb-javac is included in NetBeans since NB13, so you should not see > > this dialog unless you've deliberately disabled this support and run > > on an older JDK. &

Re: Netbeans IDE 21 and Mac

2024-04-25 Thread Neil C Smith
On Thu, 25 Apr 2024 at 10:06, David Gradwell wrote: > I have NetBeans 21 running well on Mac OS Sonoma 14.4.1 (23E224) on the M1 > chip. Yes, definitely make sure it's 14.4.1! > This was installed from the standard distribution. Choose the .dmg. No need > for anything special, just use the i

Re: RAM usage

2024-04-11 Thread Neil C Smith
On Thu, 11 Apr 2024 at 09:39, Jens Zurawski wrote: > A class static member is never freed, once the > class is loaded. A pedantic nitpick! :-) A class static member can be freed, when the classloader is eligible for GC. In the context of NetBeans modules, OSGi, etc. then that could be relevant

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-03-01 Thread Neil C Smith
On Fri, 1 Mar 2024 at 14:44, Ulf Zibis wrote: > nb-javac is included in NetBeans since NB13, so you should not see > this dialog unless you've deliberately disabled this support and run > on an older JDK. > > This I assumed too, so I'm wondering about my ecperience. So am I! If you can find step

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-03-01 Thread Neil C Smith
On Fri, 1 Mar 2024 at 13:43, Ulf Zibis wrote: > In the meantime I solved the problem still using JDK 18 as follows. > > - deleted user config data and reinstalled NetBeans ... > - Restart. All is fine !!! > > Don't know, if that is a good workaround. The above two steps might have been what fixed

Re: Thought on handling different Maven .m2 folders

2024-01-27 Thread Neil C Smith
On Sat, 27 Jan 2024 at 09:13, Lars Bruun-Hansen wrote: > Another thought: Maven command execution shell still supports a > "$HOME/.mavenrc" file which is executed (sourced) by Maven before it > does anything else. It will be fired each and every time you execute > the "mvn" command. I don't know i

Apache NetBeans 21 release candidates

2024-01-16 Thread Neil C Smith
Release candidates for the next release of Apache NetBeans will be available weekly until release. Your help in testing, reporting and verifying issues would be highly appreciated by the whole Apache NetBeans community. More info and links at https://github.com/apache/netbeans/discussions/6962 Th

Re: How to make the IDE open Excel files with Excel?

2024-01-10 Thread Neil C Smith
On Wed, 10 Jan 2024 at 16:28, Joseph Huber wrote: > How can I make the NetBeans IDE (I’m using NB 15) open an Excel document with > Excel? ... > Apparently NetBeans sees Excel spreadsheets as zip files (which they are). > Unfortunately, that seems to eliminate the “Open From System” item from t

Re: [ANNOUNCE] Apache NetBeans 20 released

2023-12-18 Thread Neil C Smith
On Mon, 18 Dec 2023 at 18:09, Stephen Winnall wrote: > Why is everyone avoiding answering Judi’s question? > > I don’t pretend to be the expert but the answer to Judi’s question is: > download newer (post-v8) versions of Java from Zulu > (https://www.azul.com/downloads/?package=jdk#zulu) or some

Re: [ANNOUNCE] Apache NetBeans 20 released

2023-12-18 Thread Neil C Smith
On Mon, 18 Dec 2023 at 17:23, Judi Rastall wrote: > I am confused and I seem to find myself in a Catch-22 situation. I have just > downloaded and installed the new NetBeans v20 and it warns me that I cannot > use it with Java versions earlier than 11. I go to my Java installation > (which says

Re: Netbeans with Bookworm

2023-11-08 Thread Neil C Smith
On Wed, 8 Nov 2023 at 13:34, Phil L wrote: > Is there a version of NB that runs in Bookworm? > > I'm thinking of a new Pi5, but it only runs Bookworm and other IDE's do > not run in Bookworm. 32bit or 64bit? There's a 32bit AppImage at https://www.codelerity.com/netbeans/ That package might cha

Re: JPA controller classes wizard not finding JPA 3.0 or 3.1 Entities

2023-11-08 Thread Neil C Smith
On Wed, 8 Nov 2023 at 06:29, Ernie Rael wrote: > > On 23/11/07 10:05 PM, Stephen Parry wrote: > > Already tried using latest daily build and now does work with much arm > twisting (not sure yet if it needs the xml) . How do I access the RC > specifically please? > > The announcement is at > > ht

Re: Two finger swipe left - right makes editor go wild

2023-11-02 Thread Neil C Smith
On Thu, 2 Nov 2023, 13:01 Neil C Smith, wrote: > > > On Thu, 2 Nov 2023, 12:28 Patrik Karlström, wrote: > >> I was not sure of what to test so I went for >> https://ci-builds.apache.org/job/Netbeans/job/netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/ >> . >

Re: Two finger swipe left - right makes editor go wild

2023-11-02 Thread Neil C Smith
On Thu, 2 Nov 2023, 12:28 Patrik Karlström, wrote: > I was not sure of what to test so I went for > https://ci-builds.apache.org/job/Netbeans/job/netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/ > . > Ah, sorry, should have been more explicit. If you go to the test summary page of any pull r

Re: Two finger swipe left - right makes editor go wild

2023-11-02 Thread Neil C Smith
On Thu, 2 Nov 2023 at 04:37, Patrik Karlström wrote: > I just tested the latest daily with a fresh userdir with the default settings > and it looks good to me. Daily?! As in daily build, your own build of delivery, or the build from the pull request? I'm curious to clarify because the fix here

Re: Two finger swipe left - right makes editor go wild

2023-10-31 Thread Neil C Smith
On Mon, 30 Oct 2023 at 14:06, Neil C Smith wrote: > On Mon, 30 Oct 2023 at 13:51, Laszlo Kishalmi > wrote: > > can confirm that mouse wheel left/right is button 4/5 on my mouse on linux > > (swing event numbers, which are not the button numbers i see via piper or >

Re: Two finger swipe left - right makes editor go wild

2023-10-30 Thread Neil C Smith
Hi, On Mon, 30 Oct 2023 at 13:51, Laszlo Kishalmi wrote: > can confirm that mouse wheel left/right is button 4/5 on my mouse on linux > (swing event numbers, which are not the button numbers i see via piper or xev) > > I can confirm on both X11 and Wayland. Horizontal wheels, two finger scrolls

Re: Two finger swipe left - right makes editor go wild

2023-10-28 Thread Neil C Smith
On Sat, 28 Oct 2023, 12:29 Neil C Smith, wrote: > > > On Sat, 28 Oct 2023, 11:59 Laszlo Kishalmi, > wrote: > >> It would be good if somebody could test the Mouse Button layouts on >> Windows and Mac, probably can remove the MOUSE_BUTTON4 and MOUSE_BUTTON5 >> re

Re: Two finger swipe left - right makes editor go wild

2023-10-28 Thread Neil C Smith
On Sat, 28 Oct 2023, 11:59 Laszlo Kishalmi, wrote: > It would be good if somebody could test the Mouse Button layouts on > Windows and Mac, probably can remove the MOUSE_BUTTON4 and MOUSE_BUTTON5 > registration... > They weren't added by accident! ;-) I have all 3 OS to hand, and tested this on

Re: Two finger swipe left - right makes editor go wild

2023-10-28 Thread Neil C Smith
On Sat, 28 Oct 2023 at 06:34, Patrik Karlström wrote: > > I'm not sure if this is related to the OS, Fedora in my case or if it's a > netbeans thing. > > Using the touchpad to scroll up and down also invokes a trigger happy two > finger swipe left and/or right and the result is that the editor m

Re: Netbeans not compiling an Ant project

2023-10-21 Thread Neil C Smith
On Sat, 21 Oct 2023 at 12:09, Juan Miguel Escribano wrote: > > Hello! > > To be brief. > > My system: > MacBook Pro 16”, Apple M2 pro > Macos Sonoma 14.0 > Product Version: Apache NetBeans IDE 19 > Java: 21.0.1; OpenJDK 64-Bit Server VM 21.0.1+12-LTS > Runtime: OpenJDK Runtime Environment 21.0.1+1

Re: Can't install NetBeans using MacOS installer without JDK installed

2023-10-14 Thread Neil C Smith
On Sat, 14 Oct 2023 at 15:43, Philip Durbin wrote: > I just reverted the SDKMAN hack I described earlier (now > `/usr/libexec/java_home` no longer works) and then proceeded to install > NetBeans 19 (Apache-NetBeans-19.pkg, not the community installer) without any > issue. So on my machine at le

Re: How to hide a secret value in my Java code?

2023-10-04 Thread Neil C Smith
On Wed, 4 Oct 2023 at 10:16, Richard Grin wrote: > Is it possible to add an environment variable for *only one* Java > project in NetBeans? ... > I use Maven to build the project. Incidentally, to do this with Maven projects, use the project properties. Under Actions, choose eg. `Run project` or

Re: [platform] Generating multiple app "bundles"

2023-09-30 Thread Neil C Smith
On Sat, 30 Sept 2023 at 11:16, Patrik Karlström wrote: > For my maven platform application I need to create different Application > bundles like NetBeans had pre Apache with SE, EE & C++ so I can have a couple > of variants of my application with each own set of plugins. > > To this day, I have

Re: App not using proper search path for libraries when launched by NetBeans

2023-09-30 Thread Neil C Smith
On Sat, 30 Sept 2023 at 08:49, Fedor van Eldijk wrote: > The app can not find a library it needs and it looks like it is appending the > search path I gave it (usr/local/lib/OGRE) to the installation path of > NetBeans (/snap/netbeans/84). Where exactly is the lib? Is it in the project or at /

Re: NetBeans 19 Run-Remote Raspberry Pi 4 Not Working

2023-09-29 Thread Neil C Smith
On Fri, 29 Sept 2023 at 15:04, Blaine Heinfeld wrote: > The import appears to have correctly imported the RPi 4 platform I use > in 12.6. The RPi 4 platform tests successfully in NetBeans 19. > ... > > When I select that configuration in NetBeans 19 and attempt to run the > application, however,

Re: Font settings not transferred from 18 to 19.

2023-09-22 Thread Neil C Smith
On Fri, 22 Sept 2023 at 16:06, Tilman Hausherr wrote: > > I had a development version of 19 (because of an issue that was fixed in > development) but the executable was installed in the 18 directory. I > installed the regular 19 today with the windows installer and the font > settings were not tra

Re: Scroll wheel resizing font

2023-09-13 Thread Neil C Smith
On Wed, 13 Sept 2023 at 14:46, Admin @ Goodun wrote: > > How do I turn this off? > > I've had a look in all the settings I can find and nothing seems to > relate. Options / keymap. Do a search for "zoom". It should be set to the mouse wheel with a particular modifier - different on macOS I thin

Re: Git hub master branch

2023-09-07 Thread Neil C Smith
On Sat, 2 Sept 2023 at 18:58, Alonso Del Arte wrote: > ... it sounds like Chris's issue is yet another case of programs being slow > to adopt the change from master branch to main branch, not necessarily > because of disagreement with the cause (though I'm sure there are some of > those) but si

Re: Can't install NetBeans using MacOS installer without JDK installed

2023-08-30 Thread Neil C Smith
On Wed, 30 Aug 2023 at 02:11, Philip Durbin wrote: > I had the same problem. I'm using SDKMAN and could not install NetBeans 18 on > my Mac because the NetBeans installer said "No Java found". > > I fixed it by following > https://stackoverflow.com/questions/76523553/how-to-make-usr-libexec-java

Re: Java Swing Support

2023-08-24 Thread Neil C Smith
On Thu, 24 Aug 2023 at 06:20, Thomas Kellerer wrote: > Didn't NetBeans drop support for one specific Swing framework? > > I think the "Java Swing" project template used that framework, but I can't > remember the name. There used to be support for Swing Application Framework (withdrawn JSR 296),

Re: Java Swing Support

2023-08-23 Thread Neil C Smith
On Wed, 23 Aug 2023, 14:15 Plaza, Rob (JSC-CD111)[KBR Wyle Services, LLC], wrote: > My organization uses Netbeans 11.2. Recently we have noticed ... > Recently?! Why NetBeans 11.2? That's 4 years old and unsupported. There have been 14 releases since then! And another one in a week or so. No su

Re: NB18 garbles Javadoc

2023-08-04 Thread Neil C Smith
Hi, This should now be fixed in NetBeans 19-rc4. Please take the time to verify it fixes your issue before it moves to release, thanks! Release candidates linked from https://github.com/apache/netbeans/discussions/6225 Thanks and best wishes, Neil On Tue, 1 Aug 2023 at 16:00, Neil C Smith

Re: NB18 garbles Javadoc

2023-08-01 Thread Neil C Smith
On Tue, 1 Aug 2023 at 10:08, Chris Powell wrote: > ... screenshots ... > Same in version 18. So I guess it's still in the latest versions too. Thanks for those Chris! I was able to reproduce, and hopefully found a fix at https://github.com/apache/netbeans/pull/6282 I've added the ci:dev-build

Re: NB18 garbles Javadoc

2023-08-01 Thread Neil C Smith
On Mon, 31 Jul 2023 at 23:48, Greenberg, Gary wrote: > Have anybody noticed such behavior? Has a bug report been filed? > Unfortunately, I can’t file report myself, as access to external repositories > forbidden by company policy. Never noticed this personally. And can't remember noticing a bug

Re: Encountered problems whlie connecting to update center

2023-07-21 Thread Neil C Smith
On Fri, 21 Jul 2023 at 08:13, Vincent Shiu wrote: > I have googled but found nothing useful to fix the problem. Is there anyone > know how to fix this? What JDK are you using? I suspect it's an old JDK that doesn't support Let's Encrypt certificates. Best wishes, Neil --

Re: "NetBeans 76 was last used 32 days ago"

2023-07-01 Thread Neil C Smith
On Sat, 1 Jul 2023 at 16:28, László Kishalmi wrote: > > Well, that is actually the revision number of NetBeans 17.0 Snap package. > NetBeans 18.0 would be revision number 80. > Right now there is no way to identify the version of NetBeans used in a home > directory. That shall be changed. I admi

Re: "NetBeans 76 was last used 32 days ago"

2023-07-01 Thread Neil C Smith
On Sat, 1 Jul 2023 at 15:34, Admin @ Goodun wrote: > > This message has just appeared for me in NB 18.0. > > This would be useful if I could find any other reference telling me > what "NetBeans 76" is. If it's my current version then I know what to > do with the link offering to remove large amou

Re: Show Javadoc not working

2023-06-28 Thread Neil C Smith
On Wed, 28 Jun 2023, 21:08 Tellis, Wyatt, wrote: > > Has anyone else encountered this issue before and know if there’s a fix? > > See https://github.com/apache/netbeans/issues/5990 There's a workaround there. Best wishes, Neil > >

Re: change editor scrollbar color

2023-06-08 Thread Neil C Smith
On Thu, 8 Jun 2023, 13:13 Christopher C. Lanz, wrote: > Hello, > > When working with a large file, the scrollbar (thumb?) becomes very small, > and since its color is "light gray" (I think) it is difficult to see or > find quickly while working. > > Can the color of that bar (or the thumb therein

Re: Broken link in the comments of netbeans.conf

2023-05-25 Thread Neil C Smith
On Thu, 25 May 2023 at 16:40, Michael Bien wrote: > this could potentially link to: > https://github.com/apache/netbeans/#log-config-and-cache-locations Looks like it could be good choice, but please don't link it direct - Maybe use - https://netbeans.apache.org/nb/userdir-and-cachedir Then re

Re: Migrating NB platform app to maven

2023-05-16 Thread Neil C Smith
Hi, On Mon, 15 May 2023 at 23:05, Jerome Lelasseux wrote: > > Have you done a clean and build of the parent project? > yes, the output below OK, just checking the obvious - seems to have been a stumbling block in a few recent threads. Your reactor build order looks wrong. Wrong or circular dep

Re: Migrating NB platform app to maven

2023-05-15 Thread Neil C Smith
On Mon, 15 May 2023, 22:52 Jerome Lelasseux, wrote: > Mark, > > > you should publish any local artifacts to your local maven repository. > Yes. But publish a local artifact for modula A means I need to build > module A, right ? module A depends on module B which depends on module C > etc. So when

Re: Log4J Critical Vulnerability issues in Apache NetBeans 17

2023-05-09 Thread Neil C Smith
On Tue, 9 May 2023 at 06:45, Harshini Madurapperuma wrote: > https://netbeans.apache.org/download/index.html says NetBeans 17 is the > latest and was released in Feb 2023. > > When is it planned to release 18 version? Short answer, when it's ready! Longer answer, to add to what Michael said, t

Re: Console: ascii characters not shown correctly

2023-05-03 Thread Neil C Smith
On Mon, 1 May 2023 at 16:47, Geert Vancompernolle wrote: > > I have the following line in my Java application: > > mLogger.info("╔╗"); > > but I see this in the debug console of NB17: > > 01-05-2023 17:43:22 INFO HomeC

Re: Remove me from this list

2023-05-02 Thread Neil C Smith
To unsubscribe send an email to users-unsubscr...@netbeans.apache.org Make sure it's from the email you're subscribed from. Check if it's being forwarded from another account. Also see https://netbeans.apache.org/community/mailing-lists.html https://untroubled.org/ezmlm/manual/ Best wishes, N

Re: Git branch display

2023-03-25 Thread Neil C Smith
On Sat, 25 Mar 2023, 17:16 Admin @ Goodun, wrote: > Is there a way of getting NetBeans to (always) display the git branch I > currently am switched to? > Tools / Options / Team / Versioning / show labels. Best wishes, Neil

Re: Project Folder Icons "clear"?

2023-03-16 Thread Neil C Smith
On Thu, 16 Mar 2023 at 16:04, Brad K. wrote: > I just upgraded from NetBeans 15 to 17. I noticed that the folder icons > in both the Project tab and the Files tab are uncolored outlines of > folders instead of the "standard" manila folder look. > > Is this on purpose or is my installation amiss?

Re: Module com.jcraft.jsch in ide requests the token libs.c.kohlschutter.junixsocket but there are no known providers.

2023-03-15 Thread Neil C Smith
On Fri, 10 Mar 2023 at 11:26, Oliver Rettig wrote: > > Hi, > > after upgrading my netbeans RCP application to netbeans-17 I got the following > unsresolved module problem: > > Module com.jcraft.jsch in ide requests the token > libs.c.kohlschutter.junixsocket but there are no known providers. > > I

Re: Maven indexing

2023-03-14 Thread Neil C Smith
On Tue, 14 Mar 2023 at 17:01, László Kishalmi wrote: > Also one day the Gradle plugin may be smart enough to use that Maven index > for its own good. > Like offering a dependency to add when you add an import statement for a > class... That would be great. I started looking a while back at som

Re: Maven indexing

2023-03-14 Thread Neil C Smith
On Tue, 14 Mar 2023 at 12:31, Emma Atkinson wrote: > Recently (couple of years) I started using the Maven repository again but > through Gradle. Gradle does not load and decompress the whole index. Gradle > loads solely the dependencies (artifact : group : version) specified in the > build.gra

Re: Creating a new platform application: Maven or Ant?

2023-02-27 Thread Neil C Smith
On Sun, 26 Feb 2023 at 21:58, Joseph Huber wrote: > I considered moving from Ant to Maven, but really found no good reason to do > so. I have customized build macros in Ant (creating installers ... This was one reason I was using Ant too. Those installer aspects of my build were rewritten in p

Re: Creating a new platform application: Maven or Ant?

2023-02-27 Thread Neil C Smith
On Sun, 26 Feb 2023 at 15:04, Thomas Kellerer wrote: > Scott Palmer schrieb am 26.02.2023 um 15:47: > > I don’t think there is a case where I would ever choose to create a > > new Ant-based project these days. It is more flexible than Maven, > > but far more awkward to work with than Gradle. IMO

  1   2   3   4   5   >