Re: Memory usage text rendering issue

2020-02-02 Thread David Green

On 2 Feb 2020, at 12:28, Scott Palmer wrote:

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 is rendered in such a way that the letters are 
very puffy and jagged.  Almost like any anti-aliasing that would be 
blending the edges has the alpha channel interpreted as a binary 0% or 
100% opacity.  I’ve attached an image, not sure if it will are it 
through.

I’m testing NB 11.3-beta 2 with JDK 13.0.2 on macOS 10.15.3 (beta)


I mitigate most of it by right-clicking on the image and choosing to 
disable “drop shadow”.


Dave


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





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

2020-02-02 Thread Scott Palmer


> On Feb 2, 2020, at 3:57 PM, Laszlo Kishalmi  wrote:
> 
> Can you share at least the settings and the build.gradle files probably in a 
> JIRA issue.
> 

I will try to get to that soon… however it is perhaps more complicated…

I came back to this project after several hours, 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
>> 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 directory: /Users/scott/Library/Caches/NetBeans/11.3-beta2
>> 
>> Gradle project is using:
>> 
>> plugins {
>>  id 'application'
>>  id 'antlr'
>>  id 'org.openjfx.javafxplugin' version '0.0.8'
>> }
>> 
>> 
>> Under the “Configurations” tree item of the project there is an arrow to 
>> expand the tree, but there are no child nodes.  The grow just disappears 
>> when I click it and shows nothing more.  Shouldn’t there be nodes for the 
>> configurations I am using for dependencies, e.g. “compile”, 
>> “implementation”, “runtimeOnly”?
>> 
>> None of the dependencies declared in my project are showing up in the “Java 
>> Dependencies” sub tree or anywhere else under the project.  The project 
>> builds and runs fine.
>> 
>> 
>> 
>> 



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

2020-02-02 Thread Laszlo Kishalmi
Can you share at least the settings and the build.gradle files probably 
in a JIRA 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
*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 directory:* /Users/scott/Library/Caches/NetBeans/11.3-beta2

Gradle project is using:

plugins {
id 'application'
id 'antlr'
id 'org.openjfx.javafxplugin' version '0.0.8'
}


Under the “Configurations” tree item of the project there is an arrow 
to expand the tree, but there are no child nodes.  The grow just 
disappears when I click it and shows nothing more.  Shouldn’t there be 
nodes for the configurations I am using for dependencies, e.g. 
“compile”, “implementation”, “runtimeOnly”?


None of the dependencies declared in my project are showing up in the 
“Java Dependencies” sub tree or anywhere else under the project.  The 
project builds and runs fine.






RE: Memory usage text rendering issue

2020-02-02 Thread Eirik Bakke
Yes, that's an issue that's existed for a long time. I created a JIRA ticket 
for it just now at https://issues.apache.org/jira/browse/NETBEANS-3785 .

(Anyone, feel free to fix it. Would be good to ensure that it looks good on 
HiDPI/Retina displays as well.)

-- Eirik

From: Scott Palmer 
Sent: Sunday, February 2, 2020 1:29 PM
To: Apache NetBeans 
Subject: Memory usage text rendering issue

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 is 
rendered in such a way that the letters are very puffy and jagged.  Almost like 
any anti-aliasing that would be blending the edges has the alpha channel 
interpreted as a binary 0% or 100% opacity.  I’ve attached an image, not sure 
if it will are it through.
I’m testing NB 11.3-beta 2 with JDK 13.0.2 on macOS 10.15.3 (beta)

[cid:image001.jpg@01D5D9D7.03A4B6A0]


Regards,

Scott



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 directory: /Users/scott/Library/Caches/NetBeans/11.3-beta2

Gradle project is using:

plugins {
id 'application'
id 'antlr'
id 'org.openjfx.javafxplugin' version '0.0.8'
}


Under the “Configurations” tree item of the project there is an arrow to expand 
the tree, but there are no child nodes.  The grow just disappears when I click 
it and shows nothing more.  Shouldn’t there be nodes for the configurations I 
am using for dependencies, e.g. “compile”, “implementation”, “runtimeOnly”?

None of the dependencies declared in my project are showing up in the “Java 
Dependencies” sub tree or anywhere else under the project.  The project builds 
and runs fine.





Re: NetCAT test specs for 12.0

2020-02-02 Thread Rick Hegarty
I can do some NB 12 testing for Java EE/Payara. I'm also happy to create
some new Java EE/Payara test specification(s) if anyone can suggest some
specific gaps that we should plug.

Should we be creating some EE 8 test specifications?

All feedback welcome.

Rick

On Sun, Feb 2, 2020 at 1:01 PM Pieter van den Hombergh <
pieter.van.den.hombe...@gmail.com> wrote:

> I would definitely say maven, in particular testing experience.
> * the test report window should get preference over the output window,
> which is way more usefull, although sometimes to much truncated.
> * when a test is selected in the left panel, the right panel of the test
> report should show the output. no i type this i wonder if it already does
> that.
> * running one test file is not very stable, in that something runs but no
> results are shown.
> * high on my wishlist: run a single test method from either the navigator
> or the editor (there are annotations) or both, or at least re_run from test
> report window.
> i try to promote tdd, and to make that really work, running tests should be
> blazingly fast. might need some cooperation from either apache-maven and
> the junit 5 team or even both.
>
> keep making netbeans the preferred java ide.
>
> On Sat, 1 Feb 2020 at 17:20, Geertjan Wielenga 
> wrote:
>
> > Hi all,
> >
> > Thinking ahead a bit, as soon as 11.3 is out, we should be evaluating the
> > test specs so we can start NetCAT so we can start that a month later when
> > the first beta is available when the merge window closes.
> >
> > Now -- the question of the moment is: which areas of NetBeans do we want
> to
> > prioritize for NetCAT, especially which have not been tested before that
> we
> > now find important (e.g., Gradle) and are essentially new kids on the
> > block.
> >
> > Here is my (and Neil's) proposal for what we should be focusing on (and
> > what we should not be focusing on for NetCAT 12.0).
> >
> > Focus areas (in alphabetical order):
> >
> > 1. Gradle
> > 2. Jakarta EE (including Payara)
> > 3. Java Editor -- new language features for JDK 11+ in particular
> > 4. PHP Editor -- focus on the newest PHP language features
> > 5. Maven
> > 6. Ergonomics/enablement of features (issues with being behind proxy,
> etc)
> >
> > Things to deprioritize (this time around and remember we can't do
> > everything and if you disagree please speak up and pick up the specs),
> > i.e., things that haven't changed:
> >
> > 1. Form Editor (i.e., GUI Builder, Matisse)
> > 2. Ant-based anything
> > 3. Subversion, CVS, i.e., anything not Git
> >
> > Anyway, that's a starting point for discussion, also see this updated
> > schedule:
> >
> > https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule
> >
> > Thanks,
> >
> > Gj and Neil
> >
> --
> Pieter Van den Hombergh.
> No software documentation is complete with out it's source code.
>
>
> --
> Pieter Van den Hombergh.
> No software documentation is complete with out it's source code.
>


Fwd: NetCAT test specs for 12.0

2020-02-02 Thread Pieter van den Hombergh
I would definitely say maven, in particular testing experience.
* the test report window should get preference over the output window,
which is way more usefull, although sometimes to much truncated.
* when a test is selected in the left panel, the right panel of the test
report should show the output. no i type this i wonder if it already does
that.
* running one test file is not very stable, in that something runs but no
results are shown.
* high on my wishlist: run a single test method from either the navigator
or the editor (there are annotations) or both, or at least re_run from test
report window.
i try to promote tdd, and to make that really work, running tests should be
blazingly fast. might need some cooperation from either apache-maven and
the junit 5 team or even both.

keep making netbeans the preferred java ide.

On Sat, 1 Feb 2020 at 17:20, Geertjan Wielenga  wrote:

> Hi all,
>
> Thinking ahead a bit, as soon as 11.3 is out, we should be evaluating the
> test specs so we can start NetCAT so we can start that a month later when
> the first beta is available when the merge window closes.
>
> Now -- the question of the moment is: which areas of NetBeans do we want to
> prioritize for NetCAT, especially which have not been tested before that we
> now find important (e.g., Gradle) and are essentially new kids on the
> block.
>
> Here is my (and Neil's) proposal for what we should be focusing on (and
> what we should not be focusing on for NetCAT 12.0).
>
> Focus areas (in alphabetical order):
>
> 1. Gradle
> 2. Jakarta EE (including Payara)
> 3. Java Editor -- new language features for JDK 11+ in particular
> 4. PHP Editor -- focus on the newest PHP language features
> 5. Maven
> 6. Ergonomics/enablement of features (issues with being behind proxy, etc)
>
> Things to deprioritize (this time around and remember we can't do
> everything and if you disagree please speak up and pick up the specs),
> i.e., things that haven't changed:
>
> 1. Form Editor (i.e., GUI Builder, Matisse)
> 2. Ant-based anything
> 3. Subversion, CVS, i.e., anything not Git
>
> Anyway, that's a starting point for discussion, also see this updated
> schedule:
>
> https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule
>
> Thanks,
>
> Gj and Neil
>
-- 
Pieter Van den Hombergh.
No software documentation is complete with out it's source code.


-- 
Pieter Van den Hombergh.
No software documentation is complete with out it's source code.


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 is 
rendered in such a way that the letters are very puffy and jagged.  Almost like 
any anti-aliasing that would be blending the edges has the alpha channel 
interpreted as a binary 0% or 100% opacity.  I’ve attached an image, not sure 
if it will are it through.
I’m testing NB 11.3-beta 2 with JDK 13.0.2 on macOS 10.15.3 (beta)




Regards,

Scott



Re: NetCAT test specs for 12.0

2020-02-02 Thread antonio

+1 to Geertjan and Neils list and including JavaFX too.

El 1/2/20 a las 20:48, Glenn Holmer escribió:

On 2/1/20 10:19 AM, Geertjan Wielenga wrote:

Thinking ahead a bit, as soon as 11.3 is out, we should be evaluating the
test specs so we can start NetCAT so we can start that a month later when
the first beta is available when the merge window closes.

Now -- the question of the moment is: which areas of NetBeans do we want to
prioritize for NetCAT, especially which have not been tested before that we
now find important (e.g., Gradle) and are essentially new kids on the block.


JavaFX



-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: NetCAT test specs for 12.0

2020-02-02 Thread Josh Juneau
I agree with the list and also including JavaFX.  Thanks

Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/us/search?query=Juneau

> On Feb 1, 2020, at 5:47 PM, Geertjan Wielenga  wrote:
> 
> Yes, makes sense to include JavaFX.
> 
> Gj
> 
>> On Sat, Feb 1, 2020 at 8:48 PM Glenn Holmer 
>> wrote:
>> 
>>> On 2/1/20 10:19 AM, Geertjan Wielenga wrote:
>>> Thinking ahead a bit, as soon as 11.3 is out, we should be evaluating the
>>> test specs so we can start NetCAT so we can start that a month later when
>>> the first beta is available when the merge window closes.
>>> 
>>> Now -- the question of the moment is: which areas of NetBeans do we want
>> to
>>> prioritize for NetCAT, especially which have not been tested before that
>> we
>>> now find important (e.g., Gradle) and are essentially new kids on the
>> block.
>> 
>> JavaFX
>> 
>> --
>> Glenn Holmer (Linux registered user #16682)
>> "After the vintage season came the aftermath -- and Cenbe."
>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
>> For additional commands, e-mail: dev-h...@netbeans.apache.org
>> 
>> For further information about the NetBeans mailing lists, visit:
>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>> 
>> 


Re: NetCAT test specs for 12.0

2020-02-02 Thread Geertjan Wielenga
Yes, I believe that source code has not been donated yet -- something on my
list to investigate.

Gj

On Sun, Feb 2, 2020 at 11:46 AM Luca Mambretti 
wrote:

> Hi,
>
> It might be a little selfish for me to say, but are there any news/plans
> regarding the JIRA integration, I'd be willing to setup and run a test
> specification for that since it's one of the most useful features for me
> and it's currently broken with no documented workaround in all versions.
>
> Cheers,
> Luca
>
> - Messaggio originale -
> Da: "Geertjan Wielenga" 
> A: "netcat" , "dev" 
> Inviato: Sabato, 1 febbraio 2020 17:19:59
> Oggetto: NetCAT test specs for 12.0
>
> Hi all,
>
> Thinking ahead a bit, as soon as 11.3 is out, we should be evaluating the
> test specs so we can start NetCAT so we can start that a month later when
> the first beta is available when the merge window closes.
>
> Now -- the question of the moment is: which areas of NetBeans do we want to
> prioritize for NetCAT, especially which have not been tested before that we
> now find important (e.g., Gradle) and are essentially new kids on the
> block.
>
> Here is my (and Neil's) proposal for what we should be focusing on (and
> what we should not be focusing on for NetCAT 12.0).
>
> Focus areas (in alphabetical order):
>
> 1. Gradle
> 2. Jakarta EE (including Payara)
> 3. Java Editor -- new language features for JDK 11+ in particular
> 4. PHP Editor -- focus on the newest PHP language features
> 5. Maven
> 6. Ergonomics/enablement of features (issues with being behind proxy, etc)
>
> Things to deprioritize (this time around and remember we can't do
> everything and if you disagree please speak up and pick up the specs),
> i.e., things that haven't changed:
>
> 1. Form Editor (i.e., GUI Builder, Matisse)
> 2. Ant-based anything
> 3. Subversion, CVS, i.e., anything not Git
>
> Anyway, that's a starting point for discussion, also see this updated
> schedule:
>
> https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule
>
> Thanks,
>
> Gj and Neil
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


Re: NetCAT test specs for 12.0

2020-02-02 Thread Luca Mambretti
Hi,

It might be a little selfish for me to say, but are there any news/plans 
regarding the JIRA integration, I'd be willing to setup and run a test 
specification for that since it's one of the most useful features for me and 
it's currently broken with no documented workaround in all versions.

Cheers,
Luca

- Messaggio originale -
Da: "Geertjan Wielenga" 
A: "netcat" , "dev" 
Inviato: Sabato, 1 febbraio 2020 17:19:59
Oggetto: NetCAT test specs for 12.0

Hi all,

Thinking ahead a bit, as soon as 11.3 is out, we should be evaluating the
test specs so we can start NetCAT so we can start that a month later when
the first beta is available when the merge window closes.

Now -- the question of the moment is: which areas of NetBeans do we want to
prioritize for NetCAT, especially which have not been tested before that we
now find important (e.g., Gradle) and are essentially new kids on the block.

Here is my (and Neil's) proposal for what we should be focusing on (and
what we should not be focusing on for NetCAT 12.0).

Focus areas (in alphabetical order):

1. Gradle
2. Jakarta EE (including Payara)
3. Java Editor -- new language features for JDK 11+ in particular
4. PHP Editor -- focus on the newest PHP language features
5. Maven
6. Ergonomics/enablement of features (issues with being behind proxy, etc)

Things to deprioritize (this time around and remember we can't do
everything and if you disagree please speak up and pick up the specs),
i.e., things that haven't changed:

1. Form Editor (i.e., GUI Builder, Matisse)
2. Ant-based anything
3. Subversion, CVS, i.e., anything not Git

Anyway, that's a starting point for discussion, also see this updated
schedule:

https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule

Thanks,

Gj and Neil

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists