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
#
Describe the bug It's not possible to correctly drag'n'drop a file or a folder with # in the name.
To Reproduce Try the different cases:
#folder
#file
_#folder
_#file
Current program behaviour
Dropping of #folder/#file leads to opening the parent directory.
Dropping of _#folder/_#file will add nothing since the program trims everything after # and says that there is no _ folder/file.
_
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
2c9437b
No branches or pull requests
Describe the bug
It's not possible to correctly drag'n'drop a file or a folder with
#
in the name.To Reproduce
Try the different cases:
#folder
name to the program.#file
name to the program._#folder
name to the program._#file
name to the program.Current program behaviour
Dropping of
#folder
/#file
leads to opening the parent directory.Dropping of
_#folder
/_#file
will add nothing since the program trims everything after#
and says that there is no_
folder/file.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: