Reason for the crash: with "Quick Open: Remove "file:///" prefix from file paths"
(a7ba6eb00095df86ae6bc4829327a41e521f1c1c) the Url prefix file:///
was removed and therefore we hit an assertion (missing protocol) when
trying to open a file from the Quick Open view.
Details
Details
- Reviewers
cullmann - Group Reviewers
Kate - Commits
- R40:5850022cd0e2: Fix crash introduced with a7ba6eb00095df86ae6bc482932
Diff Detail
Diff Detail
- Repository
- R40 Kate
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
Hmm, I don't think that is the right way, what happens with remote files?
Perhaps we should just store the unchanged url in some extra data field?