[jira] [Comment Edited] (NETBEANS-2360) HiDPI scaling (and anti-aliasing on KDE) not applied automatically on Linux

2022-04-19 Thread Michal Hlavac (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17524564#comment-17524564
 ] 

Michal Hlavac edited comment on NETBEANS-2360 at 4/19/22 7:56 PM:
--

Hi [~ebakke], again, sorry for my late reply. I've tested latest change and can 
confirm that it works. Thank you

Output:
{code:java}
Detected 192 DPI on all screens in xdpyinfo; setting GDK_SCALE=2
Detected KDE; adding awt.useSystemAAFontSettings=on
{code}


was (Author: hlavki):
Hi [~ebakke], again, sorry for my late reply. I've tested latest change and can 
confirm that it works. Thank you

> HiDPI scaling (and anti-aliasing on KDE) not applied automatically on Linux
> ---
>
> Key: NETBEANS-2360
> URL: https://issues.apache.org/jira/browse/NETBEANS-2360
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Launchers&CLI
>Affects Versions: 11.0, 12.2
> Environment: Kubuntu 18.03
> Oracle JDK 11.0.2
>Reporter: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, Linux, pull-request-available
> Attachments: CheckHiDpi.java, image-2021-09-12-21-01-33-807.png, 
> image-2021-09-12-21-05-06-852.png, kubunt.jpg
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Running NetBeans 11 on Kubuntu 18.03, GUI text size does not seem to take 
> into account the system's default HiDPI scaling. This was reported in a 
> Twitter thread on https://twitter.com/nicktail/status/1114789604337405952 . 
> Note that Window decorations seem to be the correct size.
> Setting the GDK_SCALE environment variable seems to fix the problem, if I 
> understand the originally reporter correctly. This could probably be done 
> easily from the NetBeans launcher script (netbeans/bin). But it wouldn't fix 
> the problem in multi-monitor setups. We should investigate what could be done 
> to make scaling work properly in multi-monitor setups involving one HiDPI 
> screen and one non-HiDPI screen.
> Before merging a patch to the launcher script, it should be tested on a 
> couple of different Linux environments, using both HiDPI and non-HiDPI 
> screens. Note that the UNIX launcher script is also used on MacOS.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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

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



[jira] [Commented] (NETBEANS-2360) HiDPI scaling (and anti-aliasing on KDE) not applied automatically on Linux

2022-04-19 Thread Michal Hlavac (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17524564#comment-17524564
 ] 

Michal Hlavac commented on NETBEANS-2360:
-

Hi [~ebakke], again, sorry for my late reply. I've tested latest change and can 
confirm that it works. Thank you

> HiDPI scaling (and anti-aliasing on KDE) not applied automatically on Linux
> ---
>
> Key: NETBEANS-2360
> URL: https://issues.apache.org/jira/browse/NETBEANS-2360
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Launchers&CLI
>Affects Versions: 11.0, 12.2
> Environment: Kubuntu 18.03
> Oracle JDK 11.0.2
>Reporter: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, Linux, pull-request-available
> Attachments: CheckHiDpi.java, image-2021-09-12-21-01-33-807.png, 
> image-2021-09-12-21-05-06-852.png, kubunt.jpg
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Running NetBeans 11 on Kubuntu 18.03, GUI text size does not seem to take 
> into account the system's default HiDPI scaling. This was reported in a 
> Twitter thread on https://twitter.com/nicktail/status/1114789604337405952 . 
> Note that Window decorations seem to be the correct size.
> Setting the GDK_SCALE environment variable seems to fix the problem, if I 
> understand the originally reporter correctly. This could probably be done 
> easily from the NetBeans launcher script (netbeans/bin). But it wouldn't fix 
> the problem in multi-monitor setups. We should investigate what could be done 
> to make scaling work properly in multi-monitor setups involving one HiDPI 
> screen and one non-HiDPI screen.
> Before merging a patch to the launcher script, it should be tested on a 
> couple of different Linux environments, using both HiDPI and non-HiDPI 
> screens. Note that the UNIX launcher script is also used on MacOS.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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

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



[jira] [Updated] (NETBEANS-2360) HiDPI scaling (and anti-aliasing on KDE) not applied automatically on Linux

2021-11-19 Thread Michal Hlavac (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michal Hlavac updated NETBEANS-2360:

Attachment: CheckHiDpi.java

> HiDPI scaling (and anti-aliasing on KDE) not applied automatically on Linux
> ---
>
> Key: NETBEANS-2360
> URL: https://issues.apache.org/jira/browse/NETBEANS-2360
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Launchers&CLI
>Affects Versions: 11.0, 12.2
> Environment: Kubuntu 18.03
> Oracle JDK 11.0.2
>Reporter: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, Linux, pull-request-available
> Attachments: CheckHiDpi.java, image-2021-09-12-21-01-33-807.png, 
> image-2021-09-12-21-05-06-852.png, kubunt.jpg
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> Running NetBeans 11 on Kubuntu 18.03, GUI text size does not seem to take 
> into account the system's default HiDPI scaling. This was reported in a 
> Twitter thread on https://twitter.com/nicktail/status/1114789604337405952 . 
> Note that Window decorations seem to be the correct size.
> Setting the GDK_SCALE environment variable seems to fix the problem, if I 
> understand the originally reporter correctly. This could probably be done 
> easily from the NetBeans launcher script (netbeans/bin). But it wouldn't fix 
> the problem in multi-monitor setups. We should investigate what could be done 
> to make scaling work properly in multi-monitor setups involving one HiDPI 
> screen and one non-HiDPI screen.
> Before merging a patch to the launcher script, it should be tested on a 
> couple of different Linux environments, using both HiDPI and non-HiDPI 
> screens. Note that the UNIX launcher script is also used on MacOS.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

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



[jira] [Commented] (NETBEANS-2360) HiDPI scaling (and anti-aliasing on KDE) not applied automatically on Linux

2021-11-19 Thread Michal Hlavac (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446382#comment-17446382
 ] 

Michal Hlavac commented on NETBEANS-2360:
-

Hi Eirik, sorry for my late answer. No I haven't multiple monitors. I am using 
Dell XPS 15 laptop with 4K display.

When I run {{xdpyinfo | grep -B 2 resolution}} I get:
{code:java}
screen #0:
  dimensions:    3840x2160 pixels (508x285 millimeters)
  resolution:    192x193 dots per inch {code}
I don't know why I have dpi {{192x193}}

I checked Idea code and they check HiDpi in java code. Sample code is in 
[^CheckHiDpi.java]attachment.

> HiDPI scaling (and anti-aliasing on KDE) not applied automatically on Linux
> ---
>
> Key: NETBEANS-2360
> URL: https://issues.apache.org/jira/browse/NETBEANS-2360
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Launchers&CLI
>Affects Versions: 11.0, 12.2
> Environment: Kubuntu 18.03
> Oracle JDK 11.0.2
>Reporter: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, Linux, pull-request-available
> Attachments: CheckHiDpi.java, image-2021-09-12-21-01-33-807.png, 
> image-2021-09-12-21-05-06-852.png, kubunt.jpg
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> Running NetBeans 11 on Kubuntu 18.03, GUI text size does not seem to take 
> into account the system's default HiDPI scaling. This was reported in a 
> Twitter thread on https://twitter.com/nicktail/status/1114789604337405952 . 
> Note that Window decorations seem to be the correct size.
> Setting the GDK_SCALE environment variable seems to fix the problem, if I 
> understand the originally reporter correctly. This could probably be done 
> easily from the NetBeans launcher script (netbeans/bin). But it wouldn't fix 
> the problem in multi-monitor setups. We should investigate what could be done 
> to make scaling work properly in multi-monitor setups involving one HiDPI 
> screen and one non-HiDPI screen.
> Before merging a patch to the launcher script, it should be tested on a 
> couple of different Linux environments, using both HiDPI and non-HiDPI 
> screens. Note that the UNIX launcher script is also used on MacOS.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

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



[jira] [Comment Edited] (NETBEANS-2360) HiDPI scaling (and anti-aliasing on KDE) not applied automatically on Linux

2021-09-12 Thread Michal Hlavac (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17413771#comment-17413771
 ] 

Michal Hlavac edited comment on NETBEANS-2360 at 9/12/21, 7:05 PM:
---

Hi Eirik,

since dpi is not in the output of {{xrdb}} command, Netbeans runs without hiDPI 
scaling. I have to run it with {{-J-Dawt.useSystemAAFontSettings=on 
-J-Dsun.java2d.uiScale=2}}. Font antialiasing is not a problem.

Output of {{echo $KDE_FULL_SESSION}}:
{code:java}
hlavki@hlknb:~> echo $KDE_FULL_SESSION

true{code}
!image-2021-09-12-21-01-33-807.png|width=334,height=191!

!image-2021-09-12-21-05-06-852.png|width=365,height=258!


was (Author: hlavki):
Hi Eirik,

since dpi is not in the output of {{xrdb}} command, Netbeans runs without hiDPI 
scaling. I have to run it with {{-J-Dawt.useSystemAAFontSettings=on 
-J-Dsun.java2d.uiScale=2}}. Font antialiasing is not a problem.

Output of {{echo $KDE_FULL_SESSION}}:
{code:java}
hlavki@hlknb:~> echo $KDE_FULL_SESSION

true{code}
!image-2021-09-12-21-01-33-807.png|width=334,height=191!

> HiDPI scaling (and anti-aliasing on KDE) not applied automatically on Linux
> ---
>
> Key: NETBEANS-2360
> URL: https://issues.apache.org/jira/browse/NETBEANS-2360
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Launchers&CLI
>Affects Versions: 11.0, 12.2
> Environment: Kubuntu 18.03
> Oracle JDK 11.0.2
>Reporter: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, Linux, pull-request-available
> Attachments: image-2021-09-12-21-01-33-807.png, 
> image-2021-09-12-21-05-06-852.png, kubunt.jpg
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Running NetBeans 11 on Kubuntu 18.03, GUI text size does not seem to take 
> into account the system's default HiDPI scaling. This was reported in a 
> Twitter thread on https://twitter.com/nicktail/status/1114789604337405952 . 
> Note that Window decorations seem to be the correct size.
> Setting the GDK_SCALE environment variable seems to fix the problem, if I 
> understand the originally reporter correctly. This could probably be done 
> easily from the NetBeans launcher script (netbeans/bin). But it wouldn't fix 
> the problem in multi-monitor setups. We should investigate what could be done 
> to make scaling work properly in multi-monitor setups involving one HiDPI 
> screen and one non-HiDPI screen.
> Before merging a patch to the launcher script, it should be tested on a 
> couple of different Linux environments, using both HiDPI and non-HiDPI 
> screens. Note that the UNIX launcher script is also used on MacOS.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-2360) HiDPI scaling (and anti-aliasing on KDE) not applied automatically on Linux

2021-09-12 Thread Michal Hlavac (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17413771#comment-17413771
 ] 

Michal Hlavac commented on NETBEANS-2360:
-

Hi Eirik,

since dpi is not in the output of {{xrdb}} command, Netbeans runs without hiDPI 
scaling. I have to run it with {{-J-Dawt.useSystemAAFontSettings=on 
-J-Dsun.java2d.uiScale=2}}. Font antialiasing is not a problem.

Output of {{echo $KDE_FULL_SESSION}}:
{code:java}
hlavki@hlknb:~> echo $KDE_FULL_SESSION

true{code}
!image-2021-09-12-21-01-33-807.png|width=334,height=191!

> HiDPI scaling (and anti-aliasing on KDE) not applied automatically on Linux
> ---
>
> Key: NETBEANS-2360
> URL: https://issues.apache.org/jira/browse/NETBEANS-2360
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Launchers&CLI
>Affects Versions: 11.0, 12.2
> Environment: Kubuntu 18.03
> Oracle JDK 11.0.2
>Reporter: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, Linux, pull-request-available
> Attachments: image-2021-09-12-21-01-33-807.png, kubunt.jpg
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Running NetBeans 11 on Kubuntu 18.03, GUI text size does not seem to take 
> into account the system's default HiDPI scaling. This was reported in a 
> Twitter thread on https://twitter.com/nicktail/status/1114789604337405952 . 
> Note that Window decorations seem to be the correct size.
> Setting the GDK_SCALE environment variable seems to fix the problem, if I 
> understand the originally reporter correctly. This could probably be done 
> easily from the NetBeans launcher script (netbeans/bin). But it wouldn't fix 
> the problem in multi-monitor setups. We should investigate what could be done 
> to make scaling work properly in multi-monitor setups involving one HiDPI 
> screen and one non-HiDPI screen.
> Before merging a patch to the launcher script, it should be tested on a 
> couple of different Linux environments, using both HiDPI and non-HiDPI 
> screens. Note that the UNIX launcher script is also used on MacOS.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Updated] (NETBEANS-2360) HiDPI scaling (and anti-aliasing on KDE) not applied automatically on Linux

2021-09-12 Thread Michal Hlavac (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michal Hlavac updated NETBEANS-2360:

Attachment: image-2021-09-12-21-01-33-807.png

> HiDPI scaling (and anti-aliasing on KDE) not applied automatically on Linux
> ---
>
> Key: NETBEANS-2360
> URL: https://issues.apache.org/jira/browse/NETBEANS-2360
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Launchers&CLI
>Affects Versions: 11.0, 12.2
> Environment: Kubuntu 18.03
> Oracle JDK 11.0.2
>Reporter: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, Linux, pull-request-available
> Attachments: image-2021-09-12-21-01-33-807.png, kubunt.jpg
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Running NetBeans 11 on Kubuntu 18.03, GUI text size does not seem to take 
> into account the system's default HiDPI scaling. This was reported in a 
> Twitter thread on https://twitter.com/nicktail/status/1114789604337405952 . 
> Note that Window decorations seem to be the correct size.
> Setting the GDK_SCALE environment variable seems to fix the problem, if I 
> understand the originally reporter correctly. This could probably be done 
> easily from the NetBeans launcher script (netbeans/bin). But it wouldn't fix 
> the problem in multi-monitor setups. We should investigate what could be done 
> to make scaling work properly in multi-monitor setups involving one HiDPI 
> screen and one non-HiDPI screen.
> Before merging a patch to the launcher script, it should be tested on a 
> couple of different Linux environments, using both HiDPI and non-HiDPI 
> screens. Note that the UNIX launcher script is also used on MacOS.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Comment Edited] (NETBEANS-2360) HiDPI scaling (and anti-aliasing on KDE) not applied automatically on Linux

2021-09-11 Thread Michal Hlavac (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17413484#comment-17413484
 ] 

Michal Hlavac edited comment on NETBEANS-2360 at 9/11/21, 7:30 AM:
---

This patch doesn't work for me. I am using openSUSE Tumbleweed with KDE and 
output of {{command xrdb -query 2> /dev/null}} is:
{code:java}
Xcursor.size:   36
Xcursor.theme:  breeze_cursors
Xft.antialias:  1
Xft.hinting:1
Xft.hintstyle:  hintslight
Xft.rgba:   rgb
{code}


was (Author: hlavki):
This patch doesn't work for me. I am using openSUSE Tumbleweed and output of 
{{command xrdb -query 2> /dev/null}} is:
{code}
Xcursor.size:   36
Xcursor.theme:  breeze_cursors
Xft.antialias:  1
Xft.hinting:1
Xft.hintstyle:  hintslight
Xft.rgba:   rgb
{code}


> HiDPI scaling (and anti-aliasing on KDE) not applied automatically on Linux
> ---
>
> Key: NETBEANS-2360
> URL: https://issues.apache.org/jira/browse/NETBEANS-2360
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Launchers&CLI
>Affects Versions: 11.0, 12.2
> Environment: Kubuntu 18.03
> Oracle JDK 11.0.2
>Reporter: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, Linux, pull-request-available
> Attachments: kubunt.jpg
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Running NetBeans 11 on Kubuntu 18.03, GUI text size does not seem to take 
> into account the system's default HiDPI scaling. This was reported in a 
> Twitter thread on https://twitter.com/nicktail/status/1114789604337405952 . 
> Note that Window decorations seem to be the correct size.
> Setting the GDK_SCALE environment variable seems to fix the problem, if I 
> understand the originally reporter correctly. This could probably be done 
> easily from the NetBeans launcher script (netbeans/bin). But it wouldn't fix 
> the problem in multi-monitor setups. We should investigate what could be done 
> to make scaling work properly in multi-monitor setups involving one HiDPI 
> screen and one non-HiDPI screen.
> Before merging a patch to the launcher script, it should be tested on a 
> couple of different Linux environments, using both HiDPI and non-HiDPI 
> screens. Note that the UNIX launcher script is also used on MacOS.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-2360) HiDPI scaling (and anti-aliasing on KDE) not applied automatically on Linux

2021-09-11 Thread Michal Hlavac (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17413484#comment-17413484
 ] 

Michal Hlavac commented on NETBEANS-2360:
-

This patch doesn't work for me. I am using openSUSE Tumbleweed and output of 
{{command xrdb -query 2> /dev/null}} is:
{code}
Xcursor.size:   36
Xcursor.theme:  breeze_cursors
Xft.antialias:  1
Xft.hinting:1
Xft.hintstyle:  hintslight
Xft.rgba:   rgb
{code}


> HiDPI scaling (and anti-aliasing on KDE) not applied automatically on Linux
> ---
>
> Key: NETBEANS-2360
> URL: https://issues.apache.org/jira/browse/NETBEANS-2360
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Launchers&CLI
>Affects Versions: 11.0, 12.2
> Environment: Kubuntu 18.03
> Oracle JDK 11.0.2
>Reporter: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, Linux, pull-request-available
> Attachments: kubunt.jpg
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Running NetBeans 11 on Kubuntu 18.03, GUI text size does not seem to take 
> into account the system's default HiDPI scaling. This was reported in a 
> Twitter thread on https://twitter.com/nicktail/status/1114789604337405952 . 
> Note that Window decorations seem to be the correct size.
> Setting the GDK_SCALE environment variable seems to fix the problem, if I 
> understand the originally reporter correctly. This could probably be done 
> easily from the NetBeans launcher script (netbeans/bin). But it wouldn't fix 
> the problem in multi-monitor setups. We should investigate what could be done 
> to make scaling work properly in multi-monitor setups involving one HiDPI 
> screen and one non-HiDPI screen.
> Before merging a patch to the launcher script, it should be tested on a 
> couple of different Linux environments, using both HiDPI and non-HiDPI 
> screens. Note that the UNIX launcher script is also used on MacOS.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Created] (NETBEANS-5227) Opening jbang gradle project does not work properly

2021-01-08 Thread Michal Hlavac (Jira)
Michal Hlavac created NETBEANS-5227:
---

 Summary: Opening jbang gradle project does not work properly
 Key: NETBEANS-5227
 URL: https://issues.apache.org/jira/browse/NETBEANS-5227
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Gradle
Affects Versions: 12.2
Reporter: Michal Hlavac
Assignee: Laszlo Kishalmi


When opening gradle project generated by jbang using:
{code}
jbang init --template=cli hello.java
jbang edit --open=netbeans hello.java
{code}

Netbeans opens the project with a warning. Resolving mechanism tries to build 
the project. This does not work. I need to manually build the project, and the 
warning disappears, but no source file is visible. I need to restart Netbeans 
to view the full project structure with source code.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Comment Edited] (NETBEANS-5070) Partitial fix for NETBEANS-819 breaks terminal

2020-12-30 Thread Michal Hlavac (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17256702#comment-17256702
 ] 

Michal Hlavac edited comment on NETBEANS-5070 at 12/30/20, 8:14 PM:


Sorry I meant string width. From what I tried and problem is, that I am not 
swing pro, I discovered that with {{SCALE = 2}}, fixed font size and e.g. 
string of 10 characters width is not same as {{width('a') * 10}}. It would be 
great if somebody with better swing knowledge could help with this. 


was (Author: hlavki):
Sorry I meant string width. From what I tried and problem is, that I am not 
swing pro, I discovered that with {{SCALE = 2}}, fixed font size and e.g. 
string of 10 characters width is not same as {{width('a') * 10}}

> Partitial fix for NETBEANS-819 breaks terminal
> --
>
> Key: NETBEANS-5070
> URL: https://issues.apache.org/jira/browse/NETBEANS-5070
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Terminalemulator
>Affects Versions: Next
>Reporter: Matthias Bläsing
>Assignee: Michal Hlavac
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: 12.3
>
> Attachments: 99895991-55dd6080-2c41-11eb-9019-c7c96214a802.gif, 
> Bildschirmfoto_2020-12-30_17-07-10.png
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> The fix for shifted cursor in terminal windows commited by:
> [https://github.com/apache/netbeans/pull/2509]
> Breaks text selection (video provided by [~lkishalmi] ):
> !99895991-55dd6080-2c41-11eb-9019-c7c96214a802.gif!
> I also saw that behavior on windows and on linux I observed flaky behavior of 
> the terminal and this is matched by exceptions:
> {quote}SEVERE [global]
> java.lang.ArrayIndexOutOfBoundsException: Index 134 out of bounds for length 
> 134
>   at 
> java.desktop/sun.font.FontDesignMetrics.charsWidth(FontDesignMetrics.java:506)
>   at org.netbeans.lib.terminalemulator.Line.stringWidth(Line.java:159)
>   at org.netbeans.lib.terminalemulator.Sel.paint(Sel.java:407)
>   at org.netbeans.lib.terminalemulator.Sel.access$000(Sel.java:71)
>   at org.netbeans.lib.terminalemulator.Sel$2.visit(Sel.java:436)
>   at org.netbeans.lib.terminalemulator.Buffer.visitLines(Buffer.java:205)
>   at org.netbeans.lib.terminalemulator.Term.visitLines(Term.java:912)
>   at org.netbeans.lib.terminalemulator.Sel.paint(Sel.java:434)
>   at org.netbeans.lib.terminalemulator.Term.do_paint(Term.java:3175)
>   at org.netbeans.lib.terminalemulator.Screen.paint(Screen.java:168)
>   at 
> java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
>   at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
>   at 
> java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
>   at 
> java.desktop/javax.swing.JComponent.paint(JComponent.java:1083){quote}
> So we either need a quick fix for this or we need to rollback the referenced 
> commit.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-5070) Partitial fix for NETBEANS-819 breaks terminal

2020-12-30 Thread Michal Hlavac (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17256702#comment-17256702
 ] 

Michal Hlavac commented on NETBEANS-5070:
-

Sorry I meant string width. From what I tried and problem is, that I am not 
swing pro, I discovered that with {{SCALE = 2}}, fixed font size and e.g. 
string of 10 characters width is not same as {{width('a') * 10}}

> Partitial fix for NETBEANS-819 breaks terminal
> --
>
> Key: NETBEANS-5070
> URL: https://issues.apache.org/jira/browse/NETBEANS-5070
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Terminalemulator
>Affects Versions: Next
>Reporter: Matthias Bläsing
>Assignee: Michal Hlavac
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: 12.3
>
> Attachments: 99895991-55dd6080-2c41-11eb-9019-c7c96214a802.gif, 
> Bildschirmfoto_2020-12-30_17-07-10.png
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> The fix for shifted cursor in terminal windows commited by:
> [https://github.com/apache/netbeans/pull/2509]
> Breaks text selection (video provided by [~lkishalmi] ):
> !99895991-55dd6080-2c41-11eb-9019-c7c96214a802.gif!
> I also saw that behavior on windows and on linux I observed flaky behavior of 
> the terminal and this is matched by exceptions:
> {quote}SEVERE [global]
> java.lang.ArrayIndexOutOfBoundsException: Index 134 out of bounds for length 
> 134
>   at 
> java.desktop/sun.font.FontDesignMetrics.charsWidth(FontDesignMetrics.java:506)
>   at org.netbeans.lib.terminalemulator.Line.stringWidth(Line.java:159)
>   at org.netbeans.lib.terminalemulator.Sel.paint(Sel.java:407)
>   at org.netbeans.lib.terminalemulator.Sel.access$000(Sel.java:71)
>   at org.netbeans.lib.terminalemulator.Sel$2.visit(Sel.java:436)
>   at org.netbeans.lib.terminalemulator.Buffer.visitLines(Buffer.java:205)
>   at org.netbeans.lib.terminalemulator.Term.visitLines(Term.java:912)
>   at org.netbeans.lib.terminalemulator.Sel.paint(Sel.java:434)
>   at org.netbeans.lib.terminalemulator.Term.do_paint(Term.java:3175)
>   at org.netbeans.lib.terminalemulator.Screen.paint(Screen.java:168)
>   at 
> java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
>   at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
>   at 
> java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
>   at 
> java.desktop/javax.swing.JComponent.paint(JComponent.java:1083){quote}
> So we either need a quick fix for this or we need to rollback the referenced 
> commit.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-5070) Partitial fix for NETBEANS-819 breaks terminal

2020-12-30 Thread Michal Hlavac (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17256633#comment-17256633
 ] 

Michal Hlavac commented on NETBEANS-5070:
-

I was thinking about revert all this work and try it again. Problem with 
netbeans terminal emulator implementation is, that it assumes fixed character 
width. It's true for SCALE = 1, but not for SCALE = 2. I don't know home many 
developers uses 4K displays.

> Partitial fix for NETBEANS-819 breaks terminal
> --
>
> Key: NETBEANS-5070
> URL: https://issues.apache.org/jira/browse/NETBEANS-5070
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Terminalemulator
>Affects Versions: Next
>Reporter: Matthias Bläsing
>Assignee: Michal Hlavac
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: 12.3
>
> Attachments: 99895991-55dd6080-2c41-11eb-9019-c7c96214a802.gif, 
> Bildschirmfoto_2020-12-30_17-07-10.png
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> The fix for shifted cursor in terminal windows commited by:
> [https://github.com/apache/netbeans/pull/2509]
> Breaks text selection (video provided by [~lkishalmi] ):
> !99895991-55dd6080-2c41-11eb-9019-c7c96214a802.gif!
> I also saw that behavior on windows and on linux I observed flaky behavior of 
> the terminal and this is matched by exceptions:
> {quote}SEVERE [global]
> java.lang.ArrayIndexOutOfBoundsException: Index 134 out of bounds for length 
> 134
>   at 
> java.desktop/sun.font.FontDesignMetrics.charsWidth(FontDesignMetrics.java:506)
>   at org.netbeans.lib.terminalemulator.Line.stringWidth(Line.java:159)
>   at org.netbeans.lib.terminalemulator.Sel.paint(Sel.java:407)
>   at org.netbeans.lib.terminalemulator.Sel.access$000(Sel.java:71)
>   at org.netbeans.lib.terminalemulator.Sel$2.visit(Sel.java:436)
>   at org.netbeans.lib.terminalemulator.Buffer.visitLines(Buffer.java:205)
>   at org.netbeans.lib.terminalemulator.Term.visitLines(Term.java:912)
>   at org.netbeans.lib.terminalemulator.Sel.paint(Sel.java:434)
>   at org.netbeans.lib.terminalemulator.Term.do_paint(Term.java:3175)
>   at org.netbeans.lib.terminalemulator.Screen.paint(Screen.java:168)
>   at 
> java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
>   at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
>   at 
> java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
>   at 
> java.desktop/javax.swing.JComponent.paint(JComponent.java:1083){quote}
> So we either need a quick fix for this or we need to rollback the referenced 
> commit.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-4341) Maven project reload does not work from [unloadable] state

2020-06-08 Thread Michal Hlavac (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128145#comment-17128145
 ] 

Michal Hlavac commented on NETBEANS-4341:
-

Thanks [~AlexFalappa], this is exactly what I meant.

> Maven project reload does not work from [unloadable] state
> --
>
> Key: NETBEANS-4341
> URL: https://issues.apache.org/jira/browse/NETBEANS-4341
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0
>Reporter: Michal Hlavac
>Priority: Major
>
> I did these steps in spring boot maven application:
>  # Changed version of spring boot in {{}} element from 
> {{2.2.7.RELEASE}} to {{2.3.0.RELEASE}}. This makes project unloadable.
>  # Then I did clean & build, all dependencies were downloaded.
>  # Project is still unloadable and right click -> reload pom.xml do nothing.
>  # I have to close & run netbeans. Then project is back to normal



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Created] (NETBEANS-4341) Maven project reload does not work from [unloadable] state

2020-05-15 Thread Michal Hlavac (Jira)
Michal Hlavac created NETBEANS-4341:
---

 Summary: Maven project reload does not work from [unloadable] state
 Key: NETBEANS-4341
 URL: https://issues.apache.org/jira/browse/NETBEANS-4341
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.0
Reporter: Michal Hlavac


I did these steps in spring boot maven application:
 # Changed version of spring boot in {{}} element from 
{{2.2.7.RELEASE}} to {{2.3.0.RELEASE}}. This makes project unloadable.
 # Then I did clean & build, all dependencies were downloaded.
 # Project is still unloadable and right click -> reload pom.xml do nothing.
 # I have to close & run netbeans. Then project is back to normal



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Updated] (NETBEANS-3959) Random com.sun.tools.javac.util.Assert.error errors

2020-03-05 Thread Michal Hlavac (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michal Hlavac updated NETBEANS-3959:

Attachment: exception.log

> Random com.sun.tools.javac.util.Assert.error errors
> ---
>
> Key: NETBEANS-3959
> URL: https://issues.apache.org/jira/browse/NETBEANS-3959
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.3
>Reporter: Michal Hlavac
>Priority: Major
> Attachments: exception.log
>
>
> Sometimes netbeans throw javac assert exception: 
> com.sun.tools.javac.util.Assert.error
> Problem is that exception is almost different, but always it ends with 
> \{{com.sun.tools.javac.util.Assert.error}}
> Attached one of them.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Created] (NETBEANS-3959) Random com.sun.tools.javac.util.Assert.error errors

2020-03-05 Thread Michal Hlavac (Jira)
Michal Hlavac created NETBEANS-3959:
---

 Summary: Random com.sun.tools.javac.util.Assert.error errors
 Key: NETBEANS-3959
 URL: https://issues.apache.org/jira/browse/NETBEANS-3959
 Project: NetBeans
  Issue Type: Bug
  Components: java - Compiler
Affects Versions: 11.3
Reporter: Michal Hlavac


Sometimes netbeans throw javac assert exception: 
com.sun.tools.javac.util.Assert.error

Problem is that exception is almost different, but always it ends with 
\{{com.sun.tools.javac.util.Assert.error}}
Attached one of them.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Closed] (NETBEANS-3306) Splash screen is not DPi aware on HiDPi displays

2019-10-28 Thread Michal Hlavac (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michal Hlavac closed NETBEANS-3306.
---
Resolution: Invalid

Finally it was problem with old cache folder. After removing cache and 
configuration for {{dev}} it works as expected.

> Splash screen is not DPi aware on HiDPi displays
> 
>
> Key: NETBEANS-3306
> URL: https://issues.apache.org/jira/browse/NETBEANS-3306
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 11.2
>Reporter: Michal Hlavac
>Assignee: Eirik Bakke
>Priority: Major
>  Labels: HiDPI
>
> When starting netbeans 11.2 (cloned from 11.2 tag), splash screen is too 
> small to read any text.
> It works in 11.1



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Assigned] (NETBEANS-3306) Splash screen is not DPi aware on HiDPi displays

2019-10-28 Thread Michal Hlavac (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michal Hlavac reassigned NETBEANS-3306:
---

Assignee: Eirik Bakke  (was: Erik Bakke)

> Splash screen is not DPi aware on HiDPi displays
> 
>
> Key: NETBEANS-3306
> URL: https://issues.apache.org/jira/browse/NETBEANS-3306
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 11.2
>Reporter: Michal Hlavac
>Assignee: Eirik Bakke
>Priority: Major
>  Labels: HiDPI
>
> When starting netbeans 11.2 (cloned from 11.2 tag), splash screen is too 
> small to read any text.
> It works in 11.1



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Updated] (NETBEANS-3306) Splash screen is not DPi aware on HiDPi displays

2019-10-28 Thread Michal Hlavac (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michal Hlavac updated NETBEANS-3306:

Labels: HiDPI  (was: )

> Splash screen is not DPi aware on HiDPi displays
> 
>
> Key: NETBEANS-3306
> URL: https://issues.apache.org/jira/browse/NETBEANS-3306
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 11.2
>Reporter: Michal Hlavac
>Assignee: Erik Bakke
>Priority: Major
>  Labels: HiDPI
>
> When starting netbeans 11.2 (cloned from 11.2 tag), splash screen is too 
> small to read any text.
> It works in 11.1



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Created] (NETBEANS-3306) Splash screen is not DPi aware on HiDPi displays

2019-10-28 Thread Michal Hlavac (Jira)
Michal Hlavac created NETBEANS-3306:
---

 Summary: Splash screen is not DPi aware on HiDPi displays
 Key: NETBEANS-3306
 URL: https://issues.apache.org/jira/browse/NETBEANS-3306
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 11.2
Reporter: Michal Hlavac
Assignee: Erik Bakke


When starting netbeans 11.2 (cloned from 11.2 tag), splash screen is too small 
to read any text.

It works in 11.1



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Assigned] (NETBEANS-819) shifted cursor in terminal with GDK_SCALE=2

2019-05-20 Thread Michal Hlavac (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michal Hlavac reassigned NETBEANS-819:
--

Assignee: Michal Hlavac

> shifted cursor in terminal with GDK_SCALE=2
> ---
>
> Key: NETBEANS-819
> URL: https://issues.apache.org/jira/browse/NETBEANS-819
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Terminalemulator, platform - Output Window
>Affects Versions: 9.0
>Reporter: Michal Hlavac
>Assignee: Michal Hlavac
>Priority: Major
>  Labels: HiDPI, font
> Attachments: resize-fonts.mkv, shifted-cursor.mkv
>
>
> Using GDK_SCALE=2 env variable and Oracle JDK 10.0.1 or 9.0.4 cursor in 
> terminal is shifted. Without GDK_SCALE=2 everythink is OK.
>  Added attachment [^shifted-cursor.mkv] with short video. It says more than 
> words.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Comment Edited] (NETBEANS-2160) Platform project runs with JDK 11.0.1 but not with JDK 11.0.2

2019-03-07 Thread Michal Hlavac (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16786178#comment-16786178
 ] 

Michal Hlavac edited comment on NETBEANS-2160 at 3/7/19 9:44 AM:
-

I saw same exception between versions of apache-karaf 4.2.2 vs. 4.2.3. There is 
update of felix framework library from 5.6.10 to 5.6.12

Maybe you can try update felix. Related felix issue: #FELIX-6035


was (Author: hlavki):
I saw same exception between versions of apache-karaf 4.2.2 vs. 4.2.3. There is 
update of felix framework library from 5.6.10 to 5.6.12

Maybe you can try update felix. Related felix issue: 
https://issues.apache.org/jira/browse/FELIX-6035

> Platform project runs with JDK 11.0.1 but not with JDK 11.0.2
> -
>
> Key: NETBEANS-2160
> URL: https://issues.apache.org/jira/browse/NETBEANS-2160
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Other
>Affects Versions: 10.0, 11.0
>Reporter: Artur Sonnenhohl
>Assignee: Jaroslav Tulach
>Priority: Blocker
> Attachments: NETBEANS-2160-felix-stream-exception.txt, app3.zip, 
> messages.log
>
>
> The attached app3.zip is reproducing the problem:
> The problem is related to loading modules from the IDE cluster into Netbeans.
> Error:
> 1) Import app3.zip
> 2) Compile and run the project hangs
> Success:
> 1) Import app3.zip
> 2) Disable module External Execution Process into IDE cluster.
> 3) Compile and run the project runs successfully.
>  
> I think Netbeans is not detecting modules conflicts/dependencies, i don't 
> know why this problem also occurs only on JDK 11.0.2 and not on 11.0.1.
>  
>  
>  
> 
> Our application based on the Netbeans Platform RCP isn't unable to boot 
> hanging during the process, this problems happens with JDK 11.0.2 and JDK 12, 
> i also tested with NetBeans 11 (preview) and it also hangs. With JDK 11.0.1 
> and JDK8 it runs perfectlly.
> The error that happens is:
> java.lang.ExceptionInInitializerError
>      at 
> org.netbeans.core.windows.view.ui.toolbars.DnDSupport.(DnDSupport.java:95)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.dndSupport(ToolbarConfiguration.java:107)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.refresh(ToolbarConfiguration.java:287)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.activate(ToolbarConfiguration.java:375)
>      at org.openide.awt.ToolbarPool.activate(ToolbarPool.java:220)
>      at org.openide.awt.ToolbarPool.setConfigurationNow(ToolbarPool.java:304)
>      at org.openide.awt.ToolbarPool.setConfiguration(ToolbarPool.java:276)
>      at 
> org.netbeans.core.windows.view.DefaultView.showWindowSystem(DefaultView.java:542)
>      at 
> org.netbeans.core.windows.view.DefaultView.windowSystemVisibilityChanged(DefaultView.java:517)
>      at 
> org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:162)
>      at 
> org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:250)
>      at 
> org.netbeans.core.windows.ViewRequestor.processVisibilityRequest(ViewRequestor.java:239)
>      at 
> org.netbeans.core.windows.ViewRequestor.postVisibilityRequest(ViewRequestor.java:176)
>      at 
> org.netbeans.core.windows.ViewRequestor.scheduleRequest(ViewRequestor.java:96)
>      at org.netbeans.core.windows.Central.setVisible(Central.java:115)
>      at 
> org.netbeans.core.windows.WindowManagerImpl.setVisible(WindowManagerImpl.java:907)
>      at 
> org.netbeans.core.windows.WindowSystemImpl.show(WindowSystemImpl.java:80)
>      at org.netbeans.core.GuiRunLevel$InitWinSys.run(GuiRunLevel.java:215)
>      at 
> java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
>      at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
>      at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>      at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>      at java.base/java.security.AccessController.doPrivileged(Native Method)
>      at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
>      at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
>      at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:

[jira] [Comment Edited] (NETBEANS-2160) Platform project runs with JDK 11.0.1 but not with JDK 11.0.2

2019-03-07 Thread Michal Hlavac (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16786178#comment-16786178
 ] 

Michal Hlavac edited comment on NETBEANS-2160 at 3/7/19 9:44 AM:
-

I saw same exception between versions of apache-karaf 4.2.2 vs. 4.2.3. There is 
update of felix framework library from 5.6.10 to 5.6.12

Maybe you can try update felix. Related felix issue: FELIX-6035


was (Author: hlavki):
I saw same exception between versions of apache-karaf 4.2.2 vs. 4.2.3. There is 
update of felix framework library from 5.6.10 to 5.6.12

Maybe you can try update felix. Related felix issue: #FELIX-6035

> Platform project runs with JDK 11.0.1 but not with JDK 11.0.2
> -
>
> Key: NETBEANS-2160
> URL: https://issues.apache.org/jira/browse/NETBEANS-2160
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Other
>Affects Versions: 10.0, 11.0
>Reporter: Artur Sonnenhohl
>Assignee: Jaroslav Tulach
>Priority: Blocker
> Attachments: NETBEANS-2160-felix-stream-exception.txt, app3.zip, 
> messages.log
>
>
> The attached app3.zip is reproducing the problem:
> The problem is related to loading modules from the IDE cluster into Netbeans.
> Error:
> 1) Import app3.zip
> 2) Compile and run the project hangs
> Success:
> 1) Import app3.zip
> 2) Disable module External Execution Process into IDE cluster.
> 3) Compile and run the project runs successfully.
>  
> I think Netbeans is not detecting modules conflicts/dependencies, i don't 
> know why this problem also occurs only on JDK 11.0.2 and not on 11.0.1.
>  
>  
>  
> 
> Our application based on the Netbeans Platform RCP isn't unable to boot 
> hanging during the process, this problems happens with JDK 11.0.2 and JDK 12, 
> i also tested with NetBeans 11 (preview) and it also hangs. With JDK 11.0.1 
> and JDK8 it runs perfectlly.
> The error that happens is:
> java.lang.ExceptionInInitializerError
>      at 
> org.netbeans.core.windows.view.ui.toolbars.DnDSupport.(DnDSupport.java:95)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.dndSupport(ToolbarConfiguration.java:107)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.refresh(ToolbarConfiguration.java:287)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.activate(ToolbarConfiguration.java:375)
>      at org.openide.awt.ToolbarPool.activate(ToolbarPool.java:220)
>      at org.openide.awt.ToolbarPool.setConfigurationNow(ToolbarPool.java:304)
>      at org.openide.awt.ToolbarPool.setConfiguration(ToolbarPool.java:276)
>      at 
> org.netbeans.core.windows.view.DefaultView.showWindowSystem(DefaultView.java:542)
>      at 
> org.netbeans.core.windows.view.DefaultView.windowSystemVisibilityChanged(DefaultView.java:517)
>      at 
> org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:162)
>      at 
> org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:250)
>      at 
> org.netbeans.core.windows.ViewRequestor.processVisibilityRequest(ViewRequestor.java:239)
>      at 
> org.netbeans.core.windows.ViewRequestor.postVisibilityRequest(ViewRequestor.java:176)
>      at 
> org.netbeans.core.windows.ViewRequestor.scheduleRequest(ViewRequestor.java:96)
>      at org.netbeans.core.windows.Central.setVisible(Central.java:115)
>      at 
> org.netbeans.core.windows.WindowManagerImpl.setVisible(WindowManagerImpl.java:907)
>      at 
> org.netbeans.core.windows.WindowSystemImpl.show(WindowSystemImpl.java:80)
>      at org.netbeans.core.GuiRunLevel$InitWinSys.run(GuiRunLevel.java:215)
>      at 
> java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
>      at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
>      at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>      at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>      at java.base/java.security.AccessController.doPrivileged(Native Method)
>      at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
>      at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
>      at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
>      at 
> java.desktop/java.awt

[jira] [Commented] (NETBEANS-2160) Platform project runs with JDK 11.0.1 but not with JDK 11.0.2

2019-03-06 Thread Michal Hlavac (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16786178#comment-16786178
 ] 

Michal Hlavac commented on NETBEANS-2160:
-

I saw same exception between versions of apache-karaf 4.2.2 vs. 4.2.3. There is 
update of felix framework library from 5.6.10 to 5.6.12

Maybe you can try update felix. Related felix issue: 
https://issues.apache.org/jira/browse/FELIX-6035

> Platform project runs with JDK 11.0.1 but not with JDK 11.0.2
> -
>
> Key: NETBEANS-2160
> URL: https://issues.apache.org/jira/browse/NETBEANS-2160
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Other
>Affects Versions: 10.0, 11.0
>Reporter: Artur Sonnenhohl
>Assignee: Jaroslav Tulach
>Priority: Blocker
> Attachments: NETBEANS-2160-felix-stream-exception.txt, app3.zip, 
> messages.log
>
>
> The attached app3.zip is reproducing the problem:
> The problem is related to loading modules from the IDE cluster into Netbeans.
> Error:
> 1) Import app3.zip
> 2) Compile and run the project hangs
> Success:
> 1) Import app3.zip
> 2) Disable module External Execution Process into IDE cluster.
> 3) Compile and run the project runs successfully.
>  
> I think Netbeans is not detecting modules conflicts/dependencies, i don't 
> know why this problem also occurs only on JDK 11.0.2 and not on 11.0.1.
>  
>  
>  
> 
> Our application based on the Netbeans Platform RCP isn't unable to boot 
> hanging during the process, this problems happens with JDK 11.0.2 and JDK 12, 
> i also tested with NetBeans 11 (preview) and it also hangs. With JDK 11.0.1 
> and JDK8 it runs perfectlly.
> The error that happens is:
> java.lang.ExceptionInInitializerError
>      at 
> org.netbeans.core.windows.view.ui.toolbars.DnDSupport.(DnDSupport.java:95)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.dndSupport(ToolbarConfiguration.java:107)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.refresh(ToolbarConfiguration.java:287)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.activate(ToolbarConfiguration.java:375)
>      at org.openide.awt.ToolbarPool.activate(ToolbarPool.java:220)
>      at org.openide.awt.ToolbarPool.setConfigurationNow(ToolbarPool.java:304)
>      at org.openide.awt.ToolbarPool.setConfiguration(ToolbarPool.java:276)
>      at 
> org.netbeans.core.windows.view.DefaultView.showWindowSystem(DefaultView.java:542)
>      at 
> org.netbeans.core.windows.view.DefaultView.windowSystemVisibilityChanged(DefaultView.java:517)
>      at 
> org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:162)
>      at 
> org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:250)
>      at 
> org.netbeans.core.windows.ViewRequestor.processVisibilityRequest(ViewRequestor.java:239)
>      at 
> org.netbeans.core.windows.ViewRequestor.postVisibilityRequest(ViewRequestor.java:176)
>      at 
> org.netbeans.core.windows.ViewRequestor.scheduleRequest(ViewRequestor.java:96)
>      at org.netbeans.core.windows.Central.setVisible(Central.java:115)
>      at 
> org.netbeans.core.windows.WindowManagerImpl.setVisible(WindowManagerImpl.java:907)
>      at 
> org.netbeans.core.windows.WindowSystemImpl.show(WindowSystemImpl.java:80)
>      at org.netbeans.core.GuiRunLevel$InitWinSys.run(GuiRunLevel.java:215)
>      at 
> java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
>      at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
>      at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>      at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>      at java.base/java.security.AccessController.doPrivileged(Native Method)
>      at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
>      at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
>      at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>      at 
> java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
>  Caused by: java.lang.RuntimeException: failed to load system cursor: 
> DnD.Cursor

[jira] [Created] (NETBEANS-1252) shifted cursor in output window when selecting text with GDK_SCALE=2

2018-09-14 Thread Michal Hlavac (JIRA)
Michal Hlavac created NETBEANS-1252:
---

 Summary: shifted cursor in output window when selecting text with 
GDK_SCALE=2
 Key: NETBEANS-1252
 URL: https://issues.apache.org/jira/browse/NETBEANS-1252
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Output Window
Affects Versions: 9.0
Reporter: Michal Hlavac
Assignee: Michal Hlavac
 Attachments: shifted-cursor.mkv

Using GDK_SCALE=2 env variable and Oracle JDK 11 (also 9, 10) cursor in ouptut 
window is shifted. It's OK without GDK_SCALE=2.
 Added attachment [^shifted-cursor.mkv] with short video.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-819) shifted cursor in terminal with GDK_SCALE=2

2018-09-14 Thread Michal Hlavac (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16614808#comment-16614808
 ] 

Michal Hlavac commented on NETBEANS-819:


I fixed it for OutputWindow but it will be bigger thing to fix it for Terminal

> shifted cursor in terminal with GDK_SCALE=2
> ---
>
> Key: NETBEANS-819
> URL: https://issues.apache.org/jira/browse/NETBEANS-819
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Terminalemulator, platform - Output Window
>Affects Versions: 9.0
>Reporter: Michal Hlavac
>Priority: Major
>  Labels: HiDPI, font
> Attachments: resize-fonts.mkv, shifted-cursor.mkv
>
>
> Using GDK_SCALE=2 env variable and Oracle JDK 10.0.1 or 9.0.4 cursor in 
> terminal is shifted. Without GDK_SCALE=2 everythink is OK.
>  Added attachment [^shifted-cursor.mkv] with short video. It says more than 
> words.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-819) shifted cursor in terminal with GDK_SCALE=2

2018-09-14 Thread Michal Hlavac (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16614807#comment-16614807
 ] 

Michal Hlavac commented on NETBEANS-819:


Reason for this behaviour is that terminal except fixed font size width and 
that is not true with hiDPI support in Java

For example {{FontMetrics.stringWidth("a")}} is 7, but 
{{FontMetrics.stringWidth("")}} is 26 instead of 28.

> shifted cursor in terminal with GDK_SCALE=2
> ---
>
> Key: NETBEANS-819
> URL: https://issues.apache.org/jira/browse/NETBEANS-819
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Terminalemulator, platform - Output Window
>Affects Versions: 9.0
>Reporter: Michal Hlavac
>Priority: Major
>  Labels: HiDPI, font
> Attachments: resize-fonts.mkv, shifted-cursor.mkv
>
>
> Using GDK_SCALE=2 env variable and Oracle JDK 10.0.1 or 9.0.4 cursor in 
> terminal is shifted. Without GDK_SCALE=2 everythink is OK.
>  Added attachment [^shifted-cursor.mkv] with short video. It says more than 
> words.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-819) shifted cursor in terminal with GDK_SCALE=2

2018-06-11 Thread Michal Hlavac (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michal Hlavac updated NETBEANS-819:
---
Component/s: platform - Output Window

> shifted cursor in terminal with GDK_SCALE=2
> ---
>
> Key: NETBEANS-819
> URL: https://issues.apache.org/jira/browse/NETBEANS-819
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Terminalemulator, platform - Output Window
>Affects Versions: 9.0
>Reporter: Michal Hlavac
>Priority: Major
> Attachments: resize-fonts.mkv, shifted-cursor.mkv
>
>
> Using GDK_SCALE=2 env variable and Oracle JDK 10.0.1 or 9.0.4 cursor in 
> terminal is shifted. Without GDK_SCALE=2 everythink is OK.
>  Added attachment [^shifted-cursor.mkv] with short video. It says more than 
> words.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-819) shifted cursor in terminal with GDK_SCALE=2

2018-05-21 Thread Michal Hlavac (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michal Hlavac updated NETBEANS-819:
---
Attachment: resize-fonts.mkv

> shifted cursor in terminal with GDK_SCALE=2
> ---
>
> Key: NETBEANS-819
> URL: https://issues.apache.org/jira/browse/NETBEANS-819
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Terminalemulator
>Affects Versions: 9.0
>Reporter: Michal Hlavac
>Priority: Major
> Attachments: resize-fonts.mkv, shifted-cursor.mkv
>
>
> Using GDK_SCALE=2 env variable and Oracle JDK 10.0.1 or 9.0.4 cursor in 
> terminal is shifted. Without GDK_SCALE=2 everythink is OK.
>  Added attachment [^shifted-cursor.mkv] with short video. It says more than 
> words.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-819) shifted cursor in terminal with GDK_SCALE=2

2018-05-21 Thread Michal Hlavac (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16482452#comment-16482452
 ] 

Michal Hlavac commented on NETBEANS-819:


Don't know, maybe it's because I have 4K so this problem occurs with normal 
font size. Added new [^resize-fonts.mkv] vdideo with behaviour when resizing 
font in terminal window (Ctrl + mouse wheel)

> shifted cursor in terminal with GDK_SCALE=2
> ---
>
> Key: NETBEANS-819
> URL: https://issues.apache.org/jira/browse/NETBEANS-819
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Terminalemulator
>Affects Versions: 9.0
>Reporter: Michal Hlavac
>Priority: Major
> Attachments: resize-fonts.mkv, shifted-cursor.mkv
>
>
> Using GDK_SCALE=2 env variable and Oracle JDK 10.0.1 or 9.0.4 cursor in 
> terminal is shifted. Without GDK_SCALE=2 everythink is OK.
>  Added attachment [^shifted-cursor.mkv] with short video. It says more than 
> words.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-819) shifted cursor in terminal with GDK_SCALE=2

2018-05-19 Thread Michal Hlavac (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16481772#comment-16481772
 ] 

Michal Hlavac commented on NETBEANS-819:


Sorry [~lkishalmi], but I don't understand logic of your arguments. Did you try 
to change font size? It depends on font size.

> shifted cursor in terminal with GDK_SCALE=2
> ---
>
> Key: NETBEANS-819
> URL: https://issues.apache.org/jira/browse/NETBEANS-819
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Michal Hlavac
>Priority: Critical
> Attachments: shifted-cursor.mkv
>
>
> Using GDK_SCALE=2 env variable and Oracle JDK 10.0.1 or 9.0.4 cursor in 
> terminal is shifted. Without GDK_SCALE=2 everythink is OK.
>  Added attachment [^shifted-cursor.mkv] with short video. It says more than 
> words.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-819) shifted cursor in terminal with GDK_SCALE=2

2018-05-18 Thread Michal Hlavac (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michal Hlavac updated NETBEANS-819:
---
Description: 
Using GDK_SCALE=2 env variable and Oracle JDK 10.0.1 or 9.0.4 cursor in 
terminal is shifted. Without GDK_SCALE=2 everythink is OK.
 Added attachment [^shifted-cursor.mkv] with short video. It says more than 
words.

  was:
Using GDK_SCALE=2 env variable and Oracle JDK 10 cursor in terminal is shifted. 
Without GDK_SCALE=2 everythink is OK.
 Added attachment [^shifted-cursor.mkv] with short video. It says more than 
words.


> shifted cursor in terminal with GDK_SCALE=2
> ---
>
> Key: NETBEANS-819
> URL: https://issues.apache.org/jira/browse/NETBEANS-819
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Michal Hlavac
>Priority: Critical
> Attachments: shifted-cursor.mkv
>
>
> Using GDK_SCALE=2 env variable and Oracle JDK 10.0.1 or 9.0.4 cursor in 
> terminal is shifted. Without GDK_SCALE=2 everythink is OK.
>  Added attachment [^shifted-cursor.mkv] with short video. It says more than 
> words.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-819) shifted cursor in terminal with GDK_SCALE=2

2018-05-18 Thread Michal Hlavac (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michal Hlavac updated NETBEANS-819:
---
Description: 
Using GDK_SCALE=2 env variable and Oracle JDK 10 cursor in terminal is shifted. 
Without GDK_SCALE=2 everythink is OK.
 Added attachment [^shifted-cursor.mkv] with short video. It says more than 
words.

  was:
Using GDK_SCALE=2 env variable cursor in terminal is shifted.
Added attachment [^shifted-cursor.mkv] with short video. It says more than 
words.


> shifted cursor in terminal with GDK_SCALE=2
> ---
>
> Key: NETBEANS-819
> URL: https://issues.apache.org/jira/browse/NETBEANS-819
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Michal Hlavac
>Priority: Critical
> Attachments: shifted-cursor.mkv
>
>
> Using GDK_SCALE=2 env variable and Oracle JDK 10 cursor in terminal is 
> shifted. Without GDK_SCALE=2 everythink is OK.
>  Added attachment [^shifted-cursor.mkv] with short video. It says more than 
> words.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-819) shifted cursor in terminal with GDK_SCALE=2

2018-05-18 Thread Michal Hlavac (JIRA)
Michal Hlavac created NETBEANS-819:
--

 Summary: shifted cursor in terminal with GDK_SCALE=2
 Key: NETBEANS-819
 URL: https://issues.apache.org/jira/browse/NETBEANS-819
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 9.0
Reporter: Michal Hlavac
 Attachments: shifted-cursor.mkv

Using GDK_SCALE=2 env variable cursor in terminal is shifted.
Added attachment [^shifted-cursor.mkv] with short video. It says more than 
words.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-378) Font size and splash panel on a high-DPI display on Windows 10.

2018-04-02 Thread Michal Hlavac (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16423567#comment-16423567
 ] 

Michal Hlavac commented on NETBEANS-378:


Attached screenshots of idea and netbeans on hiDPi 4K display. It's ok that 
icons are blurry because of small resolution, but overall idea's UI looks 
optimized while netbeans is something like "inflated only" (main menu, editor 
tabs, etc). Now I use netbeans 8.2 with {{--fontsize 24}} because it's IMO 
better "optimized".

> Font size and splash panel on a high-DPI display on Windows 10.
> ---
>
> Key: NETBEANS-378
> URL: https://issues.apache.org/jira/browse/NETBEANS-378
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Giulio D'Ambrosi
>Priority: Major
> Attachments: Installer.PNG, Screenshot_Idea.png, 
> Screenshot_Netbeans.png, Screenshot_Netbeans_Fontsize24.png, keymap.PNG, 
> plugins.PNG, tab.PNG
>
>
> I started using NetBeans with the 4K resolution and i cannot see anything 
> because everything on that JFrame becomes too small and I won't be able to 
> read anything.
> See attached images



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-378) Font size and splash panel on a high-DPI display on Windows 10.

2018-04-02 Thread Michal Hlavac (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michal Hlavac updated NETBEANS-378:
---
Attachment: Screenshot_Netbeans.png

> Font size and splash panel on a high-DPI display on Windows 10.
> ---
>
> Key: NETBEANS-378
> URL: https://issues.apache.org/jira/browse/NETBEANS-378
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Giulio D'Ambrosi
>Priority: Major
> Attachments: Installer.PNG, Screenshot_Idea.png, 
> Screenshot_Netbeans.png, Screenshot_Netbeans_Fontsize24.png, keymap.PNG, 
> plugins.PNG, tab.PNG
>
>
> I started using NetBeans with the 4K resolution and i cannot see anything 
> because everything on that JFrame becomes too small and I won't be able to 
> read anything.
> See attached images



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-378) Font size and splash panel on a high-DPI display on Windows 10.

2018-04-02 Thread Michal Hlavac (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michal Hlavac updated NETBEANS-378:
---
Attachment: (was: Screenshot_Netbeans.png)

> Font size and splash panel on a high-DPI display on Windows 10.
> ---
>
> Key: NETBEANS-378
> URL: https://issues.apache.org/jira/browse/NETBEANS-378
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Giulio D'Ambrosi
>Priority: Major
> Attachments: Installer.PNG, Screenshot_Idea.png, 
> Screenshot_Netbeans.png, Screenshot_Netbeans_Fontsize24.png, keymap.PNG, 
> plugins.PNG, tab.PNG
>
>
> I started using NetBeans with the 4K resolution and i cannot see anything 
> because everything on that JFrame becomes too small and I won't be able to 
> read anything.
> See attached images



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-378) Font size and splash panel on a high-DPI display on Windows 10.

2018-04-02 Thread Michal Hlavac (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michal Hlavac updated NETBEANS-378:
---
Attachment: Screenshot_Netbeans_Fontsize24.png

> Font size and splash panel on a high-DPI display on Windows 10.
> ---
>
> Key: NETBEANS-378
> URL: https://issues.apache.org/jira/browse/NETBEANS-378
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Giulio D'Ambrosi
>Priority: Major
> Attachments: Installer.PNG, Screenshot_Idea.png, 
> Screenshot_Netbeans.png, Screenshot_Netbeans_Fontsize24.png, keymap.PNG, 
> plugins.PNG, tab.PNG
>
>
> I started using NetBeans with the 4K resolution and i cannot see anything 
> because everything on that JFrame becomes too small and I won't be able to 
> read anything.
> See attached images



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-378) Font size and splash panel on a high-DPI display on Windows 10.

2018-04-02 Thread Michal Hlavac (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michal Hlavac updated NETBEANS-378:
---
Attachment: Screenshot_Netbeans.png
Screenshot_Idea.png

> Font size and splash panel on a high-DPI display on Windows 10.
> ---
>
> Key: NETBEANS-378
> URL: https://issues.apache.org/jira/browse/NETBEANS-378
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Giulio D'Ambrosi
>Priority: Major
> Attachments: Installer.PNG, Screenshot_Idea.png, 
> Screenshot_Netbeans.png, keymap.PNG, plugins.PNG, tab.PNG
>
>
> I started using NetBeans with the 4K resolution and i cannot see anything 
> because everything on that JFrame becomes too small and I won't be able to 
> read anything.
> See attached images



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-378) Font size and splash panel on a high-DPI display on Windows 10.

2018-03-29 Thread Michal Hlavac (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16418902#comment-16418902
 ] 

Michal Hlavac commented on NETBEANS-378:


looks better with java 9 and GDK_SCALE=2 but you can't say is optimized. It's 
just double sized comparing to HiDPi optimized Intellij idea.

> Font size and splash panel on a high-DPI display on Windows 10.
> ---
>
> Key: NETBEANS-378
> URL: https://issues.apache.org/jira/browse/NETBEANS-378
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Giulio D'Ambrosi
>Priority: Major
> Attachments: Installer.PNG, keymap.PNG, plugins.PNG, tab.PNG
>
>
> I started using NetBeans with the 4K resolution and i cannot see anything 
> because everything on that JFrame becomes too small and I won't be able to 
> read anything.
> See attached images



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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