Add QVector<QPair<QChar, QString>> Definition::characterEncodings() const
ClosedPublic

Authored by dhaumann on Aug 13 2018, 8:32 PM.

Details

Summary

Returns a list of character/string mapping that can be used for spell
checking. This is useful for instance when spell checking LaTeX, where
the string \"{A} represents the character Ä.

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 13 2018, 8:32 PM
Restricted Application added projects: Kate, Frameworks. · View Herald TranscriptAug 13 2018, 8:32 PM
Restricted Application added subscribers: kde-frameworks-devel, kwrite-devel. · View Herald Transcript
dhaumann requested review of this revision.Aug 13 2018, 8:32 PM
cullmann accepted this revision.Aug 13 2018, 8:34 PM

Last missing piece for KTextEditor.

This revision is now accepted and ready to land.Aug 13 2018, 8:34 PM
This revision was automatically updated to reflect the committed changes.