Add bool Definition::isWordWrapDelimiter(QChar)
ClosedPublic

Authored by dhaumann on Aug 12 2018, 8:49 AM.

Details

Summary

Checking word wrap delimiters is used by some langauge to
make sure static word wrap does not create invalid syntax,
for instance in LaTeX.

Test Plan

make && make test

Diff Detail

Repository
R216 Syntax Highlighting
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
dhaumann created this revision.Aug 12 2018, 8:49 AM
Restricted Application added projects: Kate, Frameworks. · View Herald TranscriptAug 12 2018, 8:49 AM
Restricted Application added subscribers: kde-frameworks-devel, kwrite-devel. · View Herald Transcript
dhaumann requested review of this revision.Aug 12 2018, 8:49 AM
dhaumann updated this revision to Diff 39501.Aug 12 2018, 9:01 AM
  • Compile ;)
cullmann accepted this revision.Aug 12 2018, 9:05 AM
This revision is now accepted and ready to land.Aug 12 2018, 9:05 AM
This revision was automatically updated to reflect the committed changes.