https://bugs.kde.org/show_bug.cgi?id=509085
Christoph Cullmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/util | |ities/kate/-/commit/4873291 | |136006a3203bec8e71e5ef5ee03 | |521d53 --- Comment #20 from Christoph Cullmann <[email protected]> --- Git commit 4873291136006a3203bec8e71e5ef5ee03521d53 by Christoph Cullmann, on behalf of Waqar Ahmed. Committed on 04/10/2025 at 18:51. Pushed by cullmann into branch 'master'. Capitalize drive letters on windows Capitalize the drive letter on windows. Our documents always have capital letter because KateDocManager uses Utils::absoluteUrl() when opening url KateDocManager::openUrl which reconstructs the url using QFileInfo::absolouteFilePath() which returns a captialized drive letter according to Qt docs. To match this behaviour, use QFileInfo::absolouteFilePath() in Utils::normalizeUrl() M +11 -4 apps/lib/ktexteditor_utils.cpp https://invent.kde.org/utilities/kate/-/commit/4873291136006a3203bec8e71e5ef5ee03521d53 -- You are receiving this mail because: You are watching all bug changes.
