I did some experimenting with the new OutputBar features, namely, outputting some text to it from macro. I discovered, that tag jumps actually work, if I use keyboard shortcut (F10). However, I don’t see any way how to enable the tag highlighting so that they could be clicked with mouse.
Actually, is the effect of the code below possible to do via normal menus and dialogs?
> document.HighlightTag = true;
I’d also like to see tags that jump not only to the specified line, but also to the specified column.