ltoscano requested changes to this revision. ltoscano added inline comments. This revision now requires changes to proceed.
INLINE COMMENTS > katedocument.cpp:4592 > "Please replace with > 'remove-trailing-spaces modified;', see " > - > "http://docs.kde.org/stable/en/applications/kate/config-variables.html#variable-remove-trailing-spaces"); > + > "https://docs.kde.org/stable5/en/applications/katepart/config-variables.html#variable-remove-trailing-spaces"); > m_config->setRemoveSpaces(state ? 1 : 0); Please use: https://docs.kde.org/index.php?application=katepart&branch=stable5&path=config-variables.html#variable-remove-trailing-spaces > katedocument.cpp:4597 > "Please replace with > 'remove-trailing-spaces all;', see " > - > "http://docs.kde.org/stable/en/applications/kate/config-variables.html#variable-remove-trailing-spaces"); > + > "https://docs.kde.org/stable5/en/applications/katepart/config-variables.html#variable-remove-trailing-spaces"); > m_config->setRemoveSpaces(state ? 2 : 0); See above REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D17956 To: loh.tar, #ktexteditor, sars, ltoscano Cc: ltoscano, kwrite-devel, kde-frameworks-devel, #ktexteditor, hase, michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann