I have an SWT FileDialog (style: SWT.OPEN) with multiple filters each with multiple file extensions. I want to include an "All known formats" filter with every file extension the application recognizes. This list is very long and will not fit on-screen. On Mac, the FileDialog sizes the filter combo box the width of the widest filter string. The control is not easily usable because the string is too wide to fit on-screen and the text is centered so you cannot read the filter description at the beginning.
Can I hide the file extensions in the FileDialog filter combo box drawn on-screen but still associate the extensions with the filter? Does anyone have alternate suggestions?
Screenshots of problem