Version: (using KDE Devel) Installed from: Compiled sources Compiler: mingw32 gcc version 3.4.2 OS: MS Windows This bug occurs only on Windows steps to reproduce 1. start Kate 2. open some files 3. Session->Save ACT: session saved, but URLs of document are absent in .session file It seems that bug occurs because of this: http://websvn.kde.org/trunk/KDE/kdelibs/kate/document/katedocument.cpp?r1=607529&r2=613644 This code checks if document is temporary file. But doesn't works right on Windows because in Windows absolute path doesn't start with '/'
This was a bug in katepart - should be fixed now. plz. check with current svn.
Sorry, wrong bug. I'll fix this issue asap
SVN commit 734930 by chehrlic: fix saving config file on windows BUG: 150375 M +1 -1 katedocument.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=734930