We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Currently both dialogs display All files (*.*). I have checked the code and it seems this is hardcoded, isn't it?
All files (*.*)
Need to make this string customizable:
Caption|*ma.sk|Caption 2|...
The text was updated successfully, but these errors were encountered:
Open/Save dialogs - configurable filters #258
c6c4899
Please use the following Settings2 INI-section:
[Settings2] FileDlgFilters=DOC Files (.doc)|.doc|RTF Files (.rtf)|.rtf
FileDlgFilters ini option is used for Open/Save dialogs and is a part of original Notepad2.
FileDlgFilters
when displaying an Open or Save dialog restore previously used filter (if there was none then the first)
Done.
Sorry, something went wrong.
ProgerXP
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Currently both dialogs display
All files (*.*)
. I have checked the code and it seems this is hardcoded, isn't it?Need to make this string customizable:
Caption|*ma.sk|Caption 2|...
) instead of the hardcodedAll files (*.*)
All files (*.*)
(Notepad2 behaviour)The text was updated successfully, but these errors were encountered: