- AuthorPosts
- December 20, 2007 at 11:36 pm #5213PassidayParticipant
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.
December 21, 2007 at 12:29 am #5214Yutaka EmuraKeymasterPassiday 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.
December 22, 2007 at 7:40 pm #5220PassidayParticipantOh, 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.
- AuthorPosts
- You must be logged in to reply to this topic.