Edgar wrote:Gale Andrews wrote:
Would a warning like this have helped?
Hi Gale! You know me, always wanting to tinker with the grammar:
Note that I have made the first two sentences ("…Yes…") into a single compound sentence so that there is no punctuation following the quoted filename. I think it makes it slightly less visually confusing. Similarly, in the second paragraph I have removed the spurious comma, again to make it slightly less visually confusing.
OK, I'll buy those two suggestions, thanks.
Edgar wrote:I have also put the file extension string in quotation marks to make it consistent with all the other quoted strings.
The reason I did not do that is that we would have to add
Although essential for novices, some of us could dislike that verbosity.
Edgar wrote:Could you slip this in as a non-feature/bug fix?
I could propose it. Perhaps I would raise a bugzilla item for the "user confusion" issue, and ask about a rewording of the warning as an interim measure. That could even trigger a desire to add the option after 2.1.0, which I think would be more effective than wording changes on their own.
Edgar wrote:As for changing the current behavior, I think I would be -1 unless we had a fairly sophisticated system. It would require two buttons and a checkbox: button "Yes" = export with name as-is; button "No" = export appending appropriate extension; checkbox "Always do it this way". Preferences would also need to be extended so that the Warnings pane had an additional entry to control the "Always do this" behavior. I would even prefer a third button: "Maybe" <ha ha> = the current "No" behavior which throws it back into the Export dialog so the user could change the filename (which would be my preferred default). Certainly a new feature.
I don't see it needs to be more than an export-by-export decision, the last decision stored in memory or .cfg e.g:
Code: Select all
[ ]Force standard extension for chosen format
Novices won't understand that message, but don't need to as they will see a warning if they uncheck the box and put dots in the file name. There would be a stronger case for a shorter warning if there was a checkbox.
Gale