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
@vbabich The only apis I'm aware of allow setting the viewColumn. This is a number which seems to create new tab groups if the number is > than the number of existing groups. The caveat here is that new groups always get added as columns. There is no way to target rows. Once they exist, things can be moved around, and they will stay in place when panels update.
All that said, I think this particular issue is caused by our panels stealing focus, and the active tab group is where new files are created. We could explore resetting the focus to the same tab group as the editor initiating dh commands or something like that, but it's tricky since it's hard to differentiate when our panel steals focus on load vs the user explicitly selecting an editor in a tab group. Our panels can be dragged into the same tab group as an editor, so it's possible the user wants a particular group to have focus in which case we'd not want to change it. Probably ways to improve this, but we'll need to think through the edge cases.
This problem is worse than just new files. Any time a file is opened, it seems to end up in the "plots and tables" group. This results in a bunch of clicking and moving to organize it to an ok spot. Not a great workflow for users.
Plugin:
1.3.0 pre
The code file always ends up in the DH figure tab group and not with any other code. This feels clunky.
The text was updated successfully, but these errors were encountered: