lueck added inline comments. 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/stable/en/applications/kate/config-variables.html#variable-remove-trailing-spaces"); > m_config->setRemoveSpaces(state ? 1 : 0); dead link: The requested URL /stable5/en/applications/kate/config-variables.html was not found on this server. This link works: https://docs.kde.org/stable5/en/applications/katepart/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/stable/en/applications/kate/config-variables.html#variable-remove-trailing-spaces"); > m_config->setRemoveSpaces(state ? 2 : 0); dead link, see above REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D18148 To: gszymaszek, #ktexteditor Cc: lueck, kwrite-devel, kde-frameworks-devel, hase, michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann