Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5213
    Passiday
    Participant

    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.

    #5214
    Yutaka Emura
    Keymaster

    Passiday wrote:
    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.

    Actually, the Output bar does not highlight anything, so document.HighlightTag = true; macro code does not do anything for Output bar. You can use either F10 or double-clicking the respective line. The specified column is not possible at current version. It might be considered in future versions.

    #5220
    Passiday
    Participant

    Oh, cool, I didn’t know that doubleclick works as tag jump. Although having the tag underlined would be nice, the doubleclick is fine for me. I use OutputBar to display the C# compiler ouptut, where there are references to errors/warnings in the code.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.