Filename completion with quotes in filename does not escape the quotes #10069
Milestone
Comments
Windows escapes a string by wrapping it with a double quote. In particular, Windows is only concerned with spaces in a string. So what does that mean for the sample string? Are the surrounding single quotes replaced by double quotes? I'm not sure how to interpret this. |
not sure for "should", but if we are unsure we can always improve the experience on unix-like without changing the experience on windows, and decide about the windows codepath later :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When completing filenames containing quotes those are completed verbatim, closing the string.
The user has to go back in the string to escape the quotes manually.
The text was updated successfully, but these errors were encountered: