KirillOsenkov / MSBuildStructuredLog

A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
MIT License
1.44k stars 190 forks source link

Expanding (or collapsing) a node in Log tab scrolls back to selected node #584

Open Scottj1s opened 2 years ago

Scottj1s commented 2 years ago

If a node is selected in the Log tab, and another node is expanded/collapsed, then the Log tab automatically scrolls back to the selected node. It would be nice to disable this. Note that this only happens when node selection results from the Search Log tab. If a node is simply clicked to select it, the auto-scroll doesn't occur.