mbien commented on code in PR #7164:
URL: https://github.com/apache/netbeans/pull/7164#discussion_r1551549177


##########
platform/o.n.swing.plaf/src/org/netbeans/swing/plaf/LFCustoms.java:
##########
@@ -436,4 +436,11 @@ public Object[] createGuaranteedKeysAndValues () {
     public static final String OPTIONS_USE_UI_DEFAULT_COLORS = 
"nb.options.useUIDefaultsColors";
     public static final String OPTIONS_CATEGORIES_SEPARATOR_COLOR = 
"nb.options.categories.separatorColor";
     public static final String OPTIONS_CATEGORIES_BUTTON_USE_NIMBUS = 
"nb.options.categories.button.useNimbusCategoryButton";
+
+    /**
+     * FileChooser
+     */
+    public static final String FILECHOOSER_SHORTCUTS_FILESFUNCTION = 
"FileChooser.shortcuts.filesFunction";
+    public static final String FILECHOOSER_SHORTCUTS_PANEL_FACTORY = 
"FileChooser.shortcuts.panel.factory";
+    public static final String FILECHOOSER_FAVORITES_ENABLED = 
"FileChooser.favorites.enabled";

Review Comment:
   @neilcsmith-net btw the `_FILESFUNCTION` key value is taken right from 
FlatLaf. Not sure if this is elegant or a horrible idea. I just thought that 
mapping one key to another would create more problems than its worth the 
trouble since it can get out of sync easily.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to