-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow multiple Body panes from different nodes, other than the selected one. #259
Comments
Thanks again for your input and suggestions @jabobian ! In the first LeoInteg versions back in 2020, it was possible to have many different bodies opened simultaneously, but it was problematic in vscode. (for vscode API related reasons) But since then, the API has evolved enough lately that I could bring back that feature. (notably the opened editor tabs features: microsoft/vscode#15178 ) So I'll put this issue on the TODO list for LeoInteg. Thank you for bringing this concept back to mind! Much appreciated!! |
@jabobian Note that opening more that one of the same body pane is already available by right clicking on the node and choosing: "Open to the side" |
Thank you, boltex. I know that open to the side can open a pane for the same body, but click any other node will clear that pane. So we are looking forward to see the enhanced version of open to the side. :-) |
@jabobian I've started tackling this issue in LeoJS first (boltex/leojs#120) I'll implement it in LeoInteg also as soon as it's working. |
As we know, in Leo, we can add/delete body editor panes. This is useful when we want to view multple blocks of codes simutaneously.
But in VSCode-LeoInteg, I found there can only be a single LEO:BODY pane.
Please help!
The text was updated successfully, but these errors were encountered: