You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/06/22 16:34:05 UTC

[GitHub] [netbeans] PashaTurok opened a new issue, #4272: Menu -> Team -> Show history renders wrong with non default font

PashaTurok opened a new issue, #4272:
URL: https://github.com/apache/netbeans/issues/4272

   ### Apache NetBeans version
   
   Apache NetBeans 14
   
   ### What happened
   
   I need a font size bigger then a default one, so, in netbeans.conf I add the following `--fontsize 16 --laf Nimbus -J-Dswing.aatext=true -J-Dawt.useSystemAAFontSettings=lcd`. However, with such settings git history renders bad:
   ![Screenshot from 2022-06-22 19-29-19](https://user-images.githubusercontent.com/10261361/175086793-0fe275ac-eb89-434c-a91e-adda0f47b028.png)
   
   
   
   ### How to reproduce
   
   _No response_
   
   ### Did this work correctly in an earlier version?
   
   No
   
   ### Operating System
   
   Ubuntu 20.04.3 LTS
   
   ### JDK
   
   17.0.2; OpenJDK 64-Bit Server VM 17.0.2+8-86
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### Anything else
   
   At the same, it is strange that sometimes it is rendered correctly, but most of the time wrongly.
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] PashaTurok commented on issue #4272: Nimbus LAF: Menu -> Team -> Show history renders wrong with non default font

Posted by GitBox <gi...@apache.org>.
PashaTurok commented on issue #4272:
URL: https://github.com/apache/netbeans/issues/4272#issuecomment-1165404007

   @neilcsmith-net It would solve all the problems! Because FlatLaf can be used with [light grey theme](https://github.com/JFormDesigner/FlatLaf#intellij-platform-themes) (ohhhh) of IntelliJ Platform. I wanted to open this issue, but then I thought if I would be politically correct to open such an issue. At the same time default FlatLaf theme just kills my eyes and as I understand Nimbus is not supported anymore.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] PashaTurok commented on issue #4272: Menu -> Team -> Show history renders wrong with non default font

Posted by GitBox <gi...@apache.org>.
PashaTurok commented on issue #4272:
URL: https://github.com/apache/netbeans/issues/4272#issuecomment-1164759113

   @mbien I don't like FlatLAT. It is too light for me. I think it is necessary to decide if Nimbus is supported or not, and if it is, then this issue must be solved as a bug.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] neilcsmith-net commented on issue #4272: Nimbus LAF: Menu -> Team -> Show history renders wrong with non default font

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on issue #4272:
URL: https://github.com/apache/netbeans/issues/4272#issuecomment-1341110712

   @PashaTurok FYI from NetBeans 16 you can override any property in FlatLaf by editing the custom properties file from `Tools / Options / Appearance / FlatLaf`.  Might help your situation.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] PashaTurok commented on issue #4272: Nimbus LAF: Menu -> Team -> Show history renders wrong with non default font

Posted by GitBox <gi...@apache.org>.
PashaTurok commented on issue #4272:
URL: https://github.com/apache/netbeans/issues/4272#issuecomment-1165220222

   @eirikbakke Your suggestion makes things much better! However, it would also be nice if it were possible to change background color. The problem is that primary background color is `f2f2f2` while white is `ffffff`. With the same success background color could be set as `fefefe`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] PashaTurok commented on issue #4272: Nimbus LAF: Menu -> Team -> Show history renders wrong with non default font

Posted by GitBox <gi...@apache.org>.
PashaTurok commented on issue #4272:
URL: https://github.com/apache/netbeans/issues/4272#issuecomment-1164791121

   @mbien Could you say, if it is possible to change FlatLAF light primary background color to make it a little darker without rebuilding NB? I just don't see tabs, separators etc on such background because the difference in colors is too little.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] mbien commented on issue #4272: Menu -> Team -> Show history renders wrong with non default font

Posted by GitBox <gi...@apache.org>.
mbien commented on issue #4272:
URL: https://github.com/apache/netbeans/issues/4272#issuecomment-1163399001

   how does this look with default FlatLAF but with increased font size?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] PashaTurok commented on issue #4272: Menu -> Team -> Show history renders wrong with non default font

Posted by GitBox <gi...@apache.org>.
PashaTurok commented on issue #4272:
URL: https://github.com/apache/netbeans/issues/4272#issuecomment-1163480713

   @mbien With FlatLAF it works fine. I restarted 3 times, and it worked correctly. At the same time I can't guarantee that it will _always_ work fine.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] mbien commented on issue #4272: Nimbus LAF: Menu -> Team -> Show history renders wrong with non default font

Posted by GitBox <gi...@apache.org>.
mbien commented on issue #4272:
URL: https://github.com/apache/netbeans/issues/4272#issuecomment-1164801742

   @PashaTurok I don't know but we can ask someone who might know @neilcsmith-net @eirikbakke @DevCharly
   
   (I'm personally using "FlatLaf Dark")


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] PashaTurok commented on issue #4272: Menu -> Team -> Show history renders wrong with non default font

Posted by GitBox <gi...@apache.org>.
PashaTurok commented on issue #4272:
URL: https://github.com/apache/netbeans/issues/4272#issuecomment-1164316215

   This issue may be linked with this [issue](https://issues.apache.org/jira/browse/NETBEANS-6407) because both issues are about font changes with different instances of NB. I mean, that sometimes font is small and sometimes font is big with the same configuration.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] eirikbakke commented on issue #4272: Nimbus LAF: Menu -> Team -> Show history renders wrong with non default font

Posted by GitBox <gi...@apache.org>.
eirikbakke commented on issue #4272:
URL: https://github.com/apache/netbeans/issues/4272#issuecomment-1164993730

   > I don't like FlatLAT. It is too light for me.
   
   @PashaTurok I have a few improvements to FlatLAF pending at https://github.com/apache/netbeans/pull/3115 , which were done in particular to improve the appearance of tab components in the window system. Would that patch meet your needs? (See the before/after screenshots.)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] mbien commented on issue #4272: Menu -> Team -> Show history renders wrong with non default font

Posted by GitBox <gi...@apache.org>.
mbien commented on issue #4272:
URL: https://github.com/apache/netbeans/issues/4272#issuecomment-1164710138

   I don't think that they are linked since the font is large in this case, the component just doesn't resize to fit the text. The other issue you filed was about the font sometimes *not* being large. Btw did you try the suggestion posted there?
   
   Nimbus is a fairly old LAF which never had the quality of the other LAFs. Additionally, NB has many custom components which won't render properly unless they are optimized for that LAF. 
   
   You don't like FlatLAF? Since that is the default and the main supported LAF.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] mbien commented on issue #4272: Menu -> Team -> Show history renders wrong with non default font

Posted by GitBox <gi...@apache.org>.
mbien commented on issue #4272:
URL: https://github.com/apache/netbeans/issues/4272#issuecomment-1164779376

   FlatLAF is fairly flexible, I am sure it would be possible to provide a high contrast theme. It is the only supported theme. Its significantly more likely that someone will try to fix a bug in FlatLAF compared to nimbus.
   
   Contributions are always welcome though.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] neilcsmith-net commented on issue #4272: Nimbus LAF: Menu -> Team -> Show history renders wrong with non default font

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on issue #4272:
URL: https://github.com/apache/netbeans/issues/4272#issuecomment-1165375466

   @mbien well there was some discussion a while back on supporting FlatLaf themes - ie. https://www.formdev.com/flatlaf/themes/


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] PashaTurok commented on issue #4272: Nimbus LAF: Menu -> Team -> Show history renders wrong with non default font

Posted by GitBox <gi...@apache.org>.
PashaTurok commented on issue #4272:
URL: https://github.com/apache/netbeans/issues/4272#issuecomment-1341129991

   @neilcsmith-net Thank you very much. I will try.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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