Annotation bar tooltips: align labels and content, make labels bold
ClosedPublic

Authored by kossebau on May 2 2017, 2:27 PM.

Diff Detail

Repository
R33 KDevPlatform
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.May 2 2017, 2:27 PM
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptMay 2 2017, 2:27 PM

Looks like this then:

kfunk added a subscriber: kfunk.May 2 2017, 2:43 PM

LGTM in general. One issue I can see: Won't work with Right-To-Left languages. Any idea how to properly support them without putting the whole HTML table into i18n(...)...?

Easy to test RTL languages, btw:
kdevelop -reverse

kossebau updated this revision to Diff 14097.May 2 2017, 7:47 PM

respect RTL languages

apol accepted this revision.May 2 2017, 9:54 PM
apol added a subscriber: apol.

+1

This revision is now accepted and ready to land.May 2 2017, 9:54 PM
kfunk accepted this revision.May 2 2017, 10:03 PM

Phew, complex. But looks fine.

This revision was automatically updated to reflect the committed changes.