Revision 860659
Go back to digest for 14th September 2008Features in Development Tools
Nick Shaforostoff committed changes in /branches/KDE/4.1/kdesdk/lokalize/src:
Add hack to support inserting unbreakable spaces, and presering them.
They are still lost when you work with clipboard, though.
i already submitted appropriate request to Qt.
It may be fixed by removing
txt.replace(QChar::Nbsp, QLatin1Char(' '));
from
QTextDocument::toPlainText()
CC'ing the bug, although bugs.kde.org is still not fixed!
File Changes
Modified 2 files
- /branches/KDE/4.1/kdesdk/lokalize/src
- /kaiderview.cpp
- /kaiderview.h
2 files changed in total