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 2020/01/18 11:47:53 UTC

[GitHub] [netbeans] DevCharly opened a new pull request #1882: [NETBEANS-3428] Update FlatLaf from 0.24 to 0.25.1 and other fixes

DevCharly opened a new pull request #1882: [NETBEANS-3428] Update FlatLaf from 0.24 to 0.25.1 and other fixes
URL: https://github.com/apache/netbeans/pull/1882
 
 
   Improvements and fixes thru FlatLaf 0.25.1:
   - [NETBEANS-3703] fixed broken tree node expand/collapse with right/left keys on macOS
   - fixed broken combobox keyboard navigation and show/hide popup on macOS
   - hide menu mnemonics by default and show them only when `Alt` key is pressed (same as in Windows LAF)
   - option in progress bar to use always large height even if no text is painted (for [NETBEANS-3713])
   - UI default value `Tree.textBackground` now has a valid color and is no
   longer `null` (for [NETBEANS-3688])
   - "Find in Project" dialog: removed empty space in "(    test    )" and "(    edit    )" links
   
   Other fixes in NB code:
   - fixed border color of tabs "open documents" popup
   - "FlatLaf Light" on Windows: fixed background of "places" bar in file chooser
   
   Windows file chooser:
   ![image](https://user-images.githubusercontent.com/5604048/72662401-fee67980-39e6-11ea-856c-334d64cb94f7.png)
   
   "open documents" popup:
   ![image](https://user-images.githubusercontent.com/5604048/72663157-7fa97380-39ef-11ea-9da3-1f6af31c90aa.png)
   
   ![image](https://user-images.githubusercontent.com/5604048/72663158-846e2780-39ef-11ea-92ff-b2dcb0e82409.png)
   
   "Find in Project" dialog:
   ![image](https://user-images.githubusercontent.com/5604048/72663211-3574c200-39f0-11ea-91ed-9fa63e7c66c1.png)
   
   Progress bar in status bar has now always the same height:
   ![image](https://user-images.githubusercontent.com/5604048/72663234-a2885780-39f0-11ea-951a-6386ebb717fe.png)
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
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] DevCharly commented on issue #1882: [NETBEANS-3428] Update FlatLaf from 0.24 to 0.25.1 and other fixes

Posted by GitBox <gi...@apache.org>.
DevCharly commented on issue #1882: [NETBEANS-3428] Update FlatLaf from 0.24 to 0.25.1 and other fixes
URL: https://github.com/apache/netbeans/pull/1882#issuecomment-575933562
 
 
   I've undone the change for the progress bar. Will do it right in another PR for NETBEANS-3713.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
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] lkishalmi commented on issue #1882: [NETBEANS-3428] Update FlatLaf from 0.24 to 0.25.1 and other fixes

Posted by GitBox <gi...@apache.org>.
lkishalmi commented on issue #1882: [NETBEANS-3428] Update FlatLaf from 0.24 to 0.25.1 and other fixes
URL: https://github.com/apache/netbeans/pull/1882#issuecomment-575912471
 
 
   Looks good, though some travis job failed due unrelated errors, I've restarted those jobs.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
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] humphreygao commented on issue #1882: [NETBEANS-3428] Update FlatLaf from 0.24 to 0.25.1 and other fixes

Posted by GitBox <gi...@apache.org>.
humphreygao commented on issue #1882: [NETBEANS-3428] Update FlatLaf from 0.24 to 0.25.1 and other fixes
URL: https://github.com/apache/netbeans/pull/1882#issuecomment-589697626
 
 
   @DevCharly 
   Windows Look and feel with NetBeans Fonts & Colors profile:
   ![windows look and feel with Netbeans color profile](https://user-images.githubusercontent.com/52394598/75044897-55bb0380-54fd-11ea-823f-4c3f3d62600b.png)
   these texts are the same as NetBeans 11.2
   
   Metal Look and feel with NetBeans Fonts & Colors profile:
   ![metal look and feel with NetBeans color profile](https://user-images.githubusercontent.com/52394598/75045064-9581eb00-54fd-11ea-96b1-5fb926cf5e97.png)
   these texts are the same as NetBeans 11.2 too. Oh, is it a legacy problem? I'm sorry for not noticing.
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
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] lkishalmi merged pull request #1882: [NETBEANS-3428] Update FlatLaf from 0.24 to 0.25.1 and other fixes

Posted by GitBox <gi...@apache.org>.
lkishalmi merged pull request #1882: [NETBEANS-3428] Update FlatLaf from 0.24 to 0.25.1 and other fixes
URL: https://github.com/apache/netbeans/pull/1882
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
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] DevCharly commented on issue #1882: [NETBEANS-3428] Update FlatLaf from 0.24 to 0.25.1 and other fixes

Posted by GitBox <gi...@apache.org>.
DevCharly commented on issue #1882: [NETBEANS-3428] Update FlatLaf from 0.24 to 0.25.1 and other fixes
URL: https://github.com/apache/netbeans/pull/1882#issuecomment-589682169
 
 
   @humphreygao would you be so kind and check whether these texts are correct in Windows L&F and Metal L&F (in NB 11.3)?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
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] humphreygao commented on issue #1882: [NETBEANS-3428] Update FlatLaf from 0.24 to 0.25.1 and other fixes

Posted by GitBox <gi...@apache.org>.
humphreygao commented on issue #1882: [NETBEANS-3428] Update FlatLaf from 0.24 to 0.25.1 and other fixes
URL: https://github.com/apache/netbeans/pull/1882#issuecomment-589621707
 
 
   NetBeans 11.3-beta3 "Open Project" Dialog changes directory names in "directory" bar in Windows 10. 
   
   NetBeans 11.2:
   ![11 2](https://user-images.githubusercontent.com/52394598/75030374-edf5c000-54de-11ea-924e-0d76763eebf2.png)
   All directory name are in system default language.
   
   but now:
   ![11 3](https://user-images.githubusercontent.com/52394598/75030357-e7ffdf00-54de-11ea-90d1-8acf56cd7dbd.png)
   "Recent"、“Desktop”、"Documents" are in English, while the other two are in system default language.
   
   I think it would be better to show those directory names in the same language.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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