Is v19 slower than 18?

2023-09-20 Thread Eric J. Schwarzenbach
Can we get any more confirmations and / or denials that Netbeans 19 is a step backwards speed-wise? These two reports of that make me reluctant to upgrade, but it is surprising that it is only 2 if this is a general problem. However the thread subject is kind of specific and might be ignored

Re: Console: ascii characters not shown correctly

2023-05-01 Thread Eric J. Schwarzenbach
Those line characters are not ASCII. They are part of some other encodings, including unicode. Those odd characters are suggestive of an encoding mixup, though I'm not sure how you'd manage to get one in this context (perhaps via your logger setup?). The alternating characters suggest

Re: Does Netbeans have this IntelliJ Log feature?

2021-08-28 Thread Eric J. Schwarzenbach
FWIW: I run Tomcat from NetBeans (I guess the Tomcat integration is a plugin? Part of "Java Web and EE"?). When I start the Tomcat Server from within NetBeans, it opens several tabs within the Output window for logging. I mention this in case this is functionality that can be leveraged or

phishing emails?

2020-12-10 Thread Eric J. Schwarzenbach
Today I received an email (to my address directly I think, not via this list) in the form of a reply to an old message of mine in a thread on this list. It contained a link that I assumed to an image demonstrate the problem being discussed in that thread, which I foolishly clicked. It was a

Re: Netbeans 12 minor to moderate bug list

2020-06-16 Thread Eric J. Schwarzenbach
On 6/16/20 11:11 AM, Ty Young wrote: -Sometimes code will be underlined as if it has an error but it does not. The only way to fix this is by restarting the IDE[1]. Of not is that this used to be absolutely terrible way back in Netbeans 8.2 but since the performance improvements some time

Re: Decompiler for java

2020-05-18 Thread Eric J. Schwarzenbach
It seems odd to mix the Java and Javscript items. I have no need for the Javascript items, another programmer may have no need for the Java items, yet another may no need for either and have an entirely different list. I have a need for a java decompiler about once every 5 years, if that,

Re: Mouse quirks

2020-05-01 Thread Eric J. Schwarzenbach
I'd offer one suggestion for anyone suffering from double-click problems: you can configure the click delay that determines whether a second click constitutes a double click or a second single-click. I remember this being a setting in the control panel from my Windows days, no idea about Macs,

Re: Problems with Consolas font in NetBeans and Windows 10

2020-04-23 Thread Eric J. Schwarzenbach
FWIW, the open source font Inconsolata is very similar to Consolas. If you end up needing a workaround. On 4/22/20 7:54 AM, Thomas Kellerer wrote: Hello, I am using the (built-in) Consolas font for editing in NetBeans (and all other code editors actually). It seems that the line height in

Re: Project's pom.xml contains invalid xml content. Please fix the file before proceeding.

2020-04-10 Thread Eric J. Schwarzenbach
be a list of such schema URLs which expressly has the http URL and does nothing for the new https URL. --emi On Fri, Apr 10, 2020 at 7:29 PM Eric J. Schwarzenbach mailto:eric.schwarzenb...@wrycan.com>> wrote: XML namespaces /look/ like urls by convention, but are not meant to actually be

Re: Project's pom.xml contains invalid xml content. Please fix the file before proceeding.

2020-04-10 Thread Eric J. Schwarzenbach
XML namespaces /look/ like urls by convention, but are not meant to actually be treated as urls and resolved. Is "https://maven.apache.org/POM/4.0.0; actually a valid namespace for the maven pom XML? On 4/10/20 1:39 AM, Emilian Bold wrote: Interesting. I think there's a whitelist of schema

Re: WARNING: INFECTED: Re: deployable javafx app

2019-12-04 Thread Eric J. Schwarzenbach
So that suggests that this mispelling of apache.org is being used maliciously. I seem to recall reading that this is illegal and there are actions Apache could take to have this domain shut down. On 12/3/19 10:19 AM, Jens Zurawski wrote: I know, it's just a typo. But I accidentally clicked on

Re: Java project now needs classpaths to run it

2019-10-21 Thread Eric J. Schwarzenbach
It's pretty common-place (at least in *nix) for commands to support both GNU style and POSIX style arguments with both alternatives for most things. From running "java --help", I learn that --module will do the same as -m and -p is an alternative to --module-path On 10/21/19 5:56 AM,

Re: please recommend Linux Font for Netbeans on Linux

2018-12-10 Thread Eric J. Schwarzenbach
It would be pretty extraordinary for something to be doing that to monospace fonts. It would have to be some kind of very deliberate feature ("auto-kerning"?) which would be generating a lot of complaints more broadly. I'm suspicious about your tabs / spaces. Could some setting there being