[jira] [Commented] (NETBEANS-5865) FlatLaf filechooser labels missing

2021-07-29 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-5865:
---

The problem is that Swing does not find the FlatLaf resource bundle because of 
the NetBeans module system. Swing tries to load it from system class loader (in 
UIDefaults.getResourceCache()):
{code:java}
b = ResourceBundle.getBundle(bundleName, l,
   ClassLoader.getSystemClassLoader());
{code}

> FlatLaf filechooser labels missing
> --
>
> Key: NETBEANS-5865
> URL: https://issues.apache.org/jira/browse/NETBEANS-5865
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Neil C Smith
>Assignee: Karl Tauber
>Priority: Minor
>
> In the standard filechooser (eg. from Open File) using FlatLaf, the popup 
> menu has blank labels, and the details view has the property keys as table 
> headers (similar to image at 
> [https://github.com/JFormDesigner/FlatLaf/issues/98#issuecomment-627454929] ) 
>  Seems to be specific to use inside NetBeans.  Missing values from 
> [https://github.com/JFormDesigner/FlatLaf/blob/main/flatlaf-core/src/main/resources/com/formdev/flatlaf/resources/Bundle.properties]
>  ?



--
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-5865) FlatLaf filechooser labels missing

2021-07-29 Thread Karl Tauber (Jira)


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

Karl Tauber reassigned NETBEANS-5865:
-

Assignee: Karl Tauber

> FlatLaf filechooser labels missing
> --
>
> Key: NETBEANS-5865
> URL: https://issues.apache.org/jira/browse/NETBEANS-5865
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Neil C Smith
>Assignee: Karl Tauber
>Priority: Minor
>
> In the standard filechooser (eg. from Open File) using FlatLaf, the popup 
> menu has blank labels, and the details view has the property keys as table 
> headers (similar to image at 
> [https://github.com/JFormDesigner/FlatLaf/issues/98#issuecomment-627454929] ) 
>  Seems to be specific to use inside NetBeans.  Missing values from 
> [https://github.com/JFormDesigner/FlatLaf/blob/main/flatlaf-core/src/main/resources/com/formdev/flatlaf/resources/Bundle.properties]
>  ?



--
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-5556) Can't wheel scroll in usages when FlatLaf is used

2021-04-08 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-5556:
---

This is a bug in FlatLaf. The JTabbedPane actions `scrollTabsForwardAction` and 
`scrollTabsBackwardAction` did not work as expected.

Fixed in FlatLaf with commit 
[77fc564e|[https://github.com/JFormDesigner/FlatLaf/commit/77fc564e7025ad7a3f54e03266abdaae329f4ae6].]

Will be fixed in NB when a new FlatLaf version becomes available and is used in 
NB.

Another way to fix this would be to not add the MouseWheelListener in class 
CloseButtonTabbedPane if FlatLaf is active. But I know that L specific code 
is not welcome...

JTabbedPane in FlatLaf has build in support for (smooth) wheel scrolling, but 
this is disabled if a MouseWheelListener is added to the JTabbedPane.

> Can't wheel scroll in usages when FlatLaf is used
> -
>
> Key: NETBEANS-5556
> URL: https://issues.apache.org/jira/browse/NETBEANS-5556
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 12.3, 12.4
> Environment: Product Version: Apache NetBeans IDE 12.4-beta2
> Java: 1.8.0_282; OpenJDK 64-Bit Server VM 25.282-b08
> Runtime: OpenJDK Runtime Environment 1.8.0_282-8u282-b08-0ubuntu1~20.10-b08
> System: Linux version 5.8.0-48-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Tomáš Procházka
>Assignee: Karl Tauber
>Priority: Minor
>
> It is possible to use mouse wheel and scroll through opened files in editor.
> Scrolling is broken in Usages tab when FlatLaf Dark Look and Feel is used.
> Steps to reproduce:
> # Open Java source file.
> # Repeatedly invoke Find Usages action until there are more result tabs under 
> Usages panel.
> # Try scrolling with mouse wheel when on tabs with usage results.
> Switching from FlatLaf Dark to another LaF (tried GTK+) restores ability to 
> scroll.



--
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-5556) Can't wheel scroll in usages when FlatLaf is used

2021-04-08 Thread Karl Tauber (Jira)


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

Karl Tauber reassigned NETBEANS-5556:
-

Assignee: Karl Tauber

> Can't wheel scroll in usages when FlatLaf is used
> -
>
> Key: NETBEANS-5556
> URL: https://issues.apache.org/jira/browse/NETBEANS-5556
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 12.3, 12.4
> Environment: Product Version: Apache NetBeans IDE 12.4-beta2
> Java: 1.8.0_282; OpenJDK 64-Bit Server VM 25.282-b08
> Runtime: OpenJDK Runtime Environment 1.8.0_282-8u282-b08-0ubuntu1~20.10-b08
> System: Linux version 5.8.0-48-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Tomáš Procházka
>Assignee: Karl Tauber
>Priority: Minor
>
> It is possible to use mouse wheel and scroll through opened files in editor.
> Scrolling is broken in Usages tab when FlatLaf Dark Look and Feel is used.
> Steps to reproduce:
> # Open Java source file.
> # Repeatedly invoke Find Usages action until there are more result tabs under 
> Usages panel.
> # Try scrolling with mouse wheel when on tabs with usage results.
> Switching from FlatLaf Dark to another LaF (tried GTK+) restores ability to 
> scroll.



--
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-5362) Jvi plugin bug when using FlatLaf themes

2021-02-13 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-5362:
---

The bug is in FlatLaf 1.0-rc2, which throws the NPE when {{null}} is passed to 
parameter {{owner}} when calling {{PopupFactory.getPopup()}}.

> Jvi plugin bug when using FlatLaf themes
> 
>
> Key: NETBEANS-5362
> URL: https://issues.apache.org/jira/browse/NETBEANS-5362
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf, platform - Window System
>Affects Versions: 12.3
>Reporter: Borwe
>Assignee: Karl Tauber
>Priority: Major
>  Labels: bug
>
> After installing the Jvi plugin for netbeans to give it vim like powers for 
> editing, whenever I use any FlatLaf theme and try enter a command in normal 
> mode while editing, eg: ':w', a window pops up as it should, but also the 
> error dialog, which seems to just be annoying, as still after exiting the 
> dialogue, and pressing enter, the jvi command still works as expected.
> *Error:*
> {{java.lang.NullPointerException
>   at 
> com.formdev.flatlaf.ui.FlatPopupFactory.getPopupForScreenOfOwner(FlatPopupFactory.java:114)
>   at 
> com.formdev.flatlaf.ui.FlatPopupFactory.getPopup(FlatPopupFactory.java:78)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayoutPopup.show(CompletionLayoutPopup.java:287)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayoutPopup.showAlongOccupiedBounds(CompletionLayoutPopup.java:319)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayoutPopup.showAlongAnchorBounds(CompletionLayoutPopup.java:299)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayout.updateLayout(CompletionLayout.java:285)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayout$CompletionPopup.show(CompletionLayout.java:458)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayout$CompletionPopup.show(CompletionLayout.java:346)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayout.showCompletion(CompletionLayout.java:121)
>   at 
> org.netbeans.modules.editor.completion.CompletionImpl$10.run(CompletionImpl.java:1166)
>   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(AccessController.java:708)
>   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)
> [catch] 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.pumpEventsForFilter(EventDispatchThread.java:117)
>   at 
> java.desktop/java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
>   at 
> java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:235)
>   at 
> java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:233)
>   at 
> java.base/java.security.AccessController.doPrivileged(AccessController.java:682)
>   at 
> java.desktop/java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:233)
>   at java.desktop/java.awt.Dialog.show(Dialog.java:1070)
>   at java.desktop/java.awt.Component.show(Component.java:1716)
>   at java.desktop/java.awt.Component.setVisible(Component.java:1663)
>   at java.desktop/java.awt.Window.setVisible(Window.java:1031)
>   at java.desktop/java.awt.Dialog.setVisible(Dialog.java:1005)
>   at 
> com.raelity.jvi.swing.WindowCmdEntry.finishActivate(WindowCmdEntry.java:84)
>   at 
> com.raelity.jvi.swing.CommandLineEntry.activate(CommandLineEntry.java:159)
>   at 
> com.raelity.jvi.manager.Scheduler.startCommandEntry(Scheduler.java:272)
>   at 
> com.raelity.jvi.core.ColonCommands.doColonCommand(ColonCommands.java:129)
>   at com.raelity.jvi.core.Normal.nv_colon(Normal.java:2496)
>   at com.raelity.jvi.core.Normal.normal_cmd(Normal.java:627)
>   at com.raelity.jvi.core.Normal.processInputChar(Normal.java:179)
>   at com.raelity.jvi.core.GetChar.pumpChar(GetChar.java:401)
>   at com.raelity.jvi.core.GetChar.pumpAllChars(GetChar.java:365)
>   at 

[jira] [Updated] (NETBEANS-5362) Jvi plugin bug when using FlatLaf themes

2021-02-13 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-5362:
--
Affects Version/s: (was: Next)
   12.3

> Jvi plugin bug when using FlatLaf themes
> 
>
> Key: NETBEANS-5362
> URL: https://issues.apache.org/jira/browse/NETBEANS-5362
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf, platform - Window System
>Affects Versions: 12.3
>Reporter: Borwe
>Assignee: Karl Tauber
>Priority: Major
>  Labels: bug
>
> After installing the Jvi plugin for netbeans to give it vim like powers for 
> editing, whenever I use any FlatLaf theme and try enter a command in normal 
> mode while editing, eg: ':w', a window pops up as it should, but also the 
> error dialog, which seems to just be annoying, as still after exiting the 
> dialogue, and pressing enter, the jvi command still works as expected.
> *Error:*
> {{java.lang.NullPointerException
>   at 
> com.formdev.flatlaf.ui.FlatPopupFactory.getPopupForScreenOfOwner(FlatPopupFactory.java:114)
>   at 
> com.formdev.flatlaf.ui.FlatPopupFactory.getPopup(FlatPopupFactory.java:78)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayoutPopup.show(CompletionLayoutPopup.java:287)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayoutPopup.showAlongOccupiedBounds(CompletionLayoutPopup.java:319)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayoutPopup.showAlongAnchorBounds(CompletionLayoutPopup.java:299)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayout.updateLayout(CompletionLayout.java:285)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayout$CompletionPopup.show(CompletionLayout.java:458)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayout$CompletionPopup.show(CompletionLayout.java:346)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayout.showCompletion(CompletionLayout.java:121)
>   at 
> org.netbeans.modules.editor.completion.CompletionImpl$10.run(CompletionImpl.java:1166)
>   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(AccessController.java:708)
>   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)
> [catch] 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.pumpEventsForFilter(EventDispatchThread.java:117)
>   at 
> java.desktop/java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
>   at 
> java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:235)
>   at 
> java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:233)
>   at 
> java.base/java.security.AccessController.doPrivileged(AccessController.java:682)
>   at 
> java.desktop/java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:233)
>   at java.desktop/java.awt.Dialog.show(Dialog.java:1070)
>   at java.desktop/java.awt.Component.show(Component.java:1716)
>   at java.desktop/java.awt.Component.setVisible(Component.java:1663)
>   at java.desktop/java.awt.Window.setVisible(Window.java:1031)
>   at java.desktop/java.awt.Dialog.setVisible(Dialog.java:1005)
>   at 
> com.raelity.jvi.swing.WindowCmdEntry.finishActivate(WindowCmdEntry.java:84)
>   at 
> com.raelity.jvi.swing.CommandLineEntry.activate(CommandLineEntry.java:159)
>   at 
> com.raelity.jvi.manager.Scheduler.startCommandEntry(Scheduler.java:272)
>   at 
> com.raelity.jvi.core.ColonCommands.doColonCommand(ColonCommands.java:129)
>   at com.raelity.jvi.core.Normal.nv_colon(Normal.java:2496)
>   at com.raelity.jvi.core.Normal.normal_cmd(Normal.java:627)
>   at com.raelity.jvi.core.Normal.processInputChar(Normal.java:179)
>   at com.raelity.jvi.core.GetChar.pumpChar(GetChar.java:401)
>   at com.raelity.jvi.core.GetChar.pumpAllChars(GetChar.java:365)
>   at com.raelity.jvi.core.GetChar.startPump(GetChar.java:308)
>   at com.raelity.jvi.core.GetChar.gotc(GetChar.java:178)
>   at 

[jira] [Assigned] (NETBEANS-5362) Jvi plugin bug when using FlatLaf themes

2021-02-13 Thread Karl Tauber (Jira)


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

Karl Tauber reassigned NETBEANS-5362:
-

Assignee: Karl Tauber

> Jvi plugin bug when using FlatLaf themes
> 
>
> Key: NETBEANS-5362
> URL: https://issues.apache.org/jira/browse/NETBEANS-5362
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf, platform - Window System
>Affects Versions: Next
>Reporter: Borwe
>Assignee: Karl Tauber
>Priority: Major
>  Labels: bug
>
> After installing the Jvi plugin for netbeans to give it vim like powers for 
> editing, whenever I use any FlatLaf theme and try enter a command in normal 
> mode while editing, eg: ':w', a window pops up as it should, but also the 
> error dialog, which seems to just be annoying, as still after exiting the 
> dialogue, and pressing enter, the jvi command still works as expected.
> *Error:*
> {{java.lang.NullPointerException
>   at 
> com.formdev.flatlaf.ui.FlatPopupFactory.getPopupForScreenOfOwner(FlatPopupFactory.java:114)
>   at 
> com.formdev.flatlaf.ui.FlatPopupFactory.getPopup(FlatPopupFactory.java:78)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayoutPopup.show(CompletionLayoutPopup.java:287)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayoutPopup.showAlongOccupiedBounds(CompletionLayoutPopup.java:319)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayoutPopup.showAlongAnchorBounds(CompletionLayoutPopup.java:299)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayout.updateLayout(CompletionLayout.java:285)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayout$CompletionPopup.show(CompletionLayout.java:458)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayout$CompletionPopup.show(CompletionLayout.java:346)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayout.showCompletion(CompletionLayout.java:121)
>   at 
> org.netbeans.modules.editor.completion.CompletionImpl$10.run(CompletionImpl.java:1166)
>   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(AccessController.java:708)
>   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)
> [catch] 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.pumpEventsForFilter(EventDispatchThread.java:117)
>   at 
> java.desktop/java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
>   at 
> java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:235)
>   at 
> java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:233)
>   at 
> java.base/java.security.AccessController.doPrivileged(AccessController.java:682)
>   at 
> java.desktop/java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:233)
>   at java.desktop/java.awt.Dialog.show(Dialog.java:1070)
>   at java.desktop/java.awt.Component.show(Component.java:1716)
>   at java.desktop/java.awt.Component.setVisible(Component.java:1663)
>   at java.desktop/java.awt.Window.setVisible(Window.java:1031)
>   at java.desktop/java.awt.Dialog.setVisible(Dialog.java:1005)
>   at 
> com.raelity.jvi.swing.WindowCmdEntry.finishActivate(WindowCmdEntry.java:84)
>   at 
> com.raelity.jvi.swing.CommandLineEntry.activate(CommandLineEntry.java:159)
>   at 
> com.raelity.jvi.manager.Scheduler.startCommandEntry(Scheduler.java:272)
>   at 
> com.raelity.jvi.core.ColonCommands.doColonCommand(ColonCommands.java:129)
>   at com.raelity.jvi.core.Normal.nv_colon(Normal.java:2496)
>   at com.raelity.jvi.core.Normal.normal_cmd(Normal.java:627)
>   at com.raelity.jvi.core.Normal.processInputChar(Normal.java:179)
>   at com.raelity.jvi.core.GetChar.pumpChar(GetChar.java:401)
>   at com.raelity.jvi.core.GetChar.pumpAllChars(GetChar.java:365)
>   at com.raelity.jvi.core.GetChar.startPump(GetChar.java:308)
>   at com.raelity.jvi.core.GetChar.gotc(GetChar.java:178)
>   at com.raelity.jvi.core.Hook.gotc(Hook.java:97)
>   

[jira] [Assigned] (NETBEANS-4723) [FlatLaF] Graphical glitch with --nosplash

2021-02-01 Thread Karl Tauber (Jira)


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

Karl Tauber reassigned NETBEANS-4723:
-

Assignee: Karl Tauber

> [FlatLaF] Graphical glitch with --nosplash
> --
>
> Key: NETBEANS-4723
> URL: https://issues.apache.org/jira/browse/NETBEANS-4723
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf, ide - UI
>Reporter: Patrik Karlström
>Assignee: Karl Tauber
>Priority: Major
> Fix For: 12.3
>
> Attachments: Screenshot_20200818_192802.png, 
> Screenshot_20200818_192917.png
>
>
> Starting a platform application, the IDE included, with the --nosplash 
> argument makes the application look a bit off, true for both FlatLaF Dark & 
> Light.
>  
> From what I can tell, this is only visible with FlatLaf.
>  
> Confirmed on the mailing list
> [https://lists.apache.org/thread.html/r8d5e5501a32ef70cc09c21d730d62919adb14663c5a8ed0d3efb7534%40%3Cdev.netbeans.apache.org%3E]
>  



--
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] [Resolved] (NETBEANS-4723) [FlatLaF] Graphical glitch with --nosplash

2021-02-01 Thread Karl Tauber (Jira)


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

Karl Tauber resolved NETBEANS-4723.
---
Fix Version/s: 12.3
   Resolution: Fixed

> [FlatLaF] Graphical glitch with --nosplash
> --
>
> Key: NETBEANS-4723
> URL: https://issues.apache.org/jira/browse/NETBEANS-4723
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf, ide - UI
>Reporter: Patrik Karlström
>Priority: Major
> Fix For: 12.3
>
> Attachments: Screenshot_20200818_192802.png, 
> Screenshot_20200818_192917.png
>
>
> Starting a platform application, the IDE included, with the --nosplash 
> argument makes the application look a bit off, true for both FlatLaF Dark & 
> Light.
>  
> From what I can tell, this is only visible with FlatLaf.
>  
> Confirmed on the mailing list
> [https://lists.apache.org/thread.html/r8d5e5501a32ef70cc09c21d730d62919adb14663c5a8ed0d3efb7534%40%3Cdev.netbeans.apache.org%3E]
>  



--
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] [Resolved] (NETBEANS-5025) Hacky scrolling in Options -> Fonts & Colors -> preview area

2021-02-01 Thread Karl Tauber (Jira)


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

Karl Tauber resolved NETBEANS-5025.
---
Fix Version/s: 12.3
   Resolution: Fixed

> Hacky scrolling in Options -> Fonts & Colors -> preview area
> 
>
> Key: NETBEANS-5025
> URL: https://issues.apache.org/jira/browse/NETBEANS-5025
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 12.1
> Environment: Product Version: Apache NetBeans IDE 12.1
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chris\AppData\Roaming\Netbeans\12.1
> Cache directory: C:\Users\Chris\AppData\Local\NetBeans\Cache\12.1
>Reporter: Christian Lenz
>Assignee: Karl Tauber
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.3
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Since the smooth scrolling was implemented by you, thank you very much, there 
> are some areas, where the scrolling is still hacky like in the editor, before 
> you fixed it. One of the areas is the preview area inside of the options.
> Steps to reproduce:
> * Open Options
> * Go to Fonts & Colors
> * Try to scroll inside of the preview area
> You can see, that smooth scrolling is there but hacky.
> Surface Laptop 3, Windows 10 20H2 and scrolling with the touchpad on it.



--
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] [Resolved] (NETBEANS-5026) Hacky scrolling in notifications window

2021-02-01 Thread Karl Tauber (Jira)


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

Karl Tauber resolved NETBEANS-5026.
---
Fix Version/s: 12.3
   Resolution: Fixed

> Hacky scrolling in notifications window
> ---
>
> Key: NETBEANS-5026
> URL: https://issues.apache.org/jira/browse/NETBEANS-5026
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 12.1
> Environment: Product Version: Apache NetBeans IDE 12.1
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chris\AppData\Roaming\Netbeans\12.1
> Cache directory: C:\Users\Chris\AppData\Local\NetBeans\Cache\12.1
>Reporter: Christian Lenz
>Assignee: Karl Tauber
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.3
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Another hacky scrolling is the notifications window. You need to make some 
> notifications. Open the notifications window and see the area, where the full 
> information of the notifications is shown. Either it is still scrollable or 
> you need to resize it, until you see the scrollbar. If you see it, please 
> scroll and see that it is hacky.
> Surface Laptop 3, Windows 10 20H2 and scrolling with the touchpad on it.



--
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-5299) Wrong dialog button pressed when using FlatLaf

2021-02-01 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-5299:
---

The problem is also on Windows in 12.3 beta 1, but not in 12.2 (and earlier).

On Windows this is a regression in FlatLaf 1.0-rc1.

On Linux, this issue is also in older FlatLaf versions.

> Wrong dialog button pressed when using FlatLaf
> --
>
> Key: NETBEANS-5299
> URL: https://issues.apache.org/jira/browse/NETBEANS-5299
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 12.2, 12.3
>Reporter: Tomáš Procházka
>Assignee: Karl Tauber
>Priority: Major
>
> When FlatLaf is used, then in dialogs wrong button is activated using 
> keyboard navigation.
> Steps to reproduce:
> # Open NetBeans and select FlatLaf look & feel
> # Open any file
> # Make any change in file
> # Exit NetBeans - clicking Close button or File > Exit
> # Dialog Save will show up
> # Press Tab key - Save button will be highlighted
> # Press Enter
> Actual behavior:
> Cancel button is activated - file is not saved and NetBeans are not closed
> Expected behavior:
> Save button is activated - file is saved and NetBeans are closed.
>  
> Same problem is also with other dialogs.
> When GTK+ LaF is used, then correct dialog button is activated.
> Tested in NetBeans 12.2 and 12.3 beta 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-4627) Background color of search result in Find Tasks Editor makes the text unreadable

2020-08-23 Thread Karl Tauber (Jira)


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

Karl Tauber reassigned NETBEANS-4627:
-

Assignee: Karl Tauber

> Background color of search result in Find Tasks Editor makes the text 
> unreadable
> 
>
> Key: NETBEANS-4627
> URL: https://issues.apache.org/jira/browse/NETBEANS-4627
> Project: NetBeans
>  Issue Type: Improvement
>  Components: FlatLaf
>Affects Versions: 12.0
> Environment: OS: Windows 10
>Reporter: KoKo
>Assignee: Karl Tauber
>Priority: Minor
> Attachments: image-2020-07-24-08-54-11-502.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
>  Switch to FlatLaf Dark Theme and
> 1. Create a Bugzilla Task Repository
> 2. Right click the repository you create and select Find Tasks... in context 
> menu
> 3. Set some search condition
> 4. Click Search button
>   !image-2020-07-24-08-54-11-502.png!
>  



--
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-4444) The selected text is not removed in the Find Combobox when text is input via IME

2020-08-23 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-:
---

The fix for this issue seems to cause a regression.

See NETBEANS-4623.

https://issues.apache.org/jira/browse/NETBEANS-4623?focusedCommentId=17182666=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17182666

[~junichi11] could you have a look?

> The selected text is not removed in the Find Combobox when text is input via 
> IME
> 
>
> Key: NETBEANS-
> URL: https://issues.apache.org/jira/browse/NETBEANS-
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Search
>Affects Versions: 12.0
> Environment: Ubuntu 20.04
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.1
>
> Attachments: find-combobox-with-ime.gif, find-combobox-without-ime.gif
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> h2. Steps to reproduce
>  * Show the search bar [Ctrl] + [F]
>  * Input something
>  * Select all text
>  * Type something via IME
>  * Selected text is not removed
> h3. Without IME
> !find-combobox-without-ime.gif!
> h3. With IME
> !find-combobox-with-ime.gif!
>  
> I used the mozc as an IME: [https://github.com/google/mozc]



--
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-4623) NullPointerException in BasicTextUI.getPreferredSize

2020-08-23 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-4623:
---

Fix for NETBEANS- (PR [2188|https://github.com/apache/netbeans/pull/2188]) 
is probably responsible for this issue (and for NETBEANS-4620 too).

The {{NullPointerException}} in {{BasicTextUI.modelToView()}} (e.g. in attached 
idelog-3.txt) occurs within the property change listener added to 
{{SearchComboBoxEditor}} at in above PR [at line 
137|https://github.com/junichi11/netbeans/blob/a44b5b225f4cf1fc72a5a82416e58a0b7cde3fa9/ide/editor.search/src/org/netbeans/modules/editor/search/SearchComboBoxEditor.java#L137].

See {{SearchComboBoxEditor$3.propertyChange()}} in following stack (from 
idelog-3.txt):
{noformat}
java.lang.NullPointerException
at 
java.desktop/javax.swing.plaf.basic.BasicTextUI.modelToView(BasicTextUI.java:1104)
at 
java.desktop/javax.swing.plaf.basic.BasicTextUI.modelToView(BasicTextUI.java:1089)
at 
java.desktop/javax.swing.plaf.basic.BasicTextUI.modelToView(BasicTextUI.java:1065)
at 
org.netbeans.modules.editor.search.SearchComboBoxEditor$ManageViewPositionListener.changed(SearchComboBoxEditor.java:290)
at 
org.netbeans.modules.editor.search.SearchComboBoxEditor$ManageViewPositionListener.removeUpdate(SearchComboBoxEditor.java:277)
at 
org.netbeans.lib.editor.util.swing.PriorityDocumentListenerList.removeUpdate(PriorityDocumentListenerList.java:91)
at 
java.desktop/javax.swing.text.AbstractDocument.fireRemoveUpdate(AbstractDocument.java:261)
at 
org.netbeans.editor.BaseDocument.fireRemoveUpdate(BaseDocument.java:1650)
at org.netbeans.editor.BaseDocument.handleRemove(BaseDocument.java:1022)
at 
org.netbeans.editor.BaseDocument$FilterBypassImpl.remove(BaseDocument.java:2639)
at 
java.desktop/javax.swing.text.DocumentFilter.remove(DocumentFilter.java:79)
at org.netbeans.editor.BaseDocument.remove(BaseDocument.java:935)
at 
org.netbeans.modules.editor.search.SearchComboBoxEditor$3.propertyChange(SearchComboBoxEditor.java:137)
at 
java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:341)
at 
java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
at 
java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:266)
at 
java.desktop/java.awt.Component.firePropertyChange(Component.java:8728)
at 
java.desktop/javax.swing.text.JTextComponent.setCaret(JTextComponent.java:604)
at org.netbeans.editor.BaseTextUI.uninstallUI(BaseTextUI.java:251)
{noformat}
At this time field {{BasicTextUI.editor}} is {{null}} and causes the NPE. And 
the NPE in {{modelToView()}} prevents the installation of a new UI for the text 
component, which causes subsequent NPEs e.g. in 
{{BasicTextUI.getPreferredSize()}}.

> NullPointerException in BasicTextUI.getPreferredSize
> 
>
> Key: NETBEANS-4623
> URL: https://issues.apache.org/jira/browse/NETBEANS-4623
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.1
> Environment: Product Version: Apache NetBeans IDE 12.1-beta3
> Java: 14.0.2; Java HotSpot(TM) 64-Bit Server VM 14.0.2+12-46
> Runtime: Java(TM) SE Runtime Environment 14.0.2+12-46
> System: Windows 10 version 10.0 running on amd64
>Reporter: Czukowski
>Assignee: Karl Tauber
>Priority: Major
> Attachments: idelog-2.txt, idelog-3.txt, idelog-4.txt, idelog-5.txt, 
> idelog-6.txt, idelog-7.txt, idelog-8.txt, image-2020-07-23-14-53-04-101.png
>
>
> Was testing 12.1 beta1 today, during my normal activity I noticed an error 
> icon in the status bar at the bottom. The IDE was responsive and everything 
> seemingly working so far.
> Upon clicking the icon, where the Notification panel would appear, only a 
> blank space appears instead of it. If I try to open a file from Project or 
> Files panels, similar things happen, editor tabs do open, but they are blank 
> and gray.
> Other IDE dialogs (that are not panels) can still be open without issues.
> The only way I've found to get rid of the issue is to restart the IDE. It did 
> happen a few times after that too, it wasn't clear which action has triggered 
> the issue.
>  !image-2020-07-23-14-53-04-101.png! 
> See the attachment for the IDE log, this error can be seen repeated there 
> multiple times.



--
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, 

[jira] [Commented] (NETBEANS-4723) [FlatLaF] Graphical glitch with --nosplash

2020-08-23 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-4723:
---

FlatLaf uses {{java.util.ServiceLoader.load()}} (in 
[FlatLaf.getDefaults()|https://github.com/JFormDesigner/FlatLaf/blob/d134c3349951ce263f47bd341cc1718c27a2042f/flatlaf-core/src/main/java/com/formdev/flatlaf/FlatLaf.java#L276])
 to load a service from the "FlatLaf Look and Feel" module, which adds NetBeans 
specific UI defaults.

{{ServiceLoader.load()}} uses the context class loader of the current thread to 
locate the service. The current thread is "AWT-EventQueue-0" when FlatLaf is 
initialized, independent of whether splash screen is shown or not.

Loading service works with splash screen because at this time the AWT thread 
context class loader is {{ModuleManager$SystemClassLoader}}, which finds the 
service in the module.

But with {{--nosplash}}, the AWT thread context class loader is 
{{MainImpl$BootClassLoader}}, which does not find the service because it does 
not know modules.

So why is the AWT thread context class loader not yet set when using 
{{--nosplash}}?

> [FlatLaF] Graphical glitch with --nosplash
> --
>
> Key: NETBEANS-4723
> URL: https://issues.apache.org/jira/browse/NETBEANS-4723
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf, ide - UI
>Reporter: Patrik Karlström
>Priority: Major
> Attachments: Screenshot_20200818_192802.png, 
> Screenshot_20200818_192917.png
>
>
> Starting a platform application, the IDE included, with the --nosplash 
> argument makes the application look a bit off, true for both FlatLaF Dark & 
> Light.
>  
> From what I can tell, this is only visible with FlatLaf.
>  
> Confirmed on the mailing list
> [https://lists.apache.org/thread.html/r8d5e5501a32ef70cc09c21d730d62919adb14663c5a8ed0d3efb7534%40%3Cdev.netbeans.apache.org%3E]
>  



--
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-3746) [FlatLaF] Change theme for FlatLaF

2020-06-29 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3746:
---

I use the term "theme" in FlatLaf instead of "look and feel" because it is more 
commonly used in major IDEs and editors (IntelliJ IDEA, VScode, Atom, etc). The 
term "look and feel" is only used in Java Swing (as far as I know).

Technically a "theme" is a "look and feel" in FlatLaf because you have to 
activate each FlatLaf theme with 'UIManager.setLookAndFeel(...)'.

For NetBeans it would be natural to add FlatLaf themes to the Look and Feels 
combobox.

> [FlatLaF] Change theme for FlatLaF
> --
>
> Key: NETBEANS-3746
> URL: https://issues.apache.org/jira/browse/NETBEANS-3746
> Project: NetBeans
>  Issue Type: New Feature
>  Components: FlatLaf, ide - UI, platform - OptionsSettings
> Environment: Product Version: Apache NetBeans IDE 11.1
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.1
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.1
>Reporter: Christian Lenz
>Assignee: Karl Tauber
>Priority: Major
>  Labels: Look, theme
> Attachments: flat-laf-changing-theme.gif
>
>
> As far as I know, there ia theming option for FlatLaF inside the FlatLaF 
> demo. See my screencapture for more info. So it is possible via JSON to theme 
> the LaF easy and restartless. IntelliJ is doing that and it works like a 
> charm.
> The problem of NetBeans changing LaF is you often need to restart, because 
> not all components are repainted correctly. But it seems that theming of 
> FlatLaF is independent from NetBeans.
> So it would be nice, if we can switch the FlatLaF theme easy via NetBeans as 
> it is possible in the FlatLaF demo which is located here: 
> https://github.com/JFormDesigner/FlatLaf
> I already asked here: https://github.com/JFormDesigner/FlatLaf/issues/29



--
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-3746) [FlatLaF] Change theme for FlatLaF

2020-06-26 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3746:
---

That's difficult to answer. Depends on the code...

For the start, I thought about implementing switching (without restart) from 
one FlatLaf theme to another FlatLaf theme only. This is less work because only 
FlatLaf related UI delegates (editor/view tabs, etc), which I've implemented, 
need to be adjusted. Also it is not necessary to replace those many static 
fields that remember what LaF is active.

Think that this is doable in 1-2 weeks.

Having this as base, other (popular) LaFs can be added.

Rarely used LaFs (Motif, Windows Classic, ...) can probably remain excluded, 
which saves work.

> [FlatLaF] Change theme for FlatLaF
> --
>
> Key: NETBEANS-3746
> URL: https://issues.apache.org/jira/browse/NETBEANS-3746
> Project: NetBeans
>  Issue Type: New Feature
>  Components: FlatLaf, ide - UI, platform - OptionsSettings
> Environment: Product Version: Apache NetBeans IDE 11.1
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.1
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.1
>Reporter: Christian Lenz
>Assignee: Karl Tauber
>Priority: Major
>  Labels: Look, theme
> Attachments: flat-laf-changing-theme.gif
>
>
> As far as I know, there ia theming option for FlatLaF inside the FlatLaF 
> demo. See my screencapture for more info. So it is possible via JSON to theme 
> the LaF easy and restartless. IntelliJ is doing that and it works like a 
> charm.
> The problem of NetBeans changing LaF is you often need to restart, because 
> not all components are repainted correctly. But it seems that theming of 
> FlatLaF is independent from NetBeans.
> So it would be nice, if we can switch the FlatLaF theme easy via NetBeans as 
> it is possible in the FlatLaF demo which is located here: 
> https://github.com/JFormDesigner/FlatLaf
> I already asked here: https://github.com/JFormDesigner/FlatLaf/issues/29



--
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-4173) FlatLaf: Partial render selected BeanTreeView element

2020-06-10 Thread Karl Tauber (Jira)


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

Karl Tauber closed NETBEANS-4173.
-
Fix Version/s: 12.0
   Resolution: Fixed

tested final 12.0 and it works now

> FlatLaf: Partial render selected BeanTreeView element
> -
>
> Key: NETBEANS-4173
> URL: https://issues.apache.org/jira/browse/NETBEANS-4173
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.2
>Reporter: Lucas Friedmann
>Assignee: Karl Tauber
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 12.0
>
> Attachments: Netbeans Services Windows after fix_FlatLaf.png, 
> image-2020-04-16-13-16-17-044.png
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> When using FlatLaf Look and Feel, incorrect rendering of tree item under the 
> context menu in the BeanTreeView component occurs. This problem can be easily 
> reproduced by the following simple example.
> {code:java}
> import com.formdev.flatlaf.FlatLightLaf;
> import org.openide.explorer.ExplorerManager;
> import org.openide.explorer.view.BeanTreeView;
> import org.openide.nodes.AbstractNode;
> import org.openide.nodes.Children;
> import javax.swing.*;
> import java.awt.*;
> import java.awt.event.ActionEvent;
> public class SampleFrame extends JFrame implements ExplorerManager.Provider {
> private final ExplorerManager explorerManager = new ExplorerManager();
> public SampleFrame() throws HeadlessException {
> setSize(300, 400);
> explorerManager.setRootContext(new SampleNode());
> BeanTreeView beanTreeView = new BeanTreeView();
> getContentPane().add(beanTreeView, BorderLayout.CENTER);
> }
> @Override
> public ExplorerManager getExplorerManager() {
> return explorerManager;
> }
> private static class SampleNode extends AbstractNode {
> public SampleNode() {
> super(Children.LEAF);
> setName("SampleNode");
> }
> @Override
> public Action[] getActions(boolean context) {
> AbstractAction action = new AbstractAction() {
> @Override
> public void actionPerformed(ActionEvent e) {
> }
> };
> action.putValue(Action.NAME, "Sample");
> return new Action[]{action};
> }
> }
> public static void main(String[] args) {
> SwingUtilities.invokeLater(() -> {
> FlatLightLaf.install();
> SampleFrame frame = new SampleFrame();
> frame.setDefaultCloseOperation(EXIT_ON_CLOSE);
> frame.setVisible(true);
> });
> }
> }
> {code}
> Netbeans Services Window
> !image-2020-04-16-13-16-17-044.png!
>  



--
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-3881) FlatLaf Light minor gui issue

2020-06-10 Thread Karl Tauber (Jira)


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

Karl Tauber closed NETBEANS-3881.
-
Fix Version/s: 12.0
   Resolution: Fixed

tested final 12.0 and it works now

> FlatLaf Light minor gui issue
> -
>
> Key: NETBEANS-3881
> URL: https://issues.apache.org/jira/browse/NETBEANS-3881
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e198d0dade337c1dbc27adbbdfd5d12f621a7712)
> Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9
> Runtime: OpenJDK Runtime Environment 13.0.1+9
> System: Mac OS X version 10.15.3 running on x86_64; UTF-8; en_GB (nb)
>Reporter: Vedran
>Assignee: Karl Tauber
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 12.0
>
> Attachments: image-2020-03-19-09-56-04-856.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> I am experiencing a minor issue when i try to execute Find Usages action.
> I can't upload attachments to show this. I have read that i need admin to 
> grant me permission to do so but i do not know how to ask admin for that.
> Issue is that scope defining button is under some warning box which says:
> {color:#FF}Warning: {color}Disclaimer: Searching for usages in compiled 
> dependencies has certain limitations. [Find out more. 
> |http://wiki.netbeans.org/Find_Usages_in_Compiled_Dependencies]
> It is hard to click that button and when you click on it, Maven project icons 
> have dark background.



--
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-4135) FlatLaf on Windows does not render all Unicode characters

2020-06-10 Thread Karl Tauber (Jira)


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

Karl Tauber closed NETBEANS-4135.
-
Fix Version/s: 12.0
   Resolution: Fixed

fixed with FlatLaf 0.30 in this PR https://github.com/apache/netbeans/pull/2060

> FlatLaf on Windows does not render all Unicode characters
> -
>
> Key: NETBEANS-4135
> URL: https://issues.apache.org/jira/browse/NETBEANS-4135
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
>Reporter: Karl Tauber
>Assignee: Karl Tauber
>Priority: Major
> Fix For: 12.0
>
>
> reported here [https://github.com/JFormDesigner/FlatLaf/issues/81]
> On Windows, FlatLaf components can not render all Unicode characters because 
> the used font "Segoe UI" does not contain all characters and FlatLaf does not 
> create a Swing "composite font", which could render all Unicode characters.
> On Linux, FlatLaf already creates a composite font.
> On Mac, the used font seems to contain all (or more) Unicode characters.



--
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-4030) FlatLaf: selection not painted in libraries category in project dialog

2020-06-10 Thread Karl Tauber (Jira)


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

Karl Tauber closed NETBEANS-4030.
-
Fix Version/s: 12.0
   Resolution: Fixed

tested final 12.0 and it works now

> FlatLaf: selection not painted in libraries category in project dialog 
> ---
>
> Key: NETBEANS-4030
> URL: https://issues.apache.org/jira/browse/NETBEANS-4030
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
>Reporter: Karl Tauber
>Assignee: Karl Tauber
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.0
>
> Attachments: image-2020-03-17-19-05-30-099.png, 
> image-2020-03-17-19-05-44-489.png, image-2020-03-17-19-09-48-899.png, 
> image-2020-03-17-19-10-39-158.png, image-2020-03-18-09-34-17-586.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> In Project properties dialog in category Libraries, if a item is selected it 
> is not painted anymore in FlatLaf Light:
> !image-2020-03-17-19-05-30-099.png!
> Unselected:
> !image-2020-03-17-19-05-44-489.png!



--
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-4135) FlatLaf on Windows does not render all Unicode characters

2020-04-09 Thread Karl Tauber (Jira)
Karl Tauber created NETBEANS-4135:
-

 Summary: FlatLaf on Windows does not render all Unicode characters
 Key: NETBEANS-4135
 URL: https://issues.apache.org/jira/browse/NETBEANS-4135
 Project: NetBeans
  Issue Type: Bug
  Components: FlatLaf
Affects Versions: 11.3
Reporter: Karl Tauber
Assignee: Karl Tauber


reported here [https://github.com/JFormDesigner/FlatLaf/issues/81]

On Windows, FlatLaf components can not render all Unicode characters because 
the used font "Segoe UI" does not contain all characters and FlatLaf does not 
create a Swing "composite font", which could render all Unicode characters.

On Linux, FlatLaf already creates a composite font.

On Mac, the used font seems to contain all (or more) Unicode characters.



--
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-3787) FlatLAF: activated tab bold line not correct with different project tab colors

2020-04-03 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3787:
--
Component/s: FlatLaf

> FlatLAF: activated tab bold line not correct with different project tab colors
> --
>
> Key: NETBEANS-3787
> URL: https://issues.apache.org/jira/browse/NETBEANS-3787
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf, ide - UI
>Affects Versions: 11.3
> Environment: Netbeans 11.3 beta2 with FlatLAF
>Reporter: Tobias Warneke
>Assignee: Karl Tauber
>Priority: Major
>  Labels: pull-request-available
> Attachments: image-2020-02-03-10-48-17-043.png, 
> image-2020-02-03-10-49-22-748.png
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> I attached two screenshots. The LoginDeniedException - source file tab has a 
> "correct" blue thick activated line but the GenericHandler has not.
> It somehow shows the project color within the "activation line". 
> Is this by design? I love the contrast of this line to the white background 
> of an activated tab.



--
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-3746) [FlatLaF] Change theme for FlatLaF

2020-04-01 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3746:
---

Switching FlatLaf theme is Swing L switching. There is no magic in FlatLaf :)

So switching FlatLaf theme in NB without restart requires some changes in NB. 
E.g. no longer storing colors (or other theme related data) in static 
variables. And more...

I think it is doable, but requires some time...

> [FlatLaF] Change theme for FlatLaF
> --
>
> Key: NETBEANS-3746
> URL: https://issues.apache.org/jira/browse/NETBEANS-3746
> Project: NetBeans
>  Issue Type: New Feature
>  Components: FlatLaf, ide - UI, platform - OptionsSettings
> Environment: Product Version: Apache NetBeans IDE 11.1
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.1
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.1
>Reporter: Christian Lenz
>Assignee: Karl Tauber
>Priority: Major
>  Labels: Look, theme
> Attachments: flat-laf-changing-theme.gif
>
>
> As far as I know, there ia theming option for FlatLaF inside the FlatLaF 
> demo. See my screencapture for more info. So it is possible via JSON to theme 
> the LaF easy and restartless. IntelliJ is doing that and it works like a 
> charm.
> The problem of NetBeans changing LaF is you often need to restart, because 
> not all components are repainted correctly. But it seems that theming of 
> FlatLaF is independent from NetBeans.
> So it would be nice, if we can switch the FlatLaF theme easy via NetBeans as 
> it is possible in the FlatLaF demo which is located here: 
> https://github.com/JFormDesigner/FlatLaf
> I already asked here: https://github.com/JFormDesigner/FlatLaf/issues/29



--
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-3870) Smooth scrolling for FlatLaF inside the editor is hacky/lacky

2020-04-01 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3870:
---

Finally I'm able to reproduce this and also found the reason for the 
inconsistent behavior.

Some views (e.g. Output and Debugging) implement wheel scrolling themselves, 
but do not use precise rotation values.

In the editors there is a check for the "unprecise" rotation value (which is 
often zero when using touchpad) and if it is zero then the original wheel 
listeners (e.g. from FlatLaf) are not invoked.

A PR is coming...

FYI don't have a Surface Book here. But I'm using a MacBookPro running Win 10 
in BootCamp with precision Touchpad driver from here: 
https://github.com/imbushuo/mac-precision-touchpad

> Smooth scrolling for FlatLaF inside the editor is hacky/lacky
> -
>
> Key: NETBEANS-3870
> URL: https://issues.apache.org/jira/browse/NETBEANS-3870
> Project: NetBeans
>  Issue Type: Improvement
>  Components: FlatLaf, ide - UI
>Affects Versions: 11.3
> Environment: Product Version: Apache NetBeans IDE 11.3-beta2
> Updates: Updates available to version NetBeans 8.2 Patch 2
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.3-beta2
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.3-beta2
>Reporter: Christian Lenz
>Assignee: Karl Tauber
>Priority: Major
>
> I use the latest 11.3 beta 2 with the new Flat LaF. The smooth scrolling 
> works perfect inside of those UI elements:
> - Navigator
> - Options (tested with Editor and Team tab)
> - Project View
> - Files View 
> - Services View
> But the smooth scrolling is hacky/lacky in the editor. I use Windows 10 64 
> bit with a Surface Book and the touchpad on it, no extra mouse.
> We can make a skype session or I will try to make a little video, a 
> screencapture (gif) will not work well here. I already commented about the 
> problem here: https://issues.apache.org/jira/browse/NETBEANS-49. The problem 
> happens with the implementation of [~ebakke] for the default NetBeans LaF.
> Please let me know, what you need from my site :)



--
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-3879) FlatLaf Dark/Light Ctrl+PAGE_UP and Ctrl+PAGE_DOWN not work

2020-03-27 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3879:
---

Can you use NetBeans 12 beta 2 ?

It is already available here:

https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbeans/job/release120/7/artifact/dist/netbeans/

> FlatLaf Dark/Light Ctrl+PAGE_UP and Ctrl+PAGE_DOWN not work
> ---
>
> Key: NETBEANS-3879
> URL: https://issues.apache.org/jira/browse/NETBEANS-3879
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
> Environment: 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: Windows 10 version 10.0 running on amd64; Cp1252; fr_FR (nb)
>Reporter: Philippe FICHET
>Assignee: Karl Tauber
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Keymap Ctrl+PAGE_UP and Ctrl+PAGE_DOWN not work on FlatLaf Dark and Light but 
> work on other Laf (Nimbus, Dark Nimbus, ...).
> By default Ctrl+PAGE_UP and Ctrl+PAGE_DOWN are mapped to "Previous Tab" and 
> "Next Tab".
> When I change keymap "Previous Tab" to Ctrl+NUMPAD1 and "Next Tab" to 
> Ctrl+NUMPAD2, keymap work.



--
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] [Resolved] (NETBEANS-3957) "opened documents list" show HTML code instead of rich text

2020-03-27 Thread Karl Tauber (Jira)


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

Karl Tauber resolved NETBEANS-3957.
---
Fix Version/s: 12.0
   Resolution: Fixed

> "opened documents list" show HTML code instead of rich text
> ---
>
> Key: NETBEANS-3957
> URL: https://issues.apache.org/jira/browse/NETBEANS-3957
> Project: NetBeans
>  Issue Type: Bug
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-18162641609d1768897ecfa37954fe2e94287cec)
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+12-431
> Runtime: OpenJDK Runtime Environment 15-ea+12-431
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
>  Labels: pull-request-available
> Fix For: 12.0
>
> Attachments: Doc1.png, Doc2.png, Doc3.png
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> "opened documents list" show HTML code instead of rich text when selected
> show attached screenshots
>  
> Mac OSX LaF and FlatLaf
>  
>  
> *Product Version:* Apache NetBeans IDE DEV (Build 
> dev-18162641609d1768897ecfa37954fe2e94287cec)
> *Java:* 15-ea; OpenJDK 64-Bit Server VM 15-ea+12-431
> *Runtime:* OpenJDK Runtime Environment 15-ea+12-431
> *System:* Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> *User directory:* /Users/rami/Library/Application Support/NetBeans/dev
> *Cache directory:* /Users/rami/Library/Caches/NetBeans/dev



--
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] [Resolved] (NETBEANS-3942) Breakpoint background color in FlatLaF prevents reading text

2020-03-27 Thread Karl Tauber (Jira)


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

Karl Tauber resolved NETBEANS-3942.
---
Fix Version/s: 12.0
   Resolution: Fixed

> Breakpoint background color in FlatLaF prevents reading text
> 
>
> Key: NETBEANS-3942
> URL: https://issues.apache.org/jira/browse/NETBEANS-3942
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.3
>Reporter: Jaroslav Tulach
>Assignee: Karl Tauber
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 12.0
>
> Attachments: image-2020-03-17-18-16-27-097.png, nb-breakpoints.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> I am trying NetBeans 11.3 and FlatLaF dark and I have a feeling that colors 
> of various debugging background lines were not adjusted. At least I have hard 
> time reading text under a breakpoint (too red) or current line (too green).



--
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] [Resolved] (NETBEANS-3941) FlatLAF: search results OutlineView has wrong font color

2020-03-27 Thread Karl Tauber (Jira)


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

Karl Tauber resolved NETBEANS-3941.
---
Fix Version/s: 12.0
   Resolution: Fixed

> FlatLAF: search results OutlineView has wrong font color
> 
>
> Key: NETBEANS-3941
> URL: https://issues.apache.org/jira/browse/NETBEANS-3941
> Project: NetBeans
>  Issue Type: Bug
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-21ee047321638132b495fc8dd46be3aeeb39a4c1)
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+12-431
> Runtime: OpenJDK Runtime Environment 15-ea+12-431
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
>  Labels: pull-request-available
> Fix For: 12.0
>
> Attachments: Screen Shot 2020-03-03 at 12.04.35.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Please see attached screenshot.
> The first column is ok, the others are not
>  



--
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] [Resolved] (NETBEANS-3879) FlatLaf Dark/Light Ctrl+PAGE_UP and Ctrl+PAGE_DOWN not work

2020-03-27 Thread Karl Tauber (Jira)


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

Karl Tauber resolved NETBEANS-3879.
---
Fix Version/s: 12.0
   Resolution: Fixed

> FlatLaf Dark/Light Ctrl+PAGE_UP and Ctrl+PAGE_DOWN not work
> ---
>
> Key: NETBEANS-3879
> URL: https://issues.apache.org/jira/browse/NETBEANS-3879
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
> Environment: 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: Windows 10 version 10.0 running on amd64; Cp1252; fr_FR (nb)
>Reporter: Philippe FICHET
>Assignee: Karl Tauber
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Keymap Ctrl+PAGE_UP and Ctrl+PAGE_DOWN not work on FlatLaf Dark and Light but 
> work on other Laf (Nimbus, Dark Nimbus, ...).
> By default Ctrl+PAGE_UP and Ctrl+PAGE_DOWN are mapped to "Previous Tab" and 
> "Next Tab".
> When I change keymap "Previous Tab" to Ctrl+NUMPAD1 and "Next Tab" to 
> Ctrl+NUMPAD2, keymap work.



--
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] [Resolved] (NETBEANS-3982) Tab navigation with keyboard broken

2020-03-27 Thread Karl Tauber (Jira)


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

Karl Tauber resolved NETBEANS-3982.
---
Resolution: Duplicate

> Tab navigation with keyboard broken
> ---
>
> Key: NETBEANS-3982
> URL: https://issues.apache.org/jira/browse/NETBEANS-3982
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 11.3
>Reporter: Miguel
>Assignee: Karl Tauber
>Priority: Major
>
> In 11.2 one could navigate the open tabs using the keyboard by pressing "Ctrl 
> + PgUp" or "Ctrl + PgDn" to move to the open tab to the left or right 
> respectively.
> This does not work in 11.3 at all or one can only toggle between random tabs.



--
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-4004) FlatLAF Dark sometimes draw white rectangles around buttons

2020-03-27 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-4004:
---

Very strange. Never seen this.

Is it only in the main toolbar? Or in also in editor or view toolbars?

> FlatLAF Dark sometimes draw white rectangles around buttons
> ---
>
> Key: NETBEANS-4004
> URL: https://issues.apache.org/jira/browse/NETBEANS-4004
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
> Environment: Product Version: Apache NetBeans IDE 11.3
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12
> Runtime: OpenJDK Runtime Environment 12.0.1+12
> System: Windows 10 version 10.0 running on amd64; UTF8; de_DE (nb)
>Reporter: Stefan Höltker
>Priority: Minor
> Attachments: ide.log, image-2020-03-12-09-52-19-727.png
>
>
> See image & maybe ide.log
> !image-2020-03-12-09-52-19-727.png!



--
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-3787) FlatLAF: activated tab bold line not correct with different project tab colors

2020-03-26 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3787:
--
Attachment: (was: image-2020-02-06-18-58-42-828.png)

> FlatLAF: activated tab bold line not correct with different project tab colors
> --
>
> Key: NETBEANS-3787
> URL: https://issues.apache.org/jira/browse/NETBEANS-3787
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 11.3
> Environment: Netbeans 11.3 beta2 with FlatLAF
>Reporter: Tobias Warneke
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-02-03-10-48-17-043.png, 
> image-2020-02-03-10-49-22-748.png
>
>
> I attached two screenshots. The LoginDeniedException - source file tab has a 
> "correct" blue thick activated line but the GenericHandler has not.
> It somehow shows the project color within the "activation line". 
> Is this by design? I love the contrast of this line to the white background 
> of an activated tab.



--
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-3957) "opened documents list" show HTML code instead of rich text

2020-03-19 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3957:
---

I can now confirm that the problem is caused by PR 
[https://github.com/apache/netbeans/pull/1990]

When I checkout the commit before PR 1990 was merged (and compile the "UI 
Utilities API" project) it works fine.

When I checkout the commit where PR 1990 was merged it shows HTML text.

> "opened documents list" show HTML code instead of rich text
> ---
>
> Key: NETBEANS-3957
> URL: https://issues.apache.org/jira/browse/NETBEANS-3957
> Project: NetBeans
>  Issue Type: Bug
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-18162641609d1768897ecfa37954fe2e94287cec)
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+12-431
> Runtime: OpenJDK Runtime Environment 15-ea+12-431
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Doc1.png, Doc2.png, Doc3.png
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> "opened documents list" show HTML code instead of rich text when selected
> show attached screenshots
>  
> Mac OSX LaF and FlatLaf
>  
>  
> *Product Version:* Apache NetBeans IDE DEV (Build 
> dev-18162641609d1768897ecfa37954fe2e94287cec)
> *Java:* 15-ea; OpenJDK 64-Bit Server VM 15-ea+12-431
> *Runtime:* OpenJDK Runtime Environment 15-ea+12-431
> *System:* Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> *User directory:* /Users/rami/Library/Application Support/NetBeans/dev
> *Cache directory:* /Users/rami/Library/Caches/NetBeans/dev



--
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-3957) "opened documents list" show HTML code instead of rich text

2020-03-19 Thread Karl Tauber (Jira)


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

Karl Tauber reassigned NETBEANS-3957:
-

Assignee: Karl Tauber

> "opened documents list" show HTML code instead of rich text
> ---
>
> Key: NETBEANS-3957
> URL: https://issues.apache.org/jira/browse/NETBEANS-3957
> Project: NetBeans
>  Issue Type: Bug
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-18162641609d1768897ecfa37954fe2e94287cec)
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+12-431
> Runtime: OpenJDK Runtime Environment 15-ea+12-431
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
> Attachments: Doc1.png, Doc2.png, Doc3.png
>
>
> "opened documents list" show HTML code instead of rich text when selected
> show attached screenshots
>  
> Mac OSX LaF and FlatLaf
>  
>  
> *Product Version:* Apache NetBeans IDE DEV (Build 
> dev-18162641609d1768897ecfa37954fe2e94287cec)
> *Java:* 15-ea; OpenJDK 64-Bit Server VM 15-ea+12-431
> *Runtime:* OpenJDK Runtime Environment 15-ea+12-431
> *System:* Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> *User directory:* /Users/rami/Library/Application Support/NetBeans/dev
> *Cache directory:* /Users/rami/Library/Caches/NetBeans/dev



--
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-3881) FlatLaf Light minor gui issue

2020-03-19 Thread Karl Tauber (Jira)


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

Karl Tauber reassigned NETBEANS-3881:
-

Assignee: Karl Tauber

> FlatLaf Light minor gui issue
> -
>
> Key: NETBEANS-3881
> URL: https://issues.apache.org/jira/browse/NETBEANS-3881
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e198d0dade337c1dbc27adbbdfd5d12f621a7712)
> Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9
> Runtime: OpenJDK Runtime Environment 13.0.1+9
> System: Mac OS X version 10.15.3 running on x86_64; UTF-8; en_GB (nb)
>Reporter: Vedran
>Assignee: Karl Tauber
>Priority: Minor
> Attachments: image-2020-03-19-09-56-04-856.png
>
>
> I am experiencing a minor issue when i try to execute Find Usages action.
> I can't upload attachments to show this. I have read that i need admin to 
> grant me permission to do so but i do not know how to ask admin for that.
> Issue is that scope defining button is under some warning box which says:
> {color:#FF}Warning: {color}Disclaimer: Searching for usages in compiled 
> dependencies has certain limitations. [Find out more. 
> |http://wiki.netbeans.org/Find_Usages_in_Compiled_Dependencies]
> It is hard to click that button and when you click on it, Maven project icons 
> have dark background.



--
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-3881) FlatLaf Light minor gui issue

2020-03-19 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3881:
---

!image-2020-03-19-09-56-04-856.png!

> FlatLaf Light minor gui issue
> -
>
> Key: NETBEANS-3881
> URL: https://issues.apache.org/jira/browse/NETBEANS-3881
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e198d0dade337c1dbc27adbbdfd5d12f621a7712)
> Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9
> Runtime: OpenJDK Runtime Environment 13.0.1+9
> System: Mac OS X version 10.15.3 running on x86_64; UTF-8; en_GB (nb)
>Reporter: Vedran
>Priority: Minor
> Attachments: image-2020-03-19-09-56-04-856.png
>
>
> I am experiencing a minor issue when i try to execute Find Usages action.
> I can't upload attachments to show this. I have read that i need admin to 
> grant me permission to do so but i do not know how to ask admin for that.
> Issue is that scope defining button is under some warning box which says:
> {color:#FF}Warning: {color}Disclaimer: Searching for usages in compiled 
> dependencies has certain limitations. [Find out more. 
> |http://wiki.netbeans.org/Find_Usages_in_Compiled_Dependencies]
> It is hard to click that button and when you click on it, Maven project icons 
> have dark background.



--
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-3881) FlatLaf Light minor gui issue

2020-03-19 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3881:
--
Attachment: image-2020-03-19-09-56-04-856.png

> FlatLaf Light minor gui issue
> -
>
> Key: NETBEANS-3881
> URL: https://issues.apache.org/jira/browse/NETBEANS-3881
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e198d0dade337c1dbc27adbbdfd5d12f621a7712)
> Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9
> Runtime: OpenJDK Runtime Environment 13.0.1+9
> System: Mac OS X version 10.15.3 running on x86_64; UTF-8; en_GB (nb)
>Reporter: Vedran
>Priority: Minor
> Attachments: image-2020-03-19-09-56-04-856.png
>
>
> I am experiencing a minor issue when i try to execute Find Usages action.
> I can't upload attachments to show this. I have read that i need admin to 
> grant me permission to do so but i do not know how to ask admin for that.
> Issue is that scope defining button is under some warning box which says:
> {color:#FF}Warning: {color}Disclaimer: Searching for usages in compiled 
> dependencies has certain limitations. [Find out more. 
> |http://wiki.netbeans.org/Find_Usages_in_Compiled_Dependencies]
> It is hard to click that button and when you click on it, Maven project icons 
> have dark background.



--
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-3942) Breakpoint background color in FlatLaF prevents reading text

2020-03-18 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3942:
---

There is an additional storage for some editor colors in directory 
'testuserdir/config/Editors/AnnotationTypes'. E.g. breakpoint background color 
is stored in 'testuserdir/config/Editors/AnnotationTypes/Breakpoint.xml' in 
''.

Invoking 'ColorModel.setCurrentProfile("new color profile")', as done in 
LafPanel when restarting with a new Laf and color profile, does not update the 
editor storage.

It is necessary to invoke 'ColorModel.setAnnotations("new color profile", 
annotations)' as well. This is also done in Options dialog when switching color 
profile.

> Breakpoint background color in FlatLaF prevents reading text
> 
>
> Key: NETBEANS-3942
> URL: https://issues.apache.org/jira/browse/NETBEANS-3942
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.3
>Reporter: Jaroslav Tulach
>Assignee: Karl Tauber
>Priority: Minor
> Attachments: image-2020-03-17-18-16-27-097.png, nb-breakpoints.png
>
>
> I am trying NetBeans 11.3 and FlatLaF dark and I have a feeling that colors 
> of various debugging background lines were not adjusted. At least I have hard 
> time reading text under a breakpoint (too red) or current line (too green).



--
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-4030) FlatLaf: selection not painted in libraries category in project dialog

2020-03-18 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-4030:
---

Same problem in Nimbus LaF:

!image-2020-03-18-09-34-17-586.png!

> FlatLaf: selection not painted in libraries category in project dialog 
> ---
>
> Key: NETBEANS-4030
> URL: https://issues.apache.org/jira/browse/NETBEANS-4030
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
>Reporter: Karl Tauber
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-03-17-19-05-30-099.png, 
> image-2020-03-17-19-05-44-489.png, image-2020-03-17-19-09-48-899.png, 
> image-2020-03-17-19-10-39-158.png, image-2020-03-18-09-34-17-586.png
>
>
> In Project properties dialog in category Libraries, if a item is selected it 
> is not painted anymore in FlatLaf Light:
> !image-2020-03-17-19-05-30-099.png!
> Unselected:
> !image-2020-03-17-19-05-44-489.png!



--
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-4030) FlatLaf: selection not painted in libraries category in project dialog

2020-03-18 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-4030:
--
Attachment: image-2020-03-18-09-34-17-586.png

> FlatLaf: selection not painted in libraries category in project dialog 
> ---
>
> Key: NETBEANS-4030
> URL: https://issues.apache.org/jira/browse/NETBEANS-4030
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
>Reporter: Karl Tauber
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-03-17-19-05-30-099.png, 
> image-2020-03-17-19-05-44-489.png, image-2020-03-17-19-09-48-899.png, 
> image-2020-03-17-19-10-39-158.png, image-2020-03-18-09-34-17-586.png
>
>
> In Project properties dialog in category Libraries, if a item is selected it 
> is not painted anymore in FlatLaf Light:
> !image-2020-03-17-19-05-30-099.png!
> Unselected:
> !image-2020-03-17-19-05-44-489.png!



--
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-4030) FlatLaf: selection not painted in libraries category in project dialog

2020-03-17 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-4030:
---

In FlatLaf Dark it is slightly different.

Selection background is also not painted, but text stays visible:

!image-2020-03-17-19-09-48-899.png!

Unselected:

!image-2020-03-17-19-10-39-158.png!

> FlatLaf: selection not painted in libraries category in project dialog 
> ---
>
> Key: NETBEANS-4030
> URL: https://issues.apache.org/jira/browse/NETBEANS-4030
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
>Reporter: Karl Tauber
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-03-17-19-05-30-099.png, 
> image-2020-03-17-19-05-44-489.png, image-2020-03-17-19-09-48-899.png, 
> image-2020-03-17-19-10-39-158.png
>
>
> In Project properties dialog in category Libraries, if a item is selected it 
> is not painted anymore in FlatLaf Light:
> !image-2020-03-17-19-05-30-099.png!
> Unselected:
> !image-2020-03-17-19-05-44-489.png!



--
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-4030) FlatLaf: selection not painted in libraries category in project dialog

2020-03-17 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-4030:
--
Attachment: image-2020-03-17-19-10-39-158.png

> FlatLaf: selection not painted in libraries category in project dialog 
> ---
>
> Key: NETBEANS-4030
> URL: https://issues.apache.org/jira/browse/NETBEANS-4030
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
>Reporter: Karl Tauber
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-03-17-19-05-30-099.png, 
> image-2020-03-17-19-05-44-489.png, image-2020-03-17-19-09-48-899.png, 
> image-2020-03-17-19-10-39-158.png
>
>
> In Project properties dialog in category Libraries, if a item is selected it 
> is not painted anymore in FlatLaf Light:
> !image-2020-03-17-19-05-30-099.png!
> Unselected:
> !image-2020-03-17-19-05-44-489.png!



--
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-4030) FlatLaf: selection not painted in libraries category in project dialog

2020-03-17 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-4030:
--
Attachment: image-2020-03-17-19-09-48-899.png

> FlatLaf: selection not painted in libraries category in project dialog 
> ---
>
> Key: NETBEANS-4030
> URL: https://issues.apache.org/jira/browse/NETBEANS-4030
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
>Reporter: Karl Tauber
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-03-17-19-05-30-099.png, 
> image-2020-03-17-19-05-44-489.png, image-2020-03-17-19-09-48-899.png
>
>
> In Project properties dialog in category Libraries, if a item is selected it 
> is not painted anymore in FlatLaf Light:
> !image-2020-03-17-19-05-30-099.png!
> Unselected:
> !image-2020-03-17-19-05-44-489.png!



--
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-4030) FlatLaf: selection not painted in libraries category in project dialog

2020-03-17 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-4030:
--
Attachment: (was: image-2020-03-17-19-02-09-116.png)

> FlatLaf: selection not painted in libraries category in project dialog 
> ---
>
> Key: NETBEANS-4030
> URL: https://issues.apache.org/jira/browse/NETBEANS-4030
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
>Reporter: Karl Tauber
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-03-17-19-05-30-099.png, 
> image-2020-03-17-19-05-44-489.png
>
>
> In Project properties dialog in category Libraries, if a item is selected it 
> is not painted anymore in FlatLaf Light:
> !image-2020-03-17-19-05-30-099.png!
> Unselected:
> !image-2020-03-17-19-05-44-489.png!



--
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-4030) FlatLaf: selection not painted in libraries category in project dialog

2020-03-17 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-4030:
--
Attachment: (was: image-2020-03-17-19-00-53-776.png)

> FlatLaf: selection not painted in libraries category in project dialog 
> ---
>
> Key: NETBEANS-4030
> URL: https://issues.apache.org/jira/browse/NETBEANS-4030
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
>Reporter: Karl Tauber
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-03-17-19-05-30-099.png, 
> image-2020-03-17-19-05-44-489.png
>
>
> In Project properties dialog in category Libraries, if a item is selected it 
> is not painted anymore in FlatLaf Light:
> !image-2020-03-17-19-05-30-099.png!
> Unselected:
> !image-2020-03-17-19-05-44-489.png!



--
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-4030) FlatLaf: selection not painted in libraries category in project dialog

2020-03-17 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-4030:
--
Attachment: image-2020-03-17-19-05-30-099.png

> FlatLaf: selection not painted in libraries category in project dialog 
> ---
>
> Key: NETBEANS-4030
> URL: https://issues.apache.org/jira/browse/NETBEANS-4030
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
>Reporter: Karl Tauber
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-03-17-19-00-53-776.png, 
> image-2020-03-17-19-02-09-116.png, image-2020-03-17-19-05-30-099.png, 
> image-2020-03-17-19-05-44-489.png
>
>
> In Project properties dialog in category Libraries, if a item is selected it 
> is not painted anymore in FlatLaf Light:
> !image-2020-03-17-19-00-53-776.png!
> Unselected:
> !image-2020-03-17-19-02-09-116.png!



--
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-4030) FlatLaf: selection not painted in libraries category in project dialog

2020-03-17 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-4030:
--
Description: 
In Project properties dialog in category Libraries, if a item is selected it is 
not painted anymore in FlatLaf Light:

!image-2020-03-17-19-05-30-099.png!

Unselected:

!image-2020-03-17-19-05-44-489.png!

  was:
In Project properties dialog in category Libraries, if a item is selected it is 
not painted anymore in FlatLaf Light:

!image-2020-03-17-19-00-53-776.png!

Unselected:

!image-2020-03-17-19-02-09-116.png!


> FlatLaf: selection not painted in libraries category in project dialog 
> ---
>
> Key: NETBEANS-4030
> URL: https://issues.apache.org/jira/browse/NETBEANS-4030
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
>Reporter: Karl Tauber
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-03-17-19-00-53-776.png, 
> image-2020-03-17-19-02-09-116.png, image-2020-03-17-19-05-30-099.png, 
> image-2020-03-17-19-05-44-489.png
>
>
> In Project properties dialog in category Libraries, if a item is selected it 
> is not painted anymore in FlatLaf Light:
> !image-2020-03-17-19-05-30-099.png!
> Unselected:
> !image-2020-03-17-19-05-44-489.png!



--
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-4030) FlatLaf: selection not painted in libraries category in project dialog

2020-03-17 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-4030:
--
Attachment: image-2020-03-17-19-05-44-489.png

> FlatLaf: selection not painted in libraries category in project dialog 
> ---
>
> Key: NETBEANS-4030
> URL: https://issues.apache.org/jira/browse/NETBEANS-4030
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
>Reporter: Karl Tauber
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-03-17-19-00-53-776.png, 
> image-2020-03-17-19-02-09-116.png, image-2020-03-17-19-05-30-099.png, 
> image-2020-03-17-19-05-44-489.png
>
>
> In Project properties dialog in category Libraries, if a item is selected it 
> is not painted anymore in FlatLaf Light:
> !image-2020-03-17-19-00-53-776.png!
> Unselected:
> !image-2020-03-17-19-02-09-116.png!



--
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-4030) FlatLaf: selection not painted in libraries category in project dialog

2020-03-17 Thread Karl Tauber (Jira)
Karl Tauber created NETBEANS-4030:
-

 Summary: FlatLaf: selection not painted in libraries category in 
project dialog 
 Key: NETBEANS-4030
 URL: https://issues.apache.org/jira/browse/NETBEANS-4030
 Project: NetBeans
  Issue Type: Bug
  Components: FlatLaf
Affects Versions: 11.3
Reporter: Karl Tauber
Assignee: Karl Tauber
 Attachments: image-2020-03-17-19-00-53-776.png, 
image-2020-03-17-19-02-09-116.png

In Project properties dialog in category Libraries, if a item is selected it is 
not painted anymore in FlatLaf Light:

!image-2020-03-17-19-00-53-776.png!

Unselected:

!image-2020-03-17-19-02-09-116.png!



--
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-3942) Breakpoint background color in FlatLaF prevents reading text

2020-03-17 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3942:
---

Seems to occur when switching from (any) light to dark LaF (or vice versa) and 
have the "Switch to matching editor color profile" checkbox (in the balloon) 
selected.

Have to use "Tools > Options > Fonts & Colors > Profile Restore" to fix the 
colors.

The breakpoint background color in the color profile is correct, but it is not 
used in the editor.

!image-2020-03-17-18-16-27-097.png!

It works correctly when switching color profile in Option dialog.

It does not work correctly (for some colors) when auto-switching color profile 
on restart after LaF change.

This feature was implemented in 
https://issues.apache.org/jira/browse/NETBEANS-3497

[~lkishalmi] could you have a look at this problem? I have no idea...

 

> Breakpoint background color in FlatLaF prevents reading text
> 
>
> Key: NETBEANS-3942
> URL: https://issues.apache.org/jira/browse/NETBEANS-3942
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.3
>Reporter: Jaroslav Tulach
>Assignee: Karl Tauber
>Priority: Minor
> Attachments: image-2020-03-17-18-16-27-097.png
>
>
> I am trying NetBeans 11.3 and FlatLaF dark and I have a feeling that colors 
> of various debugging background lines were not adjusted. At least I have hard 
> time reading text under a breakpoint (too red) or current line (too green).



--
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-3942) Breakpoint background color in FlatLaF prevents reading text

2020-03-17 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3942:
--
Attachment: image-2020-03-17-18-16-27-097.png

> Breakpoint background color in FlatLaF prevents reading text
> 
>
> Key: NETBEANS-3942
> URL: https://issues.apache.org/jira/browse/NETBEANS-3942
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.3
>Reporter: Jaroslav Tulach
>Assignee: Karl Tauber
>Priority: Minor
> Attachments: image-2020-03-17-18-16-27-097.png
>
>
> I am trying NetBeans 11.3 and FlatLaF dark and I have a feeling that colors 
> of various debugging background lines were not adjusted. At least I have hard 
> time reading text under a breakpoint (too red) or current line (too green).



--
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-3792) Hardcoded colors for "Remove Surrounding Code" action

2020-03-17 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3792:
---

The PR is merged. Can we close this issue?

> Hardcoded colors for "Remove Surrounding Code" action
> -
>
> Key: NETBEANS-3792
> URL: https://issues.apache.org/jira/browse/NETBEANS-3792
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Painting  Printing, ide - UI
>Affects Versions: 11.2
>Reporter: Alessandro Falappa
>Priority: Minor
>  Labels: pull-request-available
> Attachments: remove-surrounding-on-darktheme.png
>
>  Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> The RemoveSurroundingCode action contains hardcoded colors here:
>  
> [https://github.com/apache/netbeans/blob/accdbada0a9c5105bd3f06e435024230c1618316/java/java.editor/src/org/netbeans/modules/java/editor/codegen/RemoveSurroundingCodeAction.java#L215]
> The choosen colors look too bright on dark themes. The colors should be taken 
> from the LAF's defaults or better exposed in the editor color profile and 
> made customizable.



--
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-3957) "opened documents list" show HTML code instead of rich text

2020-03-17 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3957:
---

Maybe recently merged PR [https://github.com/apache/netbeans/pull/1990] has 
something to do with this problem because HtmlRenderer.createLabel() is used to 
render the popup (using a JTable).

When I replace HtmlRenderer.createLabel() with HtmlRenderer.createRenderer() in 
SwitcherTable.prepareRenderer() it seems to work correctly.

> "opened documents list" show HTML code instead of rich text
> ---
>
> Key: NETBEANS-3957
> URL: https://issues.apache.org/jira/browse/NETBEANS-3957
> Project: NetBeans
>  Issue Type: Bug
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-18162641609d1768897ecfa37954fe2e94287cec)
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+12-431
> Runtime: OpenJDK Runtime Environment 15-ea+12-431
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Priority: Trivial
> Attachments: Doc1.png, Doc2.png, Doc3.png
>
>
> "opened documents list" show HTML code instead of rich text when selected
> show attached screenshots
>  
> Mac OSX LaF and FlatLaf
>  
>  
> *Product Version:* Apache NetBeans IDE DEV (Build 
> dev-18162641609d1768897ecfa37954fe2e94287cec)
> *Java:* 15-ea; OpenJDK 64-Bit Server VM 15-ea+12-431
> *Runtime:* OpenJDK Runtime Environment 15-ea+12-431
> *System:* Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> *User directory:* /Users/rami/Library/Application Support/NetBeans/dev
> *Cache directory:* /Users/rami/Library/Caches/NetBeans/dev



--
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-3957) "opened documents list" show HTML code instead of rich text

2020-03-17 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3957:
---

This is a general problem in current master branch.

Occurs also with Windows and Nimbus L

On the other hand it does not occur in NB 11.3

> "opened documents list" show HTML code instead of rich text
> ---
>
> Key: NETBEANS-3957
> URL: https://issues.apache.org/jira/browse/NETBEANS-3957
> Project: NetBeans
>  Issue Type: Bug
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-18162641609d1768897ecfa37954fe2e94287cec)
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+12-431
> Runtime: OpenJDK Runtime Environment 15-ea+12-431
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Priority: Trivial
> Attachments: Doc1.png, Doc2.png, Doc3.png
>
>
> "opened documents list" show HTML code instead of rich text when selected
> show attached screenshots
>  
> Mac OSX LaF and FlatLaf
>  
>  
> *Product Version:* Apache NetBeans IDE DEV (Build 
> dev-18162641609d1768897ecfa37954fe2e94287cec)
> *Java:* 15-ea; OpenJDK 64-Bit Server VM 15-ea+12-431
> *Runtime:* OpenJDK Runtime Environment 15-ea+12-431
> *System:* Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> *User directory:* /Users/rami/Library/Application Support/NetBeans/dev
> *Cache directory:* /Users/rami/Library/Caches/NetBeans/dev



--
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-3982) Tab navigation with keyboard broken

2020-03-17 Thread Karl Tauber (Jira)


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

Karl Tauber reassigned NETBEANS-3982:
-

Assignee: Karl Tauber

> Tab navigation with keyboard broken
> ---
>
> Key: NETBEANS-3982
> URL: https://issues.apache.org/jira/browse/NETBEANS-3982
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 11.3
>Reporter: Miguel
>Assignee: Karl Tauber
>Priority: Major
>
> In 11.2 one could navigate the open tabs using the keyboard by pressing "Ctrl 
> + PgUp" or "Ctrl + PgDn" to move to the open tab to the left or right 
> respectively.
> This does not work in 11.3 at all or one can only toggle between random tabs.



--
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] [Resolved] (NETBEANS-3735) FlatLaf: Desktop does not repaint after closing the last editor tab.

2020-03-17 Thread Karl Tauber (Jira)


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

Karl Tauber resolved NETBEANS-3735.
---
Fix Version/s: 11.3
   Resolution: Fixed

> FlatLaf: Desktop does not repaint after closing the last editor tab.
> 
>
> Key: NETBEANS-3735
> URL: https://issues.apache.org/jira/browse/NETBEANS-3735
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
>  Labels: ide-ui, pull-request-available
> Fix For: 11.3
>
> Attachments: FlatLafNoRepaint.mp4
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When all the side comonents are minimized and the last editor window is 
> closed the focus is moved to the global search, in this case the desktop does 
> not repaint.



--
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] [Resolved] (NETBEANS-3727) Probably a darker color of the desktop background would be good for FlatLaf

2020-03-17 Thread Karl Tauber (Jira)


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

Karl Tauber resolved NETBEANS-3727.
---
Resolution: Fixed

> Probably a darker color of the desktop background would be good for FlatLaf
> ---
>
> Key: NETBEANS-3727
> URL: https://issues.apache.org/jira/browse/NETBEANS-3727
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 11.3
>
> Attachments: image-2020-01-21-16-30-56-282.png, 
> image-2020-01-23-11-58-16-141.png, image-2020-02-04-19-25-05-570.png, 
> image-2020-02-04-19-27-10-325.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Well, I'm not entirely convinced that this is an issue at all.
> Those rare times when we do not have an editor window open, the IDE might 
> look strange not having upper/left/right border on the opened tabs. I'd not 
> put border there, but probably mark the desktop color different (like the 
> editor default background on FlatLafDark).
> [~ebakke] [~DevCharly] what do you think. Of course you are free to drop this 
> one.
> !image-2020-01-21-16-30-56-282.png!
>  



--
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-3727) Probably a darker color of the desktop background would be good for FlatLaf

2020-03-17 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3727:
--
Fix Version/s: 11.3

> Probably a darker color of the desktop background would be good for FlatLaf
> ---
>
> Key: NETBEANS-3727
> URL: https://issues.apache.org/jira/browse/NETBEANS-3727
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 11.3
>
> Attachments: image-2020-01-21-16-30-56-282.png, 
> image-2020-01-23-11-58-16-141.png, image-2020-02-04-19-25-05-570.png, 
> image-2020-02-04-19-27-10-325.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Well, I'm not entirely convinced that this is an issue at all.
> Those rare times when we do not have an editor window open, the IDE might 
> look strange not having upper/left/right border on the opened tabs. I'd not 
> put border there, but probably mark the desktop color different (like the 
> editor default background on FlatLafDark).
> [~ebakke] [~DevCharly] what do you think. Of course you are free to drop this 
> one.
> !image-2020-01-21-16-30-56-282.png!
>  



--
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-3787) FlatLAF: activated tab bold line not correct with different project tab colors

2020-02-06 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3787:
--
Attachment: image-2020-02-06-18-58-42-828.png

> FlatLAF: activated tab bold line not correct with different project tab colors
> --
>
> Key: NETBEANS-3787
> URL: https://issues.apache.org/jira/browse/NETBEANS-3787
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 11.3
> Environment: Netbeans 11.3 beta2 with FlatLAF
>Reporter: Tobias Warneke
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-02-03-10-48-17-043.png, 
> image-2020-02-03-10-49-22-748.png, image-2020-02-06-18-58-42-828.png
>
>
> I attached two screenshots. The LoginDeniedException - source file tab has a 
> "correct" blue thick activated line but the GenericHandler has not.
> It somehow shows the project color within the "activation line". 
> Is this by design? I love the contrast of this line to the white background 
> of an activated tab.



--
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-3787) FlatLAF: activated tab bold line not correct with different project tab colors

2020-02-06 Thread Karl Tauber (Jira)


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

Karl Tauber reassigned NETBEANS-3787:
-

Assignee: Karl Tauber

> FlatLAF: activated tab bold line not correct with different project tab colors
> --
>
> Key: NETBEANS-3787
> URL: https://issues.apache.org/jira/browse/NETBEANS-3787
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 11.3
> Environment: Netbeans 11.3 beta2 with FlatLAF
>Reporter: Tobias Warneke
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-02-03-10-48-17-043.png, 
> image-2020-02-03-10-49-22-748.png
>
>
> I attached two screenshots. The LoginDeniedException - source file tab has a 
> "correct" blue thick activated line but the GenericHandler has not.
> It somehow shows the project color within the "activation line". 
> Is this by design? I love the contrast of this line to the white background 
> of an activated tab.



--
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-3727) Probably a darker color of the desktop background would be good for FlatLaf

2020-02-04 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3727:
---

Here is a screenshot with background same as menubar background. LGTM.

!image-2020-02-04-19-25-05-570.png!

FlatLaf Light with darker background:

!image-2020-02-04-19-27-10-325.png!

What do you think?

> Probably a darker color of the desktop background would be good for FlatLaf
> ---
>
> Key: NETBEANS-3727
> URL: https://issues.apache.org/jira/browse/NETBEANS-3727
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Minor
> Attachments: image-2020-01-21-16-30-56-282.png, 
> image-2020-01-23-11-58-16-141.png, image-2020-02-04-19-25-05-570.png, 
> image-2020-02-04-19-27-10-325.png
>
>
> Well, I'm not entirely convinced that this is an issue at all.
> Those rare times when we do not have an editor window open, the IDE might 
> look strange not having upper/left/right border on the opened tabs. I'd not 
> put border there, but probably mark the desktop color different (like the 
> editor default background on FlatLafDark).
> [~ebakke] [~DevCharly] what do you think. Of course you are free to drop this 
> one.
> !image-2020-01-21-16-30-56-282.png!
>  



--
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-3727) Probably a darker color of the desktop background would be good for FlatLaf

2020-02-04 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3727:
--
Attachment: image-2020-02-04-19-27-10-325.png

> Probably a darker color of the desktop background would be good for FlatLaf
> ---
>
> Key: NETBEANS-3727
> URL: https://issues.apache.org/jira/browse/NETBEANS-3727
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Minor
> Attachments: image-2020-01-21-16-30-56-282.png, 
> image-2020-01-23-11-58-16-141.png, image-2020-02-04-19-25-05-570.png, 
> image-2020-02-04-19-27-10-325.png
>
>
> Well, I'm not entirely convinced that this is an issue at all.
> Those rare times when we do not have an editor window open, the IDE might 
> look strange not having upper/left/right border on the opened tabs. I'd not 
> put border there, but probably mark the desktop color different (like the 
> editor default background on FlatLafDark).
> [~ebakke] [~DevCharly] what do you think. Of course you are free to drop this 
> one.
> !image-2020-01-21-16-30-56-282.png!
>  



--
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-3727) Probably a darker color of the desktop background would be good for FlatLaf

2020-02-04 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3727:
--
Attachment: image-2020-02-04-19-25-05-570.png

> Probably a darker color of the desktop background would be good for FlatLaf
> ---
>
> Key: NETBEANS-3727
> URL: https://issues.apache.org/jira/browse/NETBEANS-3727
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Minor
> Attachments: image-2020-01-21-16-30-56-282.png, 
> image-2020-01-23-11-58-16-141.png, image-2020-02-04-19-25-05-570.png
>
>
> Well, I'm not entirely convinced that this is an issue at all.
> Those rare times when we do not have an editor window open, the IDE might 
> look strange not having upper/left/right border on the opened tabs. I'd not 
> put border there, but probably mark the desktop color different (like the 
> editor default background on FlatLafDark).
> [~ebakke] [~DevCharly] what do you think. Of course you are free to drop this 
> one.
> !image-2020-01-21-16-30-56-282.png!
>  



--
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-3739) Strange Versioning Colors in FlatLafDark

2020-02-04 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3739:
---

This happens also in other LAFs when using custom colors. E.g. go to "Options > 
Fonts & Colors > Git" and change "Modified in working tree" color to "Cyan". 
Then the same happens in Windows LAF and FlatLaf Light (and probably in all 
other light LAFs too).

After debugging for some hours I've found the reason. It is in 
[HtmlLabelUI.ensureContrastingColor(Color fg, Color 
bg)|https://github.com/apache/netbeans/blob/b4413352033a7da5ba6ba794a2b8110d643ae8a3/platform/openide.awt/src/org/openide/awt/HtmlLabelUI.java#L375-L426],
 which compares the luminance of the foreground and background colors. If the 
difference is smaller than 80 (max is 255), then either black or white is 
returned.

In case of FlatLaf Dark, the luminance difference is 73 for modified and 65 for 
ignored files.

I think a reasonable solution is to lower the luminance difference limit from 
80 to 60.

I'll create a PR...

> Strange Versioning Colors in FlatLafDark
> 
>
> Key: NETBEANS-3739
> URL: https://issues.apache.org/jira/browse/NETBEANS-3739
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The Project/File view Versioning colors are displayed as white for 
> modified/ignored files.
> They are displayed right (green) for added ones.
> It's only happening on FlatLaf Dark. FlatLafLight are displaying the those 
> files correctly. I've checked the AnnotationColorProvider, is seems to 
> generate the annotations fine, for ignored.



--
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-3729) [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun

2020-01-23 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3729:
---

[~palman] thanks for providing a test action. This made it so much easier to 
work on a fix (y)

> [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun
> --
>
> Key: NETBEANS-3729
> URL: https://issues.apache.org/jira/browse/NETBEANS-3729
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Progress
>Affects Versions: Next
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e9111499a7b3d71fce5496a633116574f617067b)
> Updates: Updates available
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+5-83
> Runtime: OpenJDK Runtime Environment 15-ea+5-83
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Screen Shot 2020-01-22 at 14.50.10.png, Screen Shot 
> 2020-01-22 at 15.12.49.png, image-2020-01-23-10-50-23-648.png, 
> image-2020-01-23-11-07-28-246.png, image-2020-01-23-11-08-06-828.png, 
> image-2020-01-23-11-34-57-947.png, image-2020-01-23-11-35-07-915.png, 
> image-2020-01-23-11-35-26-873.png, image-2020-01-23-11-35-33-050.png, 
> image-2020-01-23-11-36-00-310.png, image-2020-01-23-11-36-15-946.png, 
> image-2020-01-23-11-36-26-998.png, image-2020-01-23-11-37-02-531.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> can someone reproduce the following situation? see screenshots
> its happen sometimes with aqua laf but with FlatLaf always
>  
> {code:java}
> @ActionID(
> category = "Bugtracking",
> id = "org.netbeans.BugAction"
> )
> @ActionRegistration(
> displayName = "#CTL_BugAction"
> )
> @ActionReference(path = "Menu/File", position = 0)
> @Messages("CTL_BugAction=BaseProgressUtils FlatLaf bug")
> public class BugAction implements ActionListener {
> @Override
> public void actionPerformed(ActionEvent e) {
> ProgressHandle progress = ProgressHandle.createHandle("displayName", 
> () -> true);
> BaseProgressUtils.showProgressDialogAndRun(operation, progress, true);
> }
> private Runnable operation = new Runnable() {
> @Override
> public void run() {
> try {
> Thread.sleep(6000);
> } catch (Exception e) {
> }
> }
> };
> }
> {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] [Resolved] (NETBEANS-3657) Conditional Brekpoint editor looks strange with FlatLaf

2020-01-23 Thread Karl Tauber (Jira)


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

Karl Tauber resolved NETBEANS-3657.
---
Fix Version/s: 11.3
   Resolution: Fixed

The corresponding PR got merged.

> Conditional Brekpoint editor  looks strange with FlatLaf
> 
>
> Key: NETBEANS-3657
> URL: https://issues.apache.org/jira/browse/NETBEANS-3657
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.3
>
> Attachments: image-2020-01-01-09-29-54-039.png, 
> image-2020-01-04-17-38-14-854.png, image-2020-01-04-17-38-29-548.png, 
> image-2020-01-04-18-04-41-920.png, image-2020-01-04-18-06-53-665.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The border around the Condition combo box looks Strange with FlatLaf, it also 
> cause the cursor shown to be displaced by a few pixel left than it should.
> I guess something is happening here:
> java/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ConditionsPanel.java
> !image-2020-01-01-09-29-54-039.png!



--
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-3727) Probably a darker color of the desktop background would be good for FlatLaf

2020-01-23 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3727:
---

I've modified your screenshot using editor background. Looks not that good 
IMHO. Like a "black hole". Better leave it as it is.

!image-2020-01-23-11-58-16-141.png!

> Probably a darker color of the desktop background would be good for FlatLaf
> ---
>
> Key: NETBEANS-3727
> URL: https://issues.apache.org/jira/browse/NETBEANS-3727
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Minor
> Attachments: image-2020-01-21-16-30-56-282.png, 
> image-2020-01-23-11-58-16-141.png
>
>
> Well, I'm not entirely convinced that this is an issue at all.
> Those rare times when we do not have an editor window open, the IDE might 
> look strange not having upper/left/right border on the opened tabs. I'd not 
> put border there, but probably mark the desktop color different (like the 
> editor default background on FlatLafDark).
> [~ebakke] [~DevCharly] what do you think. Of course you are free to drop this 
> one.
> !image-2020-01-21-16-30-56-282.png!
>  



--
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-3727) Probably a darker color of the desktop background would be good for FlatLaf

2020-01-23 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3727:
--
Attachment: image-2020-01-23-11-58-16-141.png

> Probably a darker color of the desktop background would be good for FlatLaf
> ---
>
> Key: NETBEANS-3727
> URL: https://issues.apache.org/jira/browse/NETBEANS-3727
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Minor
> Attachments: image-2020-01-21-16-30-56-282.png, 
> image-2020-01-23-11-58-16-141.png
>
>
> Well, I'm not entirely convinced that this is an issue at all.
> Those rare times when we do not have an editor window open, the IDE might 
> look strange not having upper/left/right border on the opened tabs. I'd not 
> put border there, but probably mark the desktop color different (like the 
> editor default background on FlatLafDark).
> [~ebakke] [~DevCharly] what do you think. Of course you are free to drop this 
> one.
> !image-2020-01-21-16-30-56-282.png!
>  



--
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-3729) [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun

2020-01-23 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3729:
---

The solution is to give the GridBagLayout panel (that contains progress bar and 
cancel button) a minimum height and vertically center these components.

Result (colored):

!image-2020-01-23-11-34-57-947.png!

!image-2020-01-23-11-35-07-915.png!

without colors:

!image-2020-01-23-11-35-26-873.png!

!image-2020-01-23-11-35-33-050.png!

Windows LAF:

!image-2020-01-23-11-36-00-310.png!

!image-2020-01-23-11-37-02-531.png!

Nimbus LAF:

!image-2020-01-23-11-36-15-946.png!

Metal LAF:

!image-2020-01-23-11-36-26-998.png!

> [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun
> --
>
> Key: NETBEANS-3729
> URL: https://issues.apache.org/jira/browse/NETBEANS-3729
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Progress
>Affects Versions: Next
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e9111499a7b3d71fce5496a633116574f617067b)
> Updates: Updates available
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+5-83
> Runtime: OpenJDK Runtime Environment 15-ea+5-83
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
> Attachments: Screen Shot 2020-01-22 at 14.50.10.png, Screen Shot 
> 2020-01-22 at 15.12.49.png, image-2020-01-23-10-50-23-648.png, 
> image-2020-01-23-11-07-28-246.png, image-2020-01-23-11-08-06-828.png, 
> image-2020-01-23-11-34-57-947.png, image-2020-01-23-11-35-07-915.png, 
> image-2020-01-23-11-35-26-873.png, image-2020-01-23-11-35-33-050.png, 
> image-2020-01-23-11-36-00-310.png, image-2020-01-23-11-36-15-946.png, 
> image-2020-01-23-11-36-26-998.png, image-2020-01-23-11-37-02-531.png
>
>
> can someone reproduce the following situation? see screenshots
> its happen sometimes with aqua laf but with FlatLaf always
>  
> {code:java}
> @ActionID(
> category = "Bugtracking",
> id = "org.netbeans.BugAction"
> )
> @ActionRegistration(
> displayName = "#CTL_BugAction"
> )
> @ActionReference(path = "Menu/File", position = 0)
> @Messages("CTL_BugAction=BaseProgressUtils FlatLaf bug")
> public class BugAction implements ActionListener {
> @Override
> public void actionPerformed(ActionEvent e) {
> ProgressHandle progress = ProgressHandle.createHandle("displayName", 
> () -> true);
> BaseProgressUtils.showProgressDialogAndRun(operation, progress, true);
> }
> private Runnable operation = new Runnable() {
> @Override
> public void run() {
> try {
> Thread.sleep(6000);
> } catch (Exception e) {
> }
> }
> };
> }
> {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] [Updated] (NETBEANS-3729) [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun

2020-01-23 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3729:
--
Attachment: image-2020-01-23-11-37-02-531.png

> [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun
> --
>
> Key: NETBEANS-3729
> URL: https://issues.apache.org/jira/browse/NETBEANS-3729
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Progress
>Affects Versions: Next
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e9111499a7b3d71fce5496a633116574f617067b)
> Updates: Updates available
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+5-83
> Runtime: OpenJDK Runtime Environment 15-ea+5-83
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
> Attachments: Screen Shot 2020-01-22 at 14.50.10.png, Screen Shot 
> 2020-01-22 at 15.12.49.png, image-2020-01-23-10-50-23-648.png, 
> image-2020-01-23-11-07-28-246.png, image-2020-01-23-11-08-06-828.png, 
> image-2020-01-23-11-34-57-947.png, image-2020-01-23-11-35-07-915.png, 
> image-2020-01-23-11-35-26-873.png, image-2020-01-23-11-35-33-050.png, 
> image-2020-01-23-11-36-00-310.png, image-2020-01-23-11-36-15-946.png, 
> image-2020-01-23-11-36-26-998.png, image-2020-01-23-11-37-02-531.png
>
>
> can someone reproduce the following situation? see screenshots
> its happen sometimes with aqua laf but with FlatLaf always
>  
> {code:java}
> @ActionID(
> category = "Bugtracking",
> id = "org.netbeans.BugAction"
> )
> @ActionRegistration(
> displayName = "#CTL_BugAction"
> )
> @ActionReference(path = "Menu/File", position = 0)
> @Messages("CTL_BugAction=BaseProgressUtils FlatLaf bug")
> public class BugAction implements ActionListener {
> @Override
> public void actionPerformed(ActionEvent e) {
> ProgressHandle progress = ProgressHandle.createHandle("displayName", 
> () -> true);
> BaseProgressUtils.showProgressDialogAndRun(operation, progress, true);
> }
> private Runnable operation = new Runnable() {
> @Override
> public void run() {
> try {
> Thread.sleep(6000);
> } catch (Exception e) {
> }
> }
> };
> }
> {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] [Updated] (NETBEANS-3729) [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun

2020-01-23 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3729:
--
Attachment: image-2020-01-23-11-36-15-946.png

> [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun
> --
>
> Key: NETBEANS-3729
> URL: https://issues.apache.org/jira/browse/NETBEANS-3729
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Progress
>Affects Versions: Next
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e9111499a7b3d71fce5496a633116574f617067b)
> Updates: Updates available
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+5-83
> Runtime: OpenJDK Runtime Environment 15-ea+5-83
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
> Attachments: Screen Shot 2020-01-22 at 14.50.10.png, Screen Shot 
> 2020-01-22 at 15.12.49.png, image-2020-01-23-10-50-23-648.png, 
> image-2020-01-23-11-07-28-246.png, image-2020-01-23-11-08-06-828.png, 
> image-2020-01-23-11-34-57-947.png, image-2020-01-23-11-35-07-915.png, 
> image-2020-01-23-11-35-26-873.png, image-2020-01-23-11-35-33-050.png, 
> image-2020-01-23-11-36-00-310.png, image-2020-01-23-11-36-15-946.png, 
> image-2020-01-23-11-36-26-998.png
>
>
> can someone reproduce the following situation? see screenshots
> its happen sometimes with aqua laf but with FlatLaf always
>  
> {code:java}
> @ActionID(
> category = "Bugtracking",
> id = "org.netbeans.BugAction"
> )
> @ActionRegistration(
> displayName = "#CTL_BugAction"
> )
> @ActionReference(path = "Menu/File", position = 0)
> @Messages("CTL_BugAction=BaseProgressUtils FlatLaf bug")
> public class BugAction implements ActionListener {
> @Override
> public void actionPerformed(ActionEvent e) {
> ProgressHandle progress = ProgressHandle.createHandle("displayName", 
> () -> true);
> BaseProgressUtils.showProgressDialogAndRun(operation, progress, true);
> }
> private Runnable operation = new Runnable() {
> @Override
> public void run() {
> try {
> Thread.sleep(6000);
> } catch (Exception e) {
> }
> }
> };
> }
> {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] [Updated] (NETBEANS-3729) [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun

2020-01-23 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3729:
--
Attachment: image-2020-01-23-11-36-26-998.png

> [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun
> --
>
> Key: NETBEANS-3729
> URL: https://issues.apache.org/jira/browse/NETBEANS-3729
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Progress
>Affects Versions: Next
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e9111499a7b3d71fce5496a633116574f617067b)
> Updates: Updates available
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+5-83
> Runtime: OpenJDK Runtime Environment 15-ea+5-83
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
> Attachments: Screen Shot 2020-01-22 at 14.50.10.png, Screen Shot 
> 2020-01-22 at 15.12.49.png, image-2020-01-23-10-50-23-648.png, 
> image-2020-01-23-11-07-28-246.png, image-2020-01-23-11-08-06-828.png, 
> image-2020-01-23-11-34-57-947.png, image-2020-01-23-11-35-07-915.png, 
> image-2020-01-23-11-35-26-873.png, image-2020-01-23-11-35-33-050.png, 
> image-2020-01-23-11-36-00-310.png, image-2020-01-23-11-36-15-946.png, 
> image-2020-01-23-11-36-26-998.png
>
>
> can someone reproduce the following situation? see screenshots
> its happen sometimes with aqua laf but with FlatLaf always
>  
> {code:java}
> @ActionID(
> category = "Bugtracking",
> id = "org.netbeans.BugAction"
> )
> @ActionRegistration(
> displayName = "#CTL_BugAction"
> )
> @ActionReference(path = "Menu/File", position = 0)
> @Messages("CTL_BugAction=BaseProgressUtils FlatLaf bug")
> public class BugAction implements ActionListener {
> @Override
> public void actionPerformed(ActionEvent e) {
> ProgressHandle progress = ProgressHandle.createHandle("displayName", 
> () -> true);
> BaseProgressUtils.showProgressDialogAndRun(operation, progress, true);
> }
> private Runnable operation = new Runnable() {
> @Override
> public void run() {
> try {
> Thread.sleep(6000);
> } catch (Exception e) {
> }
> }
> };
> }
> {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] [Updated] (NETBEANS-3729) [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun

2020-01-23 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3729:
--
Attachment: image-2020-01-23-11-35-07-915.png

> [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun
> --
>
> Key: NETBEANS-3729
> URL: https://issues.apache.org/jira/browse/NETBEANS-3729
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Progress
>Affects Versions: Next
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e9111499a7b3d71fce5496a633116574f617067b)
> Updates: Updates available
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+5-83
> Runtime: OpenJDK Runtime Environment 15-ea+5-83
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
> Attachments: Screen Shot 2020-01-22 at 14.50.10.png, Screen Shot 
> 2020-01-22 at 15.12.49.png, image-2020-01-23-10-50-23-648.png, 
> image-2020-01-23-11-07-28-246.png, image-2020-01-23-11-08-06-828.png, 
> image-2020-01-23-11-34-57-947.png, image-2020-01-23-11-35-07-915.png, 
> image-2020-01-23-11-35-26-873.png, image-2020-01-23-11-35-33-050.png, 
> image-2020-01-23-11-36-00-310.png
>
>
> can someone reproduce the following situation? see screenshots
> its happen sometimes with aqua laf but with FlatLaf always
>  
> {code:java}
> @ActionID(
> category = "Bugtracking",
> id = "org.netbeans.BugAction"
> )
> @ActionRegistration(
> displayName = "#CTL_BugAction"
> )
> @ActionReference(path = "Menu/File", position = 0)
> @Messages("CTL_BugAction=BaseProgressUtils FlatLaf bug")
> public class BugAction implements ActionListener {
> @Override
> public void actionPerformed(ActionEvent e) {
> ProgressHandle progress = ProgressHandle.createHandle("displayName", 
> () -> true);
> BaseProgressUtils.showProgressDialogAndRun(operation, progress, true);
> }
> private Runnable operation = new Runnable() {
> @Override
> public void run() {
> try {
> Thread.sleep(6000);
> } catch (Exception e) {
> }
> }
> };
> }
> {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] [Updated] (NETBEANS-3729) [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun

2020-01-23 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3729:
--
Attachment: image-2020-01-23-11-35-33-050.png

> [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun
> --
>
> Key: NETBEANS-3729
> URL: https://issues.apache.org/jira/browse/NETBEANS-3729
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Progress
>Affects Versions: Next
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e9111499a7b3d71fce5496a633116574f617067b)
> Updates: Updates available
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+5-83
> Runtime: OpenJDK Runtime Environment 15-ea+5-83
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
> Attachments: Screen Shot 2020-01-22 at 14.50.10.png, Screen Shot 
> 2020-01-22 at 15.12.49.png, image-2020-01-23-10-50-23-648.png, 
> image-2020-01-23-11-07-28-246.png, image-2020-01-23-11-08-06-828.png, 
> image-2020-01-23-11-34-57-947.png, image-2020-01-23-11-35-07-915.png, 
> image-2020-01-23-11-35-26-873.png, image-2020-01-23-11-35-33-050.png, 
> image-2020-01-23-11-36-00-310.png
>
>
> can someone reproduce the following situation? see screenshots
> its happen sometimes with aqua laf but with FlatLaf always
>  
> {code:java}
> @ActionID(
> category = "Bugtracking",
> id = "org.netbeans.BugAction"
> )
> @ActionRegistration(
> displayName = "#CTL_BugAction"
> )
> @ActionReference(path = "Menu/File", position = 0)
> @Messages("CTL_BugAction=BaseProgressUtils FlatLaf bug")
> public class BugAction implements ActionListener {
> @Override
> public void actionPerformed(ActionEvent e) {
> ProgressHandle progress = ProgressHandle.createHandle("displayName", 
> () -> true);
> BaseProgressUtils.showProgressDialogAndRun(operation, progress, true);
> }
> private Runnable operation = new Runnable() {
> @Override
> public void run() {
> try {
> Thread.sleep(6000);
> } catch (Exception e) {
> }
> }
> };
> }
> {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] [Updated] (NETBEANS-3729) [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun

2020-01-23 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3729:
--
Attachment: image-2020-01-23-11-35-26-873.png

> [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun
> --
>
> Key: NETBEANS-3729
> URL: https://issues.apache.org/jira/browse/NETBEANS-3729
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Progress
>Affects Versions: Next
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e9111499a7b3d71fce5496a633116574f617067b)
> Updates: Updates available
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+5-83
> Runtime: OpenJDK Runtime Environment 15-ea+5-83
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
> Attachments: Screen Shot 2020-01-22 at 14.50.10.png, Screen Shot 
> 2020-01-22 at 15.12.49.png, image-2020-01-23-10-50-23-648.png, 
> image-2020-01-23-11-07-28-246.png, image-2020-01-23-11-08-06-828.png, 
> image-2020-01-23-11-34-57-947.png, image-2020-01-23-11-35-07-915.png, 
> image-2020-01-23-11-35-26-873.png, image-2020-01-23-11-35-33-050.png, 
> image-2020-01-23-11-36-00-310.png
>
>
> can someone reproduce the following situation? see screenshots
> its happen sometimes with aqua laf but with FlatLaf always
>  
> {code:java}
> @ActionID(
> category = "Bugtracking",
> id = "org.netbeans.BugAction"
> )
> @ActionRegistration(
> displayName = "#CTL_BugAction"
> )
> @ActionReference(path = "Menu/File", position = 0)
> @Messages("CTL_BugAction=BaseProgressUtils FlatLaf bug")
> public class BugAction implements ActionListener {
> @Override
> public void actionPerformed(ActionEvent e) {
> ProgressHandle progress = ProgressHandle.createHandle("displayName", 
> () -> true);
> BaseProgressUtils.showProgressDialogAndRun(operation, progress, true);
> }
> private Runnable operation = new Runnable() {
> @Override
> public void run() {
> try {
> Thread.sleep(6000);
> } catch (Exception e) {
> }
> }
> };
> }
> {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] [Updated] (NETBEANS-3729) [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun

2020-01-23 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3729:
--
Attachment: image-2020-01-23-11-36-00-310.png

> [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun
> --
>
> Key: NETBEANS-3729
> URL: https://issues.apache.org/jira/browse/NETBEANS-3729
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Progress
>Affects Versions: Next
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e9111499a7b3d71fce5496a633116574f617067b)
> Updates: Updates available
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+5-83
> Runtime: OpenJDK Runtime Environment 15-ea+5-83
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
> Attachments: Screen Shot 2020-01-22 at 14.50.10.png, Screen Shot 
> 2020-01-22 at 15.12.49.png, image-2020-01-23-10-50-23-648.png, 
> image-2020-01-23-11-07-28-246.png, image-2020-01-23-11-08-06-828.png, 
> image-2020-01-23-11-34-57-947.png, image-2020-01-23-11-35-07-915.png, 
> image-2020-01-23-11-35-26-873.png, image-2020-01-23-11-35-33-050.png, 
> image-2020-01-23-11-36-00-310.png
>
>
> can someone reproduce the following situation? see screenshots
> its happen sometimes with aqua laf but with FlatLaf always
>  
> {code:java}
> @ActionID(
> category = "Bugtracking",
> id = "org.netbeans.BugAction"
> )
> @ActionRegistration(
> displayName = "#CTL_BugAction"
> )
> @ActionReference(path = "Menu/File", position = 0)
> @Messages("CTL_BugAction=BaseProgressUtils FlatLaf bug")
> public class BugAction implements ActionListener {
> @Override
> public void actionPerformed(ActionEvent e) {
> ProgressHandle progress = ProgressHandle.createHandle("displayName", 
> () -> true);
> BaseProgressUtils.showProgressDialogAndRun(operation, progress, true);
> }
> private Runnable operation = new Runnable() {
> @Override
> public void run() {
> try {
> Thread.sleep(6000);
> } catch (Exception e) {
> }
> }
> };
> }
> {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] [Updated] (NETBEANS-3729) [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun

2020-01-23 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3729:
--
Attachment: image-2020-01-23-11-34-57-947.png

> [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun
> --
>
> Key: NETBEANS-3729
> URL: https://issues.apache.org/jira/browse/NETBEANS-3729
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Progress
>Affects Versions: Next
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e9111499a7b3d71fce5496a633116574f617067b)
> Updates: Updates available
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+5-83
> Runtime: OpenJDK Runtime Environment 15-ea+5-83
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
> Attachments: Screen Shot 2020-01-22 at 14.50.10.png, Screen Shot 
> 2020-01-22 at 15.12.49.png, image-2020-01-23-10-50-23-648.png, 
> image-2020-01-23-11-07-28-246.png, image-2020-01-23-11-08-06-828.png, 
> image-2020-01-23-11-34-57-947.png
>
>
> can someone reproduce the following situation? see screenshots
> its happen sometimes with aqua laf but with FlatLaf always
>  
> {code:java}
> @ActionID(
> category = "Bugtracking",
> id = "org.netbeans.BugAction"
> )
> @ActionRegistration(
> displayName = "#CTL_BugAction"
> )
> @ActionReference(path = "Menu/File", position = 0)
> @Messages("CTL_BugAction=BaseProgressUtils FlatLaf bug")
> public class BugAction implements ActionListener {
> @Override
> public void actionPerformed(ActionEvent e) {
> ProgressHandle progress = ProgressHandle.createHandle("displayName", 
> () -> true);
> BaseProgressUtils.showProgressDialogAndRun(operation, progress, true);
> }
> private Runnable operation = new Runnable() {
> @Override
> public void run() {
> try {
> Thread.sleep(6000);
> } catch (Exception e) {
> }
> }
> };
> }
> {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] [Commented] (NETBEANS-3729) [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun

2020-01-23 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3729:
---

The reason is that the preferred height of a progress bar in FlatLaf is only 
4px and because the label and the progress bar are layouted by a GridLayout 
they all get the same height.

Here is a screenshot with green label and red background:

!image-2020-01-23-11-07-28-246.png!

When the cancel button is visible, the progress bar is stretched in height:

!image-2020-01-23-11-08-06-828.png!

The cancel button and the progress bar are located in an additional panel with 
GridBagLayout.

BTW the issue is also there in Windows laf (see cut 'p' and 'y'):

!image-2020-01-23-10-50-23-648.png!
  

> [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun
> --
>
> Key: NETBEANS-3729
> URL: https://issues.apache.org/jira/browse/NETBEANS-3729
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Progress
>Affects Versions: Next
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e9111499a7b3d71fce5496a633116574f617067b)
> Updates: Updates available
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+5-83
> Runtime: OpenJDK Runtime Environment 15-ea+5-83
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
> Attachments: Screen Shot 2020-01-22 at 14.50.10.png, Screen Shot 
> 2020-01-22 at 15.12.49.png, image-2020-01-23-10-50-23-648.png, 
> image-2020-01-23-11-07-28-246.png, image-2020-01-23-11-08-06-828.png
>
>
> can someone reproduce the following situation? see screenshots
> its happen sometimes with aqua laf but with FlatLaf always
>  
> {code:java}
> @ActionID(
> category = "Bugtracking",
> id = "org.netbeans.BugAction"
> )
> @ActionRegistration(
> displayName = "#CTL_BugAction"
> )
> @ActionReference(path = "Menu/File", position = 0)
> @Messages("CTL_BugAction=BaseProgressUtils FlatLaf bug")
> public class BugAction implements ActionListener {
> @Override
> public void actionPerformed(ActionEvent e) {
> ProgressHandle progress = ProgressHandle.createHandle("displayName", 
> () -> true);
> BaseProgressUtils.showProgressDialogAndRun(operation, progress, true);
> }
> private Runnable operation = new Runnable() {
> @Override
> public void run() {
> try {
> Thread.sleep(6000);
> } catch (Exception e) {
> }
> }
> };
> }
> {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] [Updated] (NETBEANS-3729) [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun

2020-01-23 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3729:
--
Attachment: image-2020-01-23-11-08-06-828.png

> [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun
> --
>
> Key: NETBEANS-3729
> URL: https://issues.apache.org/jira/browse/NETBEANS-3729
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Progress
>Affects Versions: Next
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e9111499a7b3d71fce5496a633116574f617067b)
> Updates: Updates available
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+5-83
> Runtime: OpenJDK Runtime Environment 15-ea+5-83
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
> Attachments: Screen Shot 2020-01-22 at 14.50.10.png, Screen Shot 
> 2020-01-22 at 15.12.49.png, image-2020-01-23-10-50-23-648.png, 
> image-2020-01-23-11-07-28-246.png, image-2020-01-23-11-08-06-828.png
>
>
> can someone reproduce the following situation? see screenshots
> its happen sometimes with aqua laf but with FlatLaf always
>  
> {code:java}
> @ActionID(
> category = "Bugtracking",
> id = "org.netbeans.BugAction"
> )
> @ActionRegistration(
> displayName = "#CTL_BugAction"
> )
> @ActionReference(path = "Menu/File", position = 0)
> @Messages("CTL_BugAction=BaseProgressUtils FlatLaf bug")
> public class BugAction implements ActionListener {
> @Override
> public void actionPerformed(ActionEvent e) {
> ProgressHandle progress = ProgressHandle.createHandle("displayName", 
> () -> true);
> BaseProgressUtils.showProgressDialogAndRun(operation, progress, true);
> }
> private Runnable operation = new Runnable() {
> @Override
> public void run() {
> try {
> Thread.sleep(6000);
> } catch (Exception e) {
> }
> }
> };
> }
> {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] [Updated] (NETBEANS-3729) [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun

2020-01-23 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3729:
--
Attachment: image-2020-01-23-11-07-28-246.png

> [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun
> --
>
> Key: NETBEANS-3729
> URL: https://issues.apache.org/jira/browse/NETBEANS-3729
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Progress
>Affects Versions: Next
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e9111499a7b3d71fce5496a633116574f617067b)
> Updates: Updates available
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+5-83
> Runtime: OpenJDK Runtime Environment 15-ea+5-83
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
> Attachments: Screen Shot 2020-01-22 at 14.50.10.png, Screen Shot 
> 2020-01-22 at 15.12.49.png, image-2020-01-23-10-50-23-648.png, 
> image-2020-01-23-11-07-28-246.png
>
>
> can someone reproduce the following situation? see screenshots
> its happen sometimes with aqua laf but with FlatLaf always
>  
> {code:java}
> @ActionID(
> category = "Bugtracking",
> id = "org.netbeans.BugAction"
> )
> @ActionRegistration(
> displayName = "#CTL_BugAction"
> )
> @ActionReference(path = "Menu/File", position = 0)
> @Messages("CTL_BugAction=BaseProgressUtils FlatLaf bug")
> public class BugAction implements ActionListener {
> @Override
> public void actionPerformed(ActionEvent e) {
> ProgressHandle progress = ProgressHandle.createHandle("displayName", 
> () -> true);
> BaseProgressUtils.showProgressDialogAndRun(operation, progress, true);
> }
> private Runnable operation = new Runnable() {
> @Override
> public void run() {
> try {
> Thread.sleep(6000);
> } catch (Exception e) {
> }
> }
> };
> }
> {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] [Updated] (NETBEANS-3729) [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun

2020-01-23 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3729:
--
Attachment: image-2020-01-23-10-50-23-648.png

> [FlatLaf] Strang Bug in BaseProgressUtils.showProgressDialogAndRun
> --
>
> Key: NETBEANS-3729
> URL: https://issues.apache.org/jira/browse/NETBEANS-3729
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Progress
>Affects Versions: Next
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e9111499a7b3d71fce5496a633116574f617067b)
> Updates: Updates available
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+5-83
> Runtime: OpenJDK Runtime Environment 15-ea+5-83
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
> Attachments: Screen Shot 2020-01-22 at 14.50.10.png, Screen Shot 
> 2020-01-22 at 15.12.49.png, image-2020-01-23-10-50-23-648.png
>
>
> can someone reproduce the following situation? see screenshots
> its happen sometimes with aqua laf but with FlatLaf always
>  
> {code:java}
> @ActionID(
> category = "Bugtracking",
> id = "org.netbeans.BugAction"
> )
> @ActionRegistration(
> displayName = "#CTL_BugAction"
> )
> @ActionReference(path = "Menu/File", position = 0)
> @Messages("CTL_BugAction=BaseProgressUtils FlatLaf bug")
> public class BugAction implements ActionListener {
> @Override
> public void actionPerformed(ActionEvent e) {
> ProgressHandle progress = ProgressHandle.createHandle("displayName", 
> () -> true);
> BaseProgressUtils.showProgressDialogAndRun(operation, progress, true);
> }
> private Runnable operation = new Runnable() {
> @Override
> public void run() {
> try {
> Thread.sleep(6000);
> } catch (Exception e) {
> }
> }
> };
> }
> {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] [Updated] (NETBEANS-3713) Progress UI is ugly with FlatLaf

2020-01-18 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3713:
--
Attachment: image-2020-01-18-19-38-15-514.png

> Progress UI is ugly with FlatLaf
> 
>
> Key: NETBEANS-3713
> URL: https://issues.apache.org/jira/browse/NETBEANS-3713
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-01-18-17-27-18-089.png, 
> image-2020-01-18-19-38-15-514.png
>
>
> Well originally, I just wanted to fix the width of the unbounded progress 
> bars.
> Adding:
> {code:java}
>  # ProgressBar 
> ProgressBar.horizontalSize=146,15
>  {code}
> to the FlatLaf.properties, as you suggested makes it work, then I realized, 
> that the close buttons are ugly and the separator in the Active running task 
> is out of LaL as well.
> I've tried to use CloseButtonFactory.createCloseButton(); for those buttons, 
> while result was better, it was not perfect, so I decided to leave that to 
> the expert.



--
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-3713) Progress UI is ugly with FlatLaf

2020-01-18 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3713:
---

I think I've found the "separator in the Active running task", right?

!image-2020-01-18-19-38-15-514.png!

> Progress UI is ugly with FlatLaf
> 
>
> Key: NETBEANS-3713
> URL: https://issues.apache.org/jira/browse/NETBEANS-3713
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-01-18-17-27-18-089.png, 
> image-2020-01-18-19-38-15-514.png
>
>
> Well originally, I just wanted to fix the width of the unbounded progress 
> bars.
> Adding:
> {code:java}
>  # ProgressBar 
> ProgressBar.horizontalSize=146,15
>  {code}
> to the FlatLaf.properties, as you suggested makes it work, then I realized, 
> that the close buttons are ugly and the separator in the Active running task 
> is out of LaL as well.
> I've tried to use CloseButtonFactory.createCloseButton(); for those buttons, 
> while result was better, it was not perfect, so I decided to leave that to 
> the expert.



--
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-3713) Progress UI is ugly with FlatLaf

2020-01-18 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3713:
---

The progress bar height should be stable after merging 
[https://github.com/apache/netbeans/pull/1882.]

Not sure what you mean with "separator in the Active running task".

Is it the one in the below screenshot?

!image-2020-01-18-17-27-18-089.png!

> Progress UI is ugly with FlatLaf
> 
>
> Key: NETBEANS-3713
> URL: https://issues.apache.org/jira/browse/NETBEANS-3713
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-01-18-17-27-18-089.png
>
>
> Well originally, I just wanted to fix the width of the unbounded progress 
> bars.
> Adding:
> {code:java}
>  # ProgressBar 
> ProgressBar.horizontalSize=146,15
>  {code}
> to the FlatLaf.properties, as you suggested makes it work, then I realized, 
> that the close buttons are ugly and the separator in the Active running task 
> is out of LaL as well.
> I've tried to use CloseButtonFactory.createCloseButton(); for those buttons, 
> while result was better, it was not perfect, so I decided to leave that to 
> the expert.



--
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-3713) Progress UI is ugly with FlatLaf

2020-01-18 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3713:
--
Attachment: image-2020-01-18-17-27-18-089.png

> Progress UI is ugly with FlatLaf
> 
>
> Key: NETBEANS-3713
> URL: https://issues.apache.org/jira/browse/NETBEANS-3713
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-01-18-17-27-18-089.png
>
>
> Well originally, I just wanted to fix the width of the unbounded progress 
> bars.
> Adding:
> {code:java}
>  # ProgressBar 
> ProgressBar.horizontalSize=146,15
>  {code}
> to the FlatLaf.properties, as you suggested makes it work, then I realized, 
> that the close buttons are ugly and the separator in the Active running task 
> is out of LaL as well.
> I've tried to use CloseButtonFactory.createCloseButton(); for those buttons, 
> while result was better, it was not perfect, so I decided to leave that to 
> the expert.



--
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-3703) FlatLaf - expand/collapse directories with right/left arrow keys

2020-01-16 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3703:
---

Thanks for reporting.

This is a bug in FlatLaf.

Occurs only on Mac. Works fine on other platforms.

> FlatLaf - expand/collapse directories with right/left arrow keys
> 
>
> Key: NETBEANS-3703
> URL: https://issues.apache.org/jira/browse/NETBEANS-3703
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.2
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-14b801dbc92579d84f97548a2aa553138dbf2b8e)
> Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9
> Runtime: OpenJDK Runtime Environment 13.0.1+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_GB (nb)
>Reporter: Vedran
>Assignee: Karl Tauber
>Priority: Minor
>
> Can't expand/collapse directories in Projects tab using arrow keys in FlatLaf 
> theme.



--
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-3703) FlatLaf - expand/collapse directories with right/left arrow keys

2020-01-16 Thread Karl Tauber (Jira)


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

Karl Tauber reassigned NETBEANS-3703:
-

Assignee: Karl Tauber

> FlatLaf - expand/collapse directories with right/left arrow keys
> 
>
> Key: NETBEANS-3703
> URL: https://issues.apache.org/jira/browse/NETBEANS-3703
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.2
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-14b801dbc92579d84f97548a2aa553138dbf2b8e)
> Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9
> Runtime: OpenJDK Runtime Environment 13.0.1+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_GB (nb)
>Reporter: Vedran
>Assignee: Karl Tauber
>Priority: Minor
>
> Can't expand/collapse directories in Projects tab using arrow keys in FlatLaf 
> theme.



--
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-3703) FlatLaf - drill down directories with up/down arrow keys

2020-01-16 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3703:
--
Component/s: FlatLaf

> FlatLaf - drill down directories with up/down arrow keys
> 
>
> Key: NETBEANS-3703
> URL: https://issues.apache.org/jira/browse/NETBEANS-3703
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.2
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-14b801dbc92579d84f97548a2aa553138dbf2b8e)
> Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9
> Runtime: OpenJDK Runtime Environment 13.0.1+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_GB (nb)
>Reporter: Vedran
>Priority: Minor
>
> Can't drill down directories in Projects tab using arrow keys in FlatLaf 
> theme.



--
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-3703) FlatLaf - drill down directories with up/down arrow keys

2020-01-16 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3703:
---

With "up/down" arrow keys?

You mean expand/collapse directories with right/left keys, right?

> FlatLaf - drill down directories with up/down arrow keys
> 
>
> Key: NETBEANS-3703
> URL: https://issues.apache.org/jira/browse/NETBEANS-3703
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-14b801dbc92579d84f97548a2aa553138dbf2b8e)
> Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9
> Runtime: OpenJDK Runtime Environment 13.0.1+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_GB (nb)
>Reporter: Vedran
>Priority: Minor
>
> Can't drill down directories in Projects tab using arrow keys in FlatLaf 
> theme.



--
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-3657) Conditional Brekpoint editor looks strange with FlatLaf

2020-01-04 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3657:
---

The condition combo box also looks wrong in other LAFs. E.g. on Windows and 
Nimbus LAF:

!image-2020-01-04-17-38-14-854.png!

!image-2020-01-04-17-38-29-548.png!

 

The problem with the caret are also in "New Breakpoint" and "New Watch" dialogs.

!image-2020-01-04-18-04-41-920.png!

!image-2020-01-04-18-06-53-665.png!

 

All three dialogs use the same single line editor field created with 
{{org.netbeans.editor.Utilities.createSingleLineEditor(String mimeType)}}.

> Conditional Brekpoint editor  looks strange with FlatLaf
> 
>
> Key: NETBEANS-3657
> URL: https://issues.apache.org/jira/browse/NETBEANS-3657
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-01-01-09-29-54-039.png, 
> image-2020-01-04-17-38-14-854.png, image-2020-01-04-17-38-29-548.png, 
> image-2020-01-04-18-04-41-920.png, image-2020-01-04-18-06-53-665.png
>
>
> The border around the Condition combo box looks Strange with FlatLaf, it also 
> cause the cursor shown to be displaced by a few pixel left than it should.
> I guess something is happening here:
> java/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ConditionsPanel.java
> !image-2020-01-01-09-29-54-039.png!



--
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-3657) Conditional Brekpoint editor looks strange with FlatLaf

2020-01-04 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3657:
--
Attachment: image-2020-01-04-18-06-53-665.png

> Conditional Brekpoint editor  looks strange with FlatLaf
> 
>
> Key: NETBEANS-3657
> URL: https://issues.apache.org/jira/browse/NETBEANS-3657
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-01-01-09-29-54-039.png, 
> image-2020-01-04-17-38-14-854.png, image-2020-01-04-17-38-29-548.png, 
> image-2020-01-04-18-04-41-920.png, image-2020-01-04-18-06-53-665.png
>
>
> The border around the Condition combo box looks Strange with FlatLaf, it also 
> cause the cursor shown to be displaced by a few pixel left than it should.
> I guess something is happening here:
> java/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ConditionsPanel.java
> !image-2020-01-01-09-29-54-039.png!



--
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-3657) Conditional Brekpoint editor looks strange with FlatLaf

2020-01-04 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3657:
--
Attachment: image-2020-01-04-18-04-41-920.png

> Conditional Brekpoint editor  looks strange with FlatLaf
> 
>
> Key: NETBEANS-3657
> URL: https://issues.apache.org/jira/browse/NETBEANS-3657
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-01-01-09-29-54-039.png, 
> image-2020-01-04-17-38-14-854.png, image-2020-01-04-17-38-29-548.png, 
> image-2020-01-04-18-04-41-920.png
>
>
> The border around the Condition combo box looks Strange with FlatLaf, it also 
> cause the cursor shown to be displaced by a few pixel left than it should.
> I guess something is happening here:
> java/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ConditionsPanel.java
> !image-2020-01-01-09-29-54-039.png!



--
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-3657) Conditional Brekpoint editor looks strange with FlatLaf

2020-01-04 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3657:
--
Attachment: image-2020-01-04-17-38-29-548.png

> Conditional Brekpoint editor  looks strange with FlatLaf
> 
>
> Key: NETBEANS-3657
> URL: https://issues.apache.org/jira/browse/NETBEANS-3657
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-01-01-09-29-54-039.png, 
> image-2020-01-04-17-38-14-854.png, image-2020-01-04-17-38-29-548.png
>
>
> The border around the Condition combo box looks Strange with FlatLaf, it also 
> cause the cursor shown to be displaced by a few pixel left than it should.
> I guess something is happening here:
> java/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ConditionsPanel.java
> !image-2020-01-01-09-29-54-039.png!



--
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-3657) Conditional Brekpoint editor looks strange with FlatLaf

2020-01-04 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3657:
--
Attachment: image-2020-01-04-17-38-14-854.png

> Conditional Brekpoint editor  looks strange with FlatLaf
> 
>
> Key: NETBEANS-3657
> URL: https://issues.apache.org/jira/browse/NETBEANS-3657
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-01-01-09-29-54-039.png, 
> image-2020-01-04-17-38-14-854.png, image-2020-01-04-17-38-29-548.png
>
>
> The border around the Condition combo box looks Strange with FlatLaf, it also 
> cause the cursor shown to be displaced by a few pixel left than it should.
> I guess something is happening here:
> java/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ConditionsPanel.java
> !image-2020-01-01-09-29-54-039.png!



--
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-3657) Conditional Brekpoint editor looks strange with FlatLaf

2020-01-04 Thread Karl Tauber (Jira)


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

Karl Tauber reassigned NETBEANS-3657:
-

Assignee: Karl Tauber

> Conditional Brekpoint editor  looks strange with FlatLaf
> 
>
> Key: NETBEANS-3657
> URL: https://issues.apache.org/jira/browse/NETBEANS-3657
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-01-01-09-29-54-039.png
>
>
> The border around the Condition combo box looks Strange with FlatLaf, it also 
> cause the cursor shown to be displaced by a few pixel left than it should.
> I guess something is happening here:
> java/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ConditionsPanel.java
> !image-2020-01-01-09-29-54-039.png!



--
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-3664) Using wrong LaF getDefaults() method slows down startup

2020-01-03 Thread Karl Tauber (Jira)
Karl Tauber created NETBEANS-3664:
-

 Summary: Using wrong LaF getDefaults() method slows down startup
 Key: NETBEANS-3664
 URL: https://issues.apache.org/jira/browse/NETBEANS-3664
 Project: NetBeans
  Issue Type: Bug
Reporter: Karl Tauber


There are (at least) two places where 
{{UIManager.getLookAndFeel().getDefaults()}} is used to get look and feel UI 
defaults.

But this method creates a new hash table with about 600+ entries filled with 
colors, icons, fonts, insets, etc., which takes some milliseconds. In case of 
FlatLaf, also several properties files are read and parsed.

The javadoc of {{LookAndFeel.getDefaults()}} also states that this method 
should only be invoked by the {{UIManager}}.

The correct method to use would be {{UIManager.getLookAndFeelDefaults()}}, 
which returns an existing hash table that was created earlier with 
{{LookAndFeel.getDefaults()}}.

I'll create a PR to fix this...



--
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