Skip to content
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

Closed
jabobian opened this issue May 7, 2022 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@jabobian
Copy link

jabobian commented May 7, 2022

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!

@boltex boltex self-assigned this May 7, 2022
@boltex boltex added the enhancement New feature or request label May 7, 2022
@boltex
Copy link
Owner

boltex commented May 7, 2022

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!!

@boltex
Copy link
Owner

boltex commented May 7, 2022

@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"

@boltex boltex changed the title How to show multiple LEO:Body panes Allow multiple LEO:Body panes opened from different nodes other than the selected one. May 7, 2022
@boltex boltex changed the title Allow multiple LEO:Body panes opened from different nodes other than the selected one. Allow multiple Body panes from different nodes, other than the selected one. May 7, 2022
@jabobian
Copy link
Author

jabobian commented May 7, 2022

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. :-)

@boltex
Copy link
Owner

boltex commented Mar 31, 2024

@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.

boltex added a commit that referenced this issue May 27, 2024
@boltex boltex closed this as completed in 2a56180 Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants