-
Notifications
You must be signed in to change notification settings - Fork 52
Open Next/Previous - use current dialog filter #277
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
Comments
Done. |
This makes an assumption that filters start with
If there was a misunderstanding: I meant that szFileFilter should receive the entire filter string (between two |
Fixed.
Done. But there is a limitation:
|
#43 is currently using
*
mask to create the file list that it traverses (n2e_OpenNextFile
). #258 implemented remembering of last used open/save dialog filter (iOpenSaveFilterIndex
). Make it so that Open Next/Previous now use this filter instead of the hardcoded*
. This will allow traversing only files matching the filter which was used last.The text was updated successfully, but these errors were encountered: