D5707: Normalize line endings when creating ParseJob from background file.
Friedrich W. H. Kossebau
noreply at phabricator.kde.org
Tue Jul 9 19:10:26 BST 2024
kossebau added inline comments.
INLINE COMMENTS
> kdevstringhandler.cpp:241
> + if (i + 1 < s && text[i + 1] == '\n') {
> + text.remove(i, 1);
> + } else {
This missed to update s :)
See also https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/608
REPOSITORY
R33 KDevPlatform
REVISION DETAIL
https://phabricator.kde.org/D5707
To: flherne, brauch, #kdevelop, mwolff
Cc: kossebau, kfunk, nalvarez, mwolff, kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20240709/7e20c967/attachment.htm>
More information about the KDevelop-devel
mailing list