You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When clicking on a part or wire in the schematic, it would be very convenient when debugging large complex schematics if it were possible to auto-scroll diagram.json to the part or wire and highlight it. And vice-versa, clicking on a part or wire in diagram.json auto-scrolls the schematic and highlights the part or wire. The auto-scroll method could be centre-in-view and zoom-to-fit.
Something like https://godbolt.org/ where hovering over the disassembly highlights the source code and vice-versa (though it doesn't auto-scroll into view).
I think this proposed option should require the user to enable it because both the current behaviour and proposed behaviour have valid use cases.
Perhaps the default behaviour could be auto-scroll off to be compatible with the current behaviour, but when conducting circuit debugging, the auto-scroll into view option could be switched on by the user.
The text was updated successfully, but these errors were encountered:
When clicking on a part or wire in the schematic, it would be very convenient when debugging large complex schematics if it were possible to auto-scroll
diagram.json
to the part or wire and highlight it. And vice-versa, clicking on a part or wire indiagram.json
auto-scrolls the schematic and highlights the part or wire. The auto-scroll method could be centre-in-view and zoom-to-fit.Something like https://godbolt.org/ where hovering over the disassembly highlights the source code and vice-versa (though it doesn't auto-scroll into view).
I think this proposed option should require the user to enable it because both the current behaviour and proposed behaviour have valid use cases.
Perhaps the default behaviour could be auto-scroll off to be compatible with the current behaviour, but when conducting circuit debugging, the auto-scroll into view option could be switched on by the user.
The text was updated successfully, but these errors were encountered: