Apply Measure Now and Run Tab display measure html output differently
Issue overview
Measure html output written to register info should be rendered the same in both Apply Measure Now and the Run Tab. Currently there are two different implementations that render differently.
https://github.com/openstudiocoalition/OpenStudioApplication/blob/6a7ef37778e3a4ebb1891d522375f7bf69dec558/src/openstudio_lib/ApplyMeasureNowDialog.cpp#L568
and
https://github.com/openstudiocoalition/OpenStudioApplication/blob/6a7ef37778e3a4ebb1891d522375f7bf69dec558/src/openstudio_lib/RunTabView.cpp#L267-L271
We should have a shared implementation for these two tabs
Example measure: measure.rb.txt
Might also consider making both UIs use a fixed width font so measure writers can control formatting.
const QFont fixedFont = QFontDatabase::systemFont(QFontDatabase::FixedFont)
This is going to be very annoying to do. The RunTabView is one big QTextEdit currently.