#6663
Yutaka Emura
Keymaster

masha wrote:
Is it possible to highight lines having their numbers ?

For example, my macro runs Lint or compiler, parses its output and got an array of line numbers.
Then I want to see them underlined (or with red background) in editor.

If you want to highlght line numbers so they become mouse-clickable, you need to write a single-line JavaScript macro:

document.HighlightTag = true;

and run this macro when you need it.

You might need to adjust the Tag Format in the Edit tab of Customize dialog box (on Tools menu).