mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 22:47:13 -06:00
FileChooser: fixed localizing special Windows folders (e.g. "Documents") and enabled hiding known file extensions (if enabled in Windows Explorer) (issue #178)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FlatLaf Change Log
|
||||
==================
|
||||
|
||||
## Unreleased
|
||||
## 0.43-SNAPSHOT
|
||||
|
||||
#### New features and improvements
|
||||
|
||||
@@ -16,6 +16,9 @@ FlatLaf Change Log
|
||||
|
||||
- ComboBox: If using own `JTextField` as editor, default text field border is
|
||||
now removed to avoid duplicate border.
|
||||
- FileChooser: Fixed localizing special Windows folders (e.g. "Documents") and
|
||||
enabled hiding known file extensions (if enabled in Windows Explorer). (issue
|
||||
#178)
|
||||
|
||||
|
||||
## 0.42
|
||||
|
||||
@@ -238,6 +238,7 @@ FileChooser.homeFolderIcon=com.formdev.flatlaf.icons.FlatFileChooserHomeFolderIc
|
||||
FileChooser.detailsViewIcon=com.formdev.flatlaf.icons.FlatFileChooserDetailsViewIcon
|
||||
FileChooser.listViewIcon=com.formdev.flatlaf.icons.FlatFileChooserListViewIcon
|
||||
FileChooser.usesSingleFilePane=true
|
||||
[win]FileChooser.useSystemExtensionHiding=true
|
||||
|
||||
|
||||
#---- FileView ----
|
||||
|
||||
@@ -285,7 +285,7 @@ FileChooser.listViewIcon [lazy] 16,16 com.formdev.flatlaf.icons.FlatFil
|
||||
FileChooser.newFolderIcon [lazy] 16,16 com.formdev.flatlaf.icons.FlatFileChooserNewFolderIcon [UI]
|
||||
FileChooser.readOnly false
|
||||
FileChooser.upFolderIcon [lazy] 16,16 com.formdev.flatlaf.icons.FlatFileChooserUpFolderIcon [UI]
|
||||
FileChooser.useSystemExtensionHiding false
|
||||
FileChooser.useSystemExtensionHiding true
|
||||
FileChooser.usesSingleFilePane true
|
||||
FileChooserUI com.formdev.flatlaf.ui.FlatFileChooserUI
|
||||
|
||||
|
||||
@@ -289,7 +289,7 @@ FileChooser.listViewIcon [lazy] 16,16 com.formdev.flatlaf.icons.FlatFil
|
||||
FileChooser.newFolderIcon [lazy] 16,16 com.formdev.flatlaf.icons.FlatFileChooserNewFolderIcon [UI]
|
||||
FileChooser.readOnly false
|
||||
FileChooser.upFolderIcon [lazy] 16,16 com.formdev.flatlaf.icons.FlatFileChooserUpFolderIcon [UI]
|
||||
FileChooser.useSystemExtensionHiding false
|
||||
FileChooser.useSystemExtensionHiding true
|
||||
FileChooser.usesSingleFilePane true
|
||||
FileChooserUI com.formdev.flatlaf.ui.FlatFileChooserUI
|
||||
|
||||
|
||||
@@ -277,7 +277,7 @@ FileChooser.listViewIcon [lazy] 16,16 com.formdev.flatlaf.icons.FlatFil
|
||||
FileChooser.newFolderIcon [lazy] 16,16 com.formdev.flatlaf.icons.FlatFileChooserNewFolderIcon [UI]
|
||||
FileChooser.readOnly false
|
||||
FileChooser.upFolderIcon [lazy] 16,16 com.formdev.flatlaf.icons.FlatFileChooserUpFolderIcon [UI]
|
||||
FileChooser.useSystemExtensionHiding false
|
||||
FileChooser.useSystemExtensionHiding true
|
||||
FileChooser.usesSingleFilePane true
|
||||
FileChooserUI com.formdev.flatlaf.ui.FlatFileChooserUI
|
||||
|
||||
|
||||
Reference in New Issue
Block a user