Cppcheck plugin: use QPlainTextEdit for non-richtext text display
ClosedPublic

Authored by kossebau on Jul 27 2018, 10:40 AM.

Details

Summary

Uses less resources.

Also use QFontDatabase::systemFont(QFontDatabase::FixedFont)) over just
setting a font family "Monospace". should ensure a consistent monospace font
is used as in other places of the UI.

Test Plan

UI still shows the command as before.

Diff Detail

Repository
R32 KDevelop
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kossebau created this revision.Jul 27 2018, 10:40 AM
Restricted Application added a project: KDevelop. · View Herald TranscriptJul 27 2018, 10:40 AM
Restricted Application added a subscriber: kdevelop-devel. · View Herald Transcript
kossebau requested review of this revision.Jul 27 2018, 10:40 AM
mwolff accepted this revision.Jul 27 2018, 12:36 PM
This revision is now accepted and ready to land.Jul 27 2018, 12:36 PM
This revision was automatically updated to reflect the committed changes.