2016-08-11 21:23 GMT+02:00 Denis Kudriashov <dionisiydk@gmail.com>:

2016-08-11 13:57 GMT+02:00 Christophe Demarey <christophe.demarey@inria.fr>:
Good idea!
I like it and it works well.
I now wonder if it should not be enabled as default. For that, maybe the highlight should be styled a bit (e.g. lighter colors) to do not perturb the user when not really needed but still easy to see. Another idea would be to show it only if you press a key while mouse over (e.g shift).

I remember another nice idea to underline keyword messages with different colors.��

Another idea, instead of highlighting the whole message with arguments, only underline the keywords. This is nice too, but the code to do so (using rubrics text segements) is much more complex, because
I had to use multiple text segments (one per keyword part).

Doing the underline for all keyword message is easier with using ordinary text style attributes. And let the syntax highligher set the proper attributes.
I already did this once, but not for underlining the keywords but for emphase variable assignments.
��