diff options
author | Lakshmi Shanmugam | 2019-06-19 10:38:37 +0000 |
---|---|---|
committer | Lakshmi Shanmugam | 2019-06-21 08:02:09 +0000 |
commit | a4d824f51a06535bde5014bd6d0f86bdd7da903a (patch) | |
tree | 567279c14274a4ba43504558955388260498d334 /pom.xml | |
parent | 16b819334eff1e3f82dcb60bfa8ca7c5d8b144dd (diff) | |
download | eclipse.platform.swt-a4d824f51a06535bde5014bd6d0f86bdd7da903a.tar.gz eclipse.platform.swt-a4d824f51a06535bde5014bd6d0f86bdd7da903a.tar.xz eclipse.platform.swt-a4d824f51a06535bde5014bd6d0f86bdd7da903a.zip |
Bug 443089: Save Dialog doesn't handle files with multipart extensions
Reverted code changes made for Bug 347430.
Don't use setAllowedFileType to set the filter extensions to the
NSSavePanel as it doesn't support multi-part extensions such as tar.gz.
Used delegate method panel:userEnteredFilename:confirmed: to handle the
overwrite case when name field has filename without extension.
Cocoa APIs in general don't support multi-part extensions. However, SWT
FileDialog needs to support them. Hence, add the required extensions
manually on save and selection change.
Change-Id: I221f75476f1c1d263f64da239845c325b436bfca
Diffstat (limited to 'pom.xml')
0 files changed, 0 insertions, 0 deletions