We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Despite supporting long filenames, Turbo Vision is unable to follow paths/filenames which are perfectly fine in Windows.
Opening a folder with spaces creates a new file instead:
Etcetera.
The text was updated successfully, but these errors were encountered:
TDirCollection: do not reject valid characters in filenames
ba244f2
There probably is a reason why all these are forbidden, so I'll allow them only on 32-bit. Contributes to fixing #4.
TFileDialog: do not ignore spaces in file paths
cde9d5a
This made sense in DOS, but not anymore. Contributes to fixing #4.
TFileList: do not treat all '.' or '..' as folders
712024d
Contributes to fixing #4.
Most weird names now work, although there are some which fail even on other applications:
When opening ..test.. from Notepad or Kate, the same as in tvedit happens: ..test is opened instead. Git Bash gets it right.
..test..
..test
So I'll leave this issue opened in case any other special cases come up.
Sorry, something went wrong.
No branches or pull requests
Despite supporting long filenames, Turbo Vision is unable to follow paths/filenames which are perfectly fine in Windows.
Opening a folder with spaces creates a new file instead:
Etcetera.
The text was updated successfully, but these errors were encountered: