Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wildcard Filter for files without extension #24455

Open
rocrail opened this issue Apr 4, 2024 · 0 comments
Open

Wildcard Filter for files without extension #24455

rocrail opened this issue Apr 4, 2024 · 0 comments
Labels
macOS Specific to Cocoa macOS port

Comments

@rocrail
Copy link

rocrail commented Apr 4, 2024

wxWidgets: 3.2.4
Platform: macOS 14.4.1 M3

Forum thread: https://forums.wxwidgets.org/viewtopic.php?f=23&t=51230

using this filter

wxT("AMP (*.amp)|*.amp|IOScript (*.io)|*.io|LEDScript (*.led)|*.led|Crontab (crontab)|crontab")

does not make a file "crontab" selectable under macOS. A test with filename "mytext" is also not selectable.
Under Linux(Debian) and Windows 11 this is no problem with the same wxWidgets version.

@vadz vadz added the macOS Specific to Cocoa macOS port label Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
macOS Specific to Cocoa macOS port
Projects
None yet
Development

No branches or pull requests

2 participants