-
-
Notifications
You must be signed in to change notification settings - Fork 431
Allow opening example sketches in same window #1079
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
Comments
Seems to be related to #114 |
Thanks for your request @boundmaidlea. The Arduino IDE is intentionally designed to only allow a single sketch to be opened in each window. The reason is that a sketch may consist of multiple files, which are all compiled as a single program. It is important to intuitively communicate that fact to the users, which would no longer happen if they had multiple sketches open in the same window. I don't think the requirement of having multiple Arduino IDE windows is onerous. |
I do understand that, that is another reason why i meant it would make sense to open them in read-only mode. The app could also still open outside files in a new instance, but being able to drag&drop a tab into another instance would already be a great improvement in workflow for me, as that would already allow me to use split view One of the other main issues with multiple instances for me is, that the performance is already bad enough with it running one time, and having it opened a second time actually starts to lag out my whole system after some time. |
Oh i didn't even see the Editor split feature being removed until seeing #715 (comment) because i didn't even get that far, that's disappointing... |
You are wrong. |
Describe the request
When intending to open one of the examples or another previous project's file to take reference, it would be great if it is possible to do so in the same window to use split screen view. To prevent issues with different project configuration/etc. such files could be made read-only.
Describe the current behavior
Currently each opened example and all files opened through the file>"open" option open an entirely new instance of the IDE.
Arduino IDE version
2.0.0-rc7-nightly-20220615
Operating system
Windows
Operating system version
10.0.19044.1706 Pro
Additional context
My Nightly Build is 4 days old, but the 3 commits since then do not have any relations to this feature.
Issue checklist
The text was updated successfully, but these errors were encountered: