Re: Apache NetBeans 11.1-beta3 Is Available for Testing!

2019-07-03 Thread Scott Palmer
t 2:15 PM, Scott Palmer wrote: > > Instantly I see the the colours are messed on on macOS. I’m using macOS > 10.14 in Dark Mode. The status bar at the bottom of the NetBeans window is > using black text on a dark grey background. The project/file names in tree > view of the Proj

Re: alt keys on keyboard

2019-07-03 Thread Scott Palmer
I also just noticed this. I used to hit Alt-Enter to activate the quick-fix on the current line. But the Alt key on the right near the Enter key doesn’t trigger that action. i have to use two hands now - Left-Alt + Enter. > On Jul 3, 2019, at 1:26 PM, Mike Billman wrote: > > Is there a

Re: Lots of issues reported, how to handle them?

2019-08-16 Thread Scott Palmer
Please NEVER close an issue that has not been verified as fixed or no-longer relevant. That is the #1 way to discourage participation. "I report the bug - nobody fixed it , they just closed the issue without even considering it" … that’s a crap way to do things. By all means change the state

Re: Autocomplete Classpath lost?

2019-09-13 Thread Scott Palmer
> On Sep 11, 2019, at 12:12 AM, Laszlo Kishalmi > wrote: > > That might be as in NETBEANS-2661 we did not find the root cause: "How the > JavaSE libraries got end up searching inside the NetBeans installation." > > The patch was optimizing the query few layer above. > > BTW, Scott can you

Re: Autocomplete Classpath lost?

2019-09-13 Thread Scott Palmer
> On Sep 13, 2019, at 9:07 AM, Scott Palmer wrote: > > >> On Sep 11, 2019, at 12:12 AM, Laszlo Kishalmi >> wrote: >> >> That might be as in NETBEANS-2661 we did not find the root cause: "How the >> JavaSE libraries got end up searching inside

Re: Autocomplete Classpath lost?

2019-09-10 Thread Scott Palmer
in the log file to see if there are relevant error > messages. > > Gj > > On Tue, 10 Sep 2019 at 18:06, Scott Palmer wrote: > >> I have found on multiple occasions that NetBeans “loses its mind” and >> forgets items on the classpath. >> >> I use ex

Autocomplete Classpath lost?

2019-09-10 Thread Scott Palmer
I have found on multiple occasions that NetBeans “loses its mind” and forgets items on the classpath. I use exclusively Gradle projects. I have found that after working for a day and coming back in to the office (work computer is left on in case I decide to work remotely), sometimes the open

Re: Development Builds how much are we using them?

2019-09-09 Thread Scott Palmer
Is there a place to download the binaries of the last development build for Windows? The link to the last successful build from here https://netbeans.apache.org/download/dev/index.html points to a build with no build artifacts. Scott >

Re: Java NIO2 based watchers are on master now, please watch the IDE performance!

2019-07-30 Thread Scott Palmer
For clarification, was macOS already using NIO2 or is it purposefully not using NIO2? Scott > On Jul 30, 2019, at 4:15 pm, Laszlo Kishalmi > wrote: > > Dear all, > > I've merged a PR which makes the Java NIO2 file watcher implementation > default on Windows and Linux. I'd encourage to

Re: Gradle Issue with OpenJFX

2019-09-22 Thread Scott Palmer
tside of the project directory, meaning that an other project can claim > the ownership of a file. > >> On 9/21/19 4:55 PM, Scott Palmer wrote: >> I’m using NB 11.1 with OpenJDK 12.0.2 and Gradle 5.3 on macOS 10.15 (public >> beta) >> (also tried without &q

Re: using JavaFX as a HTML renderer

2019-09-30 Thread Scott Palmer
>> On Sep 29, 2019, at 7:34 AM, Chuck Davis wrote: > ... > > P. S. It's really easy to develop with JFX (and getting better). > Distribution/packaging is the kicker..having it in the JDK install was > sweet. That is the painful part. I suggested to the OpenJFX team that the jmods

Re: Files view not showing all files

2019-11-04 Thread Scott Palmer
I suspect it could be related to the NIO2 changes. I don't remember needing to do this before. Specifically, if I do a build outside the IDE and then go back, normally NB new enough to refresh automatically at that point. It would be nice to have "Scan For External Changes" in the context menu

Files view not showing all files

2019-11-04 Thread Scott Palmer
I've noticed with NB 11.2 that the Files panel doesn't allow me to browse all the files. There are folders on my disk that simply don't show up. They are normal, non-hidden folders. I've looked in the NB messages.log file and there doesn't appear to be anything that indicates it was having an

Re: Debian and NetBeans

2019-11-02 Thread Scott Palmer
Sine the Debian rules are far to restrictive (insanely stupid IMO)... Why not make a NetBeans install script that is distributed as a Debian package? All it would do is download the NetBeans package from an Apache mirror and install it. Somebody did something similar for Oracle JDK. Scott >

Re: Cloud Based NetBeans

2019-11-18 Thread Scott Palmer
Why anyone would want to downgrade to a web app experience is beyond me. (That goes for everything, not just an IDE.) Scott > On Nov 18, 2019, at 3:53 PM, Christian Lenz wrote: > > The cloud based test was Maybe is to slow to handle that inside of the > browser, Maybe with HTML4j it is

Re: NetBeans bounty--earn $200!

2019-12-11 Thread Scott Palmer
Re #1: I will dash your hopes. :-) I’ve been thinking about writing a plugin to manage indentation, because so far nothing I’ve seen does it right. I prefer tabs for indentation. Why? because I don’t want it to be possible to have the cursor anywhere but a valid indent level prior to the

Re: FlatLaf look and feel in main window

2019-12-05 Thread Scott Palmer
How can I try this out? Is there a build available for testing? Scott > On Dec 5, 2019, at 5:24 AM, Pete Whelpton wrote: > >> >> the Flat LaF is awesome . Thx for the work and your contribution to it >> for NetBeans. >> > > +1 > > Couldn't have said it better :) I'm really excited about

Nested Forms don't load

2019-10-21 Thread Scott Palmer
In a Gradle-based project I have a few Swing forms. They are built in a few sections, with a panel reused in two places on another form. Any form that references another doesn't load. I get this error: Error in loading component: [JPanel]->jPanel2->compareLocationPanel1 Cannot load component

Re: [VOTE] Release Apache NetBeans 11.2 macOS Installer

2019-10-28 Thread Scott Palmer
I can confirm that dragging the .pkg out of the .dmg means you can avoid holding Option when selecting Open from the context menu. However, that’s still an unusual install sequence. Both the copying out and the fact that you must use the context menu. Even with clear instructions on the

Re: [VOTE] Release Apache NetBeans 11.2 macOS Installer

2019-10-28 Thread Scott Palmer
least these instructions should be on the download page. Scott > On Oct 28, 2019, at 2:53 PM, Carl Mosca wrote: > > To be clear, I was/am not able to use the installer at all. I have not > been able to get around the notarization issue. > > On Mon, Oct 28, 2019 at 2:51

Re: [VOTE] Release Apache NetBeans 11.2 macOS Installer

2019-10-25 Thread Scott Palmer
I can’t remember, was there a plan to have the .pkg signed? Delivering unsigned installers is a barrier to the end users that we really shouldn’t tolerate. Scott > On Oct 25, 2019, at 4:55 PM, Geertjan Wielenga wrote: > > +1. Installs fine and did the various checks. > > Gj > > On Fri, Oct

Issue with Gradle projects - requires manual delete of .nb-gradle folder

2019-11-28 Thread Scott Palmer
[Testing with 11.2-u1 nbms installed from the binaries recently posted...] Many imports in the project source are erroneously showing errors like this: cannot access NativeComponent bad class file: NativeComponent.class illegal start of class file Please remove or make sure it appears

Re: Issue with Gradle projects - requires manual delete of .nb-gradle folder

2019-11-28 Thread Scott Palmer
upted. > > FYI the default Gradle implementation does not use .nb-gradle folder we put > our cached things under .gradle. > > BTW deleting .gradle directory is safe you just removed the corrupted cached > content. > >> On 11/28/19 12:01 PM, Scott Palmer wrote: &g

Re: Apache NetBeans 11.2-beta1 Is Available for Testing!

2019-09-25 Thread Scott Palmer
After launching I see the hyper-linked message (as I have with previous versions): "It is recommended install nb-javac Library to improve java editing experience and enable compile on save." ..but where NB 11.1 would install this library when I click the link, on NB 11.2-beta1 it results in a

Re: [VOTE] Gradle Icon Colors (Just some silly UI one)

2019-10-07 Thread Scott Palmer
+1 green Scott > On Oct 7, 2019, at 11:23 PM, Laszlo Kishalmi > wrote: > > Dear all, > > This is not that serious vote, like a release, versioning scheme, or release > process, just on some colors. > > We have and issue >

Re: energy consumption

2019-10-13 Thread Scott Palmer
This is likely due to a bug that causes the Swing framework to use the high performance graphics chip instead of the integrated graphics chip. Unfortunately, I think the way that the NetBeans launcher works, the bug is unavoidable. The process that is using the CPU is not the main process of

Re: Apache NetBeans 11.3-beta3 available

2020-02-13 Thread Scott Palmer
After restarting the IDE the missing subprojects appeared. On Thu, Feb 13, 2020 at 11:33 AM Scott Palmer wrote: > Some Gradle subprojects are missing ... > "gradle projects" from the command-line shows me: > Root project 'KayakPluginsRepo' > +--- Project ':Ins

Re: Apache NetBeans 11.3-beta3 available

2020-02-13 Thread Scott Palmer
Some Gradle subprojects are missing ... "gradle projects" from the command-line shows me: Root project 'KayakPluginsRepo' +--- Project ':Installer' +--- Project ':KayakPluginsRepoClient' +--- Project ':KayakPluginsRepoClientGui' +--- Project ':KayakPluginsRepoClientGuiDistribution' +--- Project

Re: Apache NetBeans 11.3-beta3 available

2020-02-13 Thread Scott Palmer
Haven't done anything yet, other than launch with JDK 13.0.2 and let it import settings and open projects that I had open in NB 11.2.. Note NB 11.2 was running on JDK 8. For 11.3-beta3 I confogred it to use JDK 13 After various scanning and such happens, I get this (though it doesn't seem to be

Re: Building NetBeans with Gradle

2020-02-29 Thread Scott Palmer
> On Feb 27, 2020, at 8:22 PM, Laszlo Kishalmi > wrote: > > Dear all, > > I just would like to share the progress of my secret project: build NetBeans > with Gradle > > I'm still not sure how far I would like to go with this experiment, but if > nothing else it could be a good test data

Memory usage text rendering issue

2020-02-02 Thread Scott Palmer
Does anyone else see really ugly text in the memory usage widget on the toolbar? This has been an issue for a while and I can’t recall if I have reported it or it is already a known issue. It seems like something that shouldn’t be hard to address. The text showing heap used vs available heap

NB 11.3-beta: Gradle Configurations and Dependencies don't show

2020-02-02 Thread Scott Palmer
Product Version: Apache NetBeans IDE 11.3-beta2 Java: 13.0.2; OpenJDK 64-Bit Server VM 13.0.2+8 Runtime: OpenJDK Runtime Environment 13.0.2+8 System: Mac OS X version 10.15.3 running on x86_64; UTF-8; en_CA (nb) User directory: /Users/scott/Library/Application Support/NetBeans/11.3-beta2 Cache

Re: Memory usage text rendering issue

2020-02-03 Thread Scott Palmer
How is the BufferedImage created? What is the pixel format? Scott > On Feb 3, 2020, at 7:29 AM, Peter Hull wrote: > >  >> On Sun, 2 Feb 2020 at 18:28, Scott Palmer wrote: >> Does anyone else see really ugly text in the memory usage widget on the >> tool

Re: NB 11.3-beta: Gradle Configurations and Dependencies don't show

2020-02-03 Thread Scott Palmer
I’ve filed https://issues.apache.org/jira/browse/NETBEANS-3789 <https://issues.apache.org/jira/browse/NETBEANS-3789> > On Feb 2, 2020, at 10:11 PM, Scott Palmer wrote: > > > >> On Feb 2, 2020, at 3:57 PM, Laszlo Kishalmi > <mailto:laszlo.kisha...@gmail.com

Re: Apache NetBeans 11.3-beta1 is ... available for testing !

2020-01-24 Thread Scott Palmer
Made a new Gradle Application and as soon as I was done with the new Project dialog a popup appeared saying the project couldn't be opened. It appears to have opened anyway though. Seeing this exception: java.lang.NullPointerException at

Re: Apache NetBeans 11.3-beta1 is ... available for testing !

2020-01-24 Thread Scott Palmer
Whoops .. I forgot to edit the netbeans.conf file to set the path to the JDK. It was running with a JDK 14-EA build. (I use it for the jpackage tool) On Fri, Jan 24, 2020 at 11:23 PM Scott Palmer wrote: > Made a new Gradle Application and as soon as I was done with the new > Project

Re: NB 11.3-beta: Gradle Configurations and Dependencies don't show

2020-02-02 Thread Scott Palmer
having left NB running, and the Configurations are now showing! I am confused. I will try to reproduce this before filing an issue. > On 2/2/20 10:59 AM, Scott Palmer wrote: >> Product Version: Apache NetBeans IDE 11.3-beta2 >> Java: 13.0.2; OpenJDK 64-Bit Server VM 13.0.2+8 >>

Re: RCP JavaFX

2020-02-22 Thread Scott Palmer
> On Feb 3, 2020, at 3:54 PM, Neil C Smith wrote: > > On Mon, 3 Feb 2020, 20:06 Ernie Rael, wrote: > >> PS. I will probably go to maven at some point in the future, but it >> doesn't seem to be time yet (at least for me). >> > > Yes, I can't see myself switching any time soon either. Too

Re: Bad text rendering for Test results on macOS NB 12 beta 3

2020-04-19 Thread Scott Palmer
the text rendering here to work with HiDPI screens, like > we did for the memory gauge. > > -- Eirik > > From: Scott Palmer > Sent: Saturday, April 18, 2020 6:15 PM > To: Apache NetBeans > Subject: Bad text rendering for Test results on macOS NB 12 beta 3 > > Sim

Bad text rendering for Test results on macOS NB 12 beta 3

2020-04-18 Thread Scott Palmer
Similar to the recently fixed issue with the memory usage display, I find the message “Tests passed: XX%” is poorly rendered. It’s like the alpha channel is blending in a binary way. This isn’t a new issue. I just thought i would point it out. Scott

Re: nb-javac and the upcoming 12.0

2020-04-28 Thread Scott Palmer
Just my 2 cents... I am all for NB having great first-class support for development of projects that use Java 8, but I don’t care if I’m forced to run NB itself with JDK-14. I realize that some have projects based on the NB platform that they want to run on Java 8. I think if you are in that

Re: JDK-14 Multi-line Strings show with wrong colour on NB 11.3

2020-05-02 Thread Scott Palmer
s not included in the String. Thanks, Scott On Sat, May 2, 2020 at 1:22 PM Geertjan Wielenga wrote: > Note though that you can change the color of the textblock yourself to your > liking in the Options window. > > Gj > > On Sat, 2 May 2020 at 18:43, Scott Palmer wrote:

JDK-14 Multi-line Strings show with wrong colour on NB 11.3

2020-05-02 Thread Scott Palmer
I just started using the new multiline strings literals in JDK-14 and noticed that with a dark look and feel like either "Dark Nimbis" or "FlatLaf Dark" on Windows 10, the text in multiline string has a white background. Can anyone else confirm? I've file NETBEANS-4301 - Multiline string literals

Re: Netbeans notifications API

2020-05-18 Thread Scott Palmer
> On May 18, 2020, at 9:54 AM, Neil C Smith wrote: > > On Mon, 18 May 2020 at 14:37, Glenn Holmer > wrote: >> Yes, they are. We want native notifications so we can have native >> notifications. > > You asked why it couldn't be done in pure Java. > >> That's still not an answer. What is

Re: Save All when switching to Terminal

2020-05-01 Thread Scott Palmer
Something like: “Context-sensitive autosave” Tooltip can give a more complete description. Scott > On May 1, 2020, at 11:49 AM, Eirik Bakke wrote: > >  >> >> What I want is "autosave before anything I do might care", so using terminal >> is included. Any wordsmiths? > > That's a good

Re: [DISCUSS] Release Apache NetBeans-12.1 Mac OSX Installer

2020-09-03 Thread Scott Palmer
fast > > [1]: > https://github.com/apache/netbeans/blob/35c435706b941e2fa03ef0ce6daefcaaa454e575/nbbuild/installer/mac/newbuild/dmg/distribution-nbide.dist#L69 > > Regards > > John > > On Thu, 3 Sep 2020 at 02:15, Carl Mosca wrote: > >> +1 worked for me >

Re: [DISCUSS] Release Apache NetBeans-12.1 Mac OSX Installer

2020-09-03 Thread Scott Palmer
> [1]: > https://github.com/apache/netbeans/blob/35c435706b941e2fa03ef0ce6daefcaaa454e575/nbbuild/installer/mac/newbuild/dmg/distribution-nbide.dist#L69 > > Regards > > John > > On Thu, 3 Sep 2020 at 02:15, Carl Mosca wrote: > >> +1 worked for me >> >&g

Re: [VOTE] Release Apache NetBeans-12.1 Mac OSX Installer

2020-09-02 Thread Scott Palmer
I forgot to add that I just might be participating in an Apple Beta program, that I can’t talk about here. > On Sep 2, 2020, at 9:02 PM, Scott Palmer wrote: > > -1 Failed for me. Thinks I don’t have Java. Got a “No Java found” after I > clicked to allow the installer to

Gradle priming build and project loading needs to use JDK specified

2020-10-14 Thread Scott Palmer
I'm having an issue with how NetBeans runs Gradle when it loads a project. The first time I tried to load the project it failed. That is because NetBeans is running with Java 8 and the project requires Java 15. So I change the project properties Build/Compile JDK to Java 15 and try to reload,

Re: Gradle priming build and project loading needs to use JDK specified

2020-10-14 Thread Scott Palmer
ava 15. Gradle 6.7 will support Java 15, however they > just released th 5th RC of Gradle 6.7. I hope the final 6.7 can make it > into NetBeans 12.2. > > On 10/14/20 1:06 PM, Scott Palmer wrote: > > I'm having an issue with how NetBeans runs Gradle when it loads a > project.

Re: Status of Ant vs Maven

2020-08-15 Thread Scott Palmer
"The fact is, most of us need the IDE to support all 3 build tools (perhaps more) well, as first class citizens. I'll personally always pick Maven if I have the choice on a project, but often have to work with Ant and Gradle too. We've already made a decision in terms of wizard layout to make all

Re: Apache NetBeans 12.0 beta 6

2020-05-28 Thread Scott Palmer
> On May 28, 2020, at 5:56 AM, Neil C Smith wrote: > > On Wed, 27 May 2020 at 21:20, Tomáš Procházka wrote: >> files netbeans.exe and netbeans64.exe have wrong properties. > ... >> Tab Details shows product name "NetBeans IDE 9.0", file version 9.0.0.0 >> and product version 9.0.0.0. >>

Re: Native packaging

2020-05-28 Thread Scott Palmer
+1 to NetBeans packaging option flipping to use jpackage on JDK 14+. In fact, if NB is running on JDK14 or greater, or even just has a Java 14 or greater JDK configured, it should be able to use jlink/jpackage to package an application even if the application project is configured to use an

Re: Apache NetBeans 12.0 beta 6

2020-05-28 Thread Scott Palmer
é : jeudi 28 mai 2020 13:18 > À : dev > Objet : Re: Apache NetBeans 12.0 beta 6 > > On Thu, 28 May 2020 at 12:02, Scott Palmer wrote: >> Change it to say “Apache NetBeans Launcher” instead of “NetBeans IDE” and >> keep the version info. Change the version when the launche

Re: Contributing community plugin codes

2020-05-28 Thread Scott Palmer
IANAL, but if the code is already licensed with the Apache License 2.0, doesn’t that meansanyone is free to make a derivative work.. I.e. by use of the license permission has already been given. Can’t we just follow the rules outlined in the license with respect to attribution etc.? The

Re: Default license header in generated files confuses students (was:Re: The time has come to bd farewell to the license header)

2020-06-01 Thread Scott Palmer
+1 to the idea of a hint on the first line that links to the default license template if the file does not start with a comment. We also need per-project templates and perhaps improvements to the default template. I always figured the default should insert a copyright notice with the current

Re: Status of Ant vs Maven

2020-08-11 Thread Scott Palmer
Please don’t omit Gradle from this discussion. Scott > On Aug 10, 2020, at 12:06 PM, Will Hartung wrote: > > Ant has been the historic underlying build tool for Netbeans projects, but > over the years, not only has NB been a very good companion with Maven, > Maven is also much more popular

Re: Status of Ant vs Maven

2020-08-12 Thread Scott Palmer
>>> On Aug 12, 2020, at 4:12 PM, Tim Boudreau wrote: >> My 2c: >> >> - Ant and Ant-based projects are never going away, the same way that >> Makefiles are never going away - even if nobody uses them for new projects >> anymore, the need to interoperate with legacy code will not disappear >> -

Re: Updates to Apache NetBeans 12.0

2020-06-24 Thread Scott Palmer
It wasn’t clear to me if #1 was in terms of supporting developing Java apps based on JDK 8 or for running NetBeans on JDK 8. I think support for developing apps on JDK 8 is important, but I don’t think it makes sense to hold the NB platform to build/run on JDK 8. Scott > On Jun 24, 2020, at

Re: Updates to Apache NetBeans 12.0

2020-06-28 Thread Scott Palmer
> On Jun 28, 2020, at 2:12 PM, Jan Lahoda wrote: > >  > I'd agree with Jaroslav on having this discussion when JDK 17 is out. At > least unless there's a compelling reason to discuss dropping JDK 8 support > before that. It would make sense to establish a policy that users and devs that

Re: Default license header in generated files confuses students (was: Re: The time has come to bd farewell to the license header)

2020-06-09 Thread Scott Palmer
Fro the record, where I worked there was a company-standard template required. Not so much a license, but a copyright notice. I think such requirements are not that uncommon outside of OSS in the corporate world. I think perhaps this feature would benefit from a few changes: 1 - allowing a

NPE in Java parsing

2020-06-06 Thread Scott Palmer
Get this when the Ice starts up and opens my projects. I’m not sure what project is causing it. I am in the middle of porting some code from Go to Java and I have pasted Go code into Java source files, so there are tons of errors until I manually get to re-writing them. Still, I would expect

Re: Netbeans 12 - These change

2020-06-11 Thread Scott Palmer
Perhaps there should be a wizard that runs on the first launch that configures a bunch of stuff that would be specific to certain users or environments. You could set the default license template from there too and address a couple issues. Scott > On Jun 11, 2020, at 4:32 PM, Geertjan

Re: Default license header in generated files confuses students (was: Re: The time has come to bd farewell to the license header)

2020-06-02 Thread Scott Palmer
I think this idea of having license selection as part of the new project wizard makes sense. Scott > On Jun 1, 2020, at 12:49 PM, David Green wrote: > > Perhaps the license question should be part of the new project workflow.

Re: Everybody (else) seems to hate nb-javac!

2020-12-18 Thread Scott Palmer
> On Dec 18, 2020, at 3:36 PM, Jaroslav Tulach > wrote: > > Hi. > First and foremost. I admire the work Arvind & his team are doing while > maintaining [nb-javac](http://github.com/oracle/nb-javac). I am sure they > don't hate it. Neither do I, but let's talk about the rest of us who have >

Re: Apache NetBeans 12.2-rc2 is Available for Testing!

2020-11-14 Thread Scott Palmer
Does the NB installer try to find the JDK folder by calling /usr/libexec/java_home ? If so, the java_home tool is completely broken under Big Sur and will not return a JDK folder unless a JAVA_HOME environment variable is *already* set to a valid JDK, in which case the java_home tool always

Re: Apache NetBeans 12.2-rc2 is Available for Testing!

2020-11-16 Thread Scott Palmer
been able to identify via interactions in a >> NetBeans issue re Big Sur is that it seems that during the installation of >> Big Sur, various permissions appear to be overwritten so that the NetBeans >> launcher can't launch NetBeans. >> >> So, just check the permission

Re: BigSur fix for LTS and 12.2.1 was: Release Apache NetBeans 12.2 (vote candidate 1)

2020-11-19 Thread Scott Palmer
Just a note about not filing a bug report. The bug is with Apple, I filed a bug with them while Big Sur was still in beta - hoping that it would be addressed before the release. While testing NB 12.2, there were no installers and I always copy the binaries over my existing install and then

Re: Apache NetBeans 12.2-rc2 is Available for Testing!

2020-11-17 Thread Scott Palmer
E > +fi > # read Java Preferences > if [ -x "/usr/libexec/java_home" ]; then > -jdkhome=`/usr/libexec/java_home --version 1.8.0+ --failfast` > - > +jdkhome=`/usr/libexec/java_home --version 1.8+` >

System Clipboard issues

2021-02-03 Thread Scott Palmer
Has anyone else noticed that sometimes NetBeans refuses to paste text from the system clipboard and instead pastes the last thing copied from within NetBeans? It seems to be stuck like that until I copy something different within NetBeans. In this last case after I copied the path to the user

Re: [BETA] Apache NetBeans 12.3-beta1 Installer available for tesing

2021-01-30 Thread Scott Palmer
Worked fine for me. macOS 11.1, OpenJDK Runtime Environment 15.0.1+9. (Zulu 15.28.51) (Incidentally issues with the /usr/libexec/java_home tool may get fixed in macOS 11.2... not that it matters since we have to work around the broken version in 11.0 and 11.1.) I have several JDKs installed,

Re: 12.4 Can we fix cut and paste before release?

2021-06-09 Thread Scott Palmer
M, Eric Bresie wrote: > > Don’t suppose something like this would help > > http://www.shodor.org/interactivate/resources/InstructionsCopyPaste > > >> On Fri, May 14, 2021 at 5:45 PM Scott Palmer wrote: >> >> So even with the -J-Dnetbeans.slow.system.clipb

Re: 12.4 Can we fix cut and paste before release?

2021-05-14 Thread Scott Palmer
[paste-from-clipboard] org.netbeans.editor.BaseKit$PasteAction@6479cfd5 paste-from-clipboard Regards, Scott On Wed, May 12, 2021 at 4:25 PM Scott Palmer wrote: > Saw this in the logs. i'm running with > -J-Dnetbeans.slow.system.clipboard.hack=false > > INFO [org.netbeans

Re: Gradle-based exception in 12.4-rc2

2021-05-08 Thread Scott Palmer
So I had a chance to get back to this. It is failing consistently for one particular project. I commented out ALL of the dependencies in my build.gradle file and the error still occurs. Scott On Fri, May 7, 2021 at 9:31 PM Scott Palmer wrote: > I don't know. My workspace had over 30 proje

Re: SceneBuilder integration and update

2021-05-07 Thread Scott Palmer
Since when has NetBeans embedded SceneBuilder? I've always had to install it separately. On Fri, May 7, 2021 at 9:34 AM Mar R wrote: > I was wondering if there is a particular reason about the SceneBuilder > embedded being still a very old version. As far as I could see the current > one

Gradle-based exception in 12.4-rc2

2021-05-07 Thread Scott Palmer
Just noticed this while opening a Gradle project. (Gradle 7.0, Java 16, Win 10, NB 12.4-rc2) java.lang.StringIndexOutOfBoundsException: begin 9, end -1, length 19 at java.base/java.lang.String.checkBoundsBeginEnd(String.java:3751) at java.base/java.lang.String.substring(String.java:1907) at

Re: Gradle-based exception in 12.4-rc2

2021-05-07 Thread Scott Palmer
an eye open for it. Regards, Scott On Fri, May 7, 2021 at 7:05 PM Laszlo Kishalmi wrote: > By the canche do you know which dependency is it failing? > On 5/7/21 3:54 PM, Scott Palmer wrote: > > Just noticed this while opening a Gradle project. (Gradle 7.0, Java 16, > Win

Re: 12.4 Can we fix cut and paste before release?

2021-05-12 Thread Scott Palmer
Nevermind my request for a disable flag, sorry I'm tired.. forgot the old bug database mentioned -J-Dnetbeans.slow.system.clipboard.hack=false trying that... On Wed, May 12, 2021 at 11:22 AM Scott Palmer wrote: > If there is something more I can do please let me know... I've tried to &g

Re: 12.4 Can we fix cut and paste before release?

2021-04-29 Thread Scott Palmer
g the broken situation.” > > > Thanks, > > Gj > > On Thu, 8 Apr 2021 at 22:12, Scott Palmer wrote: > > > The discussion on this old bug seems to be most relevant: > > > > https://bz.apache.org/netbeans//show_bug.cgi?id=41098 > > > > Over 16 years a

Re: Apache NetBeans 12.4-rc1 is Available for Testing!

2021-04-22 Thread Scott Palmer
The “Resolve Project Problems" dialog for Gradle projects still shows HTML codes instead of having actual line breaks in the “Description:” field. Scott > On Apr 22, 2021, at 8:07 AM, Geertjan Wielenga wrote: > > Hi all, > > Here's our release schedule for 12.4: > > April 2: 12.4 Beta >

Re: Apache NetBeans 12.4-rc1 is Available for Testing!

2021-04-22 Thread Scott Palmer
On Windows 10 I extracted the netbeans folder on top of my previous install of the 12.4 beta. Trying to launch it claimed “Cannot find Java 1.8 or higher.” I have Zulu builds of Java 1.8, 15 and 16. The window registry has entries for 15 and 16 under "HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java

Re: Apache NetBeans 12.4-rc1 is Available for Testing!

2021-04-23 Thread Scott Palmer
Sorry I had an image attached 9if it goes through to the list) that wasn't relevant. (That was for a weird focus thing - blinking cursor in read-only dialog text) Scott On Fri, Apr 23, 2021 at 3:19 PM Scott Palmer wrote: > I've noticed the Open Project dialog is taking an extremely long t

Re: Apache NetBeans 12.4-rc1 is Available for Testing!

2021-04-23 Thread Scott Palmer
I've noticed the Open Project dialog is taking an extremely long time to open the first time. On the order of 15-20 seconds. I opened it from the context menu in the Projects panel and it seems like NB has locked up because the context menu just sits there for that long after selecting Open

Re: Why is NetBeans IDE so slow at capturing output from test case?

2021-04-25 Thread Scott Palmer
I went to try this on Windows for you and NetBeans 2.4-rc1 claimed the project was unloadable: Some problems were encountered while processing the POMs: [ERROR] 'dependencies.dependency.version' for org.junit.jupiter:junit-jupiter:jar is missing. @ line 28, column 21 Sure enough there is no

Re: Why is NetBeans IDE so slow at capturing output from test case?

2021-04-25 Thread Scott Palmer
That should of course say NetBeans 12.4-rc1 :-) Maven is set to use the bundled 3.6.3 version. Scott On Sun, Apr 25, 2021 at 12:06 PM Scott Palmer wrote: > I went to try this on Windows for you and NetBeans 2.4-rc1 claimed the > project was unloadable: > > Some problems were encou

Re: Why is NetBeans IDE so slow at capturing output from test case?

2021-04-25 Thread Scott Palmer
Apparently it was just the priming build that failed. Built again and it worked. Odd. test took 15 seconds (after a clean build). This is on a reasonably fast laptop. Yeah, something seems sub-optimal. Scott On Sun, Apr 25, 2021 at 12:07 PM Scott Palmer wrote: > That should of cou

Re: Gradle Project Loading Changes, Call for Test/Review

2021-03-31 Thread Scott Palmer
On Mar 31, 2021, at 10:36 AM, Neil C Smith wrote: > > On Wed, 31 Mar 2021 at 02:04, Scott Palmer wrote: >> >> I tried to build this without success on a mac using Java 11 and Ant 1.10.2 >> >> I assumed just running “ant” would work, and the README doesn’t say

Re: Gradle Project Loading Changes, Call for Test/Review

2021-03-30 Thread Scott Palmer
I tried to build this without success on a mac using Java 11 and Ant 1.10.2 I assumed just running “ant” would work, and the README doesn’t say otherwise. Is there some other magic to it? Scott > On Mar 29, 2021, at 12:52 PM, Laszlo Kishalmi > wrote: > > Dear all, > > I have a massive

Re: Manipulating System Classpath with NetBeans (OpenJFX assumes classes can be loaded by FindClass)

2021-04-07 Thread Scott Palmer
> On Apr 7, 2021, at 2:21 AM, Matthias Bläsing > wrote: > > Hi Antonio, > > Am Dienstag, den 06.04.2021, 23:24 +0200 schrieb antonio: >> In which module is System.loadLibrary being invoked? Does that module >> depend on any other module that exports the class > > The JPMS module is the

Re: 12.4 Can we fix cut and paste before release?

2021-04-08 Thread Scott Palmer
it. It shouldn’t be that way. Scott > On Apr 7, 2021, at 1:15 PM, Geertjan Wielenga > wrote: > > Operating system, JDK version, please... > > Gj > > On Wed, Apr 7, 2021 at 7:13 PM Scott Palmer <mailto:swpal...@gmail.com>> wrote: > >> I know it

12.4 Can we fix cut and paste before release?

2021-04-07 Thread Scott Palmer
I know it probably is the same as before, but today it seems worse in 12.4 beta 2 than it was in 12.3. Cut and paste is such basic functionality that when it doesn’t work it is a major source of frustration. Today I have been fighting cut and paste not working with NetBeans 12.4 beta 2 for a

Re: 12.4 Can we fix cut and paste before release?

2021-04-08 Thread Scott Palmer
bout copying text from any NetBeans editor to somewhere outside > NetBeans? Or also the reverse? Consistently or sporadically? > > Gj > > On Thu, 8 Apr 2021 at 21:57, Scott Palmer <mailto:swpal...@gmail.com>> wrote: > >> Windows 10 >> JDK 8 through 16 &

Re: 12.4 Can we fix cut and paste before release?

2021-04-08 Thread Scott Palmer
uspect the workaround (which never really worked properly) isn’t required anymore. Scott > On Apr 8, 2021, at 4:06 PM, Scott Palmer wrote: > > Both directions to/from a NetBeans editor to/from something outside. Not > consistent, but frequent enough - multiple times a week.

Re: 12.4 Can we fix cut and paste before release?

2021-04-09 Thread Scott Palmer
and/or Windows Explorer)? > > Are you doing any of this via Remote Desktop? > > Eric Bresie > ebre...@gmail.com <mailto:ebre...@gmail.com> >> On April 8, 2021 at 3:12:20 PM CDT, Scott Palmer > <mailto:swpal...@gmail.com>> wrote: >> The discussion on this old

Re: System Clipboard issues

2021-02-05 Thread Scott Palmer
ric Bresie > ebre...@gmail.com > > >> On Thu, Feb 4, 2021 at 4:33 AM Luff,Chris >> wrote: >> >> Yes, I have experienced this. Can’t think of a particular scenario where >> it occurs but the work around is as you say to copy to another application >> and

Re: System Clipboard issues

2021-02-05 Thread Scott Palmer
ans. > >> On 4 Feb 2021, at 03:29, Scott Palmer wrote: >> >> Has anyone else noticed that sometimes NetBeans refuses to paste text from >> the system clipboard and instead pastes the last thing copied from within >> NetBeans? >> >> It seems t

Re: System Clipboard issues

2021-02-05 Thread Scott Palmer
Dragging did not work for me. Scott > On Feb 6, 2021, at 12:46 AM, Patrik Karlström wrote: > > I have, but not that often. > I used to make it work again by dragging the selected text from the > other program and dropping it into netbeans. > > Den lör 6 feb. 2021 kl 06:13 skrev Javier Ortiz

Re: Java Survey (finally a good one)

2021-02-15 Thread Scott Palmer
Just some feedback... the survey page has issues when filling it out on an iPad in landscape mode. You can’t scroll and the Okay button renders on top of some of the choices. Changing to portrait mode seems to fix both issues. Scott > On Feb 15, 2021, at 9:32 AM, Geertjan Wielenga wrote: >

Re: [VOTE] Release Apache NetBeans 12.5 Mac OSX Installer

2021-09-14 Thread Scott Palmer
+1 macOS 11.5.2 OpenJDK 64-Bit Server VM 17-ea+35 > On Sep 13, 2021, at 1:33 PM, John Mc wrote: > > Hi, > > We can vote for Apache NetBeans 12.5 Mac OSX installer. > > Primary voting artefact: >

Re: PR #3168 update netbeans.icns to match macOS 11 design guidelines

2021-09-16 Thread Scott Palmer
Maybe add a little bit of shading to the white background and/or give the NB logo a subtle drop shadow? Anything to give it a little bit of depth. You could even sink the NB logo a little bit into the background (like the compass in Safari’s icon). There should be a little bit of drop shadow

  1   2   3   >