dhaumann created this revision. dhaumann added reviewers: cullmann, vkrause. Restricted Application added projects: Kate, Frameworks. Restricted Application added subscribers: kde-frameworks-devel, kwrite-devel. dhaumann requested review of this revision.
REVISION SUMMARY Added functios include: - QString singleLineCommentMarker() const - CommentPosition singleLineCommentPosition() const - QPair<QString, QString> multiLineCommentMarker() const Note: Some highlighting xml files define multiple singleLine and multiLine comments. Currently, the last one wins... TEST PLAN make && make test REPOSITORY R216 Syntax Highlighting BRANCH expose-comment-markers (branched from master) REVISION DETAIL https://phabricator.kde.org/D14763 AFFECTED FILES autotests/syntaxrepository_test.cpp src/lib/definition.cpp src/lib/definition.h src/lib/definition_p.h To: dhaumann, cullmann, vkrause Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, demsking, cullmann, sars, dhaumann
