Skip to content

Highlight commented rows

Justin Boyson requested to merge jdb/highlight-commented-rows into master

What does this MR do?

Related to: #14128 (closed)

Adds a visual indicated (row highlighting) for multiline comments.

In this first iteration, we are simply using the existing hll css class that is used when a line is selected.

Note

Ideally !33655 (merged) will be merged before this MR, but it is not a hard requirement. There is code in the *_diff_view components to account for the current inline data structure and the new parallel data structure. When !33655 (merged) is merged, this code will no longer be necessary.

Screenshots

Screen_Recording_2020-06-11_at_5.47.34_PM

Screen_Recording_2020-07-09_at_2.52.31_PM

Does this MR meet the acceptance criteria?

Conformity

Edited by Justin Boyson

Merge request reports