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

Move from activity bar to secondary bar hint #24

Merged
merged 7 commits into from
Mar 27, 2024

Conversation

filip131311
Copy link
Collaborator

@filip131311 filip131311 commented Mar 22, 2024

This PR adds a way to control the panel position.

As a part of this PR we add a new position option "secondary side panel". We believe it may be useful to use secondary side panel for the IDE, but it isn't a popular feature of vscode and users are not familiar with it. On top of that, it cannot be fully controlled programatically. Specifically, there is no API to move panel from primary to secondary side panel. To workaround this issue, when user select "secondary side panel" option we ask them to move to secondary panel by hand using drag and drop.

This PR also updates the logic for command palette commands and makes it so that "Open IDE" is always visible unless the panel is opened.

We also do some renamings: Tabpanel -> TabPanel and Sidepanel -> SidePanel

Copy link

vercel bot commented Mar 22, 2024

Someone is attempting to deploy this pull request to the software-mansion Team on Vercel.

To accomplish this, the commit author's email address needs to be associated with a GitHub account.

Learn more about how to change the commit author information.

@filip131311 filip131311 force-pushed the @Filip131311/MoveFromActivityBarToSecondaryBar branch from 090d981 to e1cce0c Compare March 26, 2024 18:33
@filip131311 filip131311 force-pushed the @Filip131311/MoveFromActivityBarToSecondaryBar branch from e1cce0c to 8b0d4e0 Compare March 26, 2024 18:40
@filip131311 filip131311 changed the title Move from activity bar to secondary bar hint (Blocked by #22) Move from activity bar to secondary bar hint Mar 26, 2024
Copy link

vercel bot commented Mar 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-native-ide ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 27, 2024 2:30pm

@kmagiera kmagiera merged commit 11d8b39 into main Mar 27, 2024
3 checks passed
@kmagiera kmagiera deleted the @Filip131311/MoveFromActivityBarToSecondaryBar branch March 27, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants