Ticket #1053 (closed: fixed)
Relax extension checking on file validators so that they are just a suggestion
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 22 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
This will allow a user to specify a file that they know is of the correct format but doesn't have the required extension.
File dialogs will need an 'all files' option and save properties should automatically append the first extension if one doesn't exist.
Change History
comment:1 Changed 11 years ago by Martyn Gigg
- Status changed from new to accepted
- Owner set to Martyn Gigg
comment:2 Changed 11 years ago by Martyn Gigg
(In [3545]) Changes to FileValidator so that extensions are no longer mandated, they are a suggestion. A warning is issued if the current extension does not match those stored but the string is still marked as valid. This required changes to LoadRaw and LoadLog so that they don't rely on extensions any longer. Re #1053
Note: See
TracTickets for help on using
tickets.