Summary: | Document browser (not filesystem browser) interprets backslash in filename as dir seperator | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Thomas Baag <bugs.kde.org> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kate/597498677c7ffc966a1c5be098695679aa5de504 | Version Fixed In: | |
Sentry Crash Report: |
Description
Thomas Baag
2011-03-27 12:45:18 UTC
Git commit 597498677c7ffc966a1c5be098695679aa5de504 by Joseph Wenninger. Committed on 24/10/2012 at 12:00. Pushed by jowenn into branch 'master'. Fix for #269530 Usage of QDir::separator() instead of regexp \/\\\\ for directory separtors. Not sure on windows, is it possible to have a file with a somehow escaped \ in the filename. This would still produce a wrong tree hierarchy M +6 -9 kate/plugins/filetree/katefiletreemodel.cpp http://commits.kde.org/kate/597498677c7ffc966a1c5be098695679aa5de504 There will be no problem with Windows, cause it internally uses "/" as fileseperator. See NTFS wikipedia page. Thanks for fixing this Bug. |