-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Starting IDE when IDE is already open with a sketch opens another copy of that sketch #3439
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
If I got this right, you have started the IDE twice. If so, although weird in some cases, it is expected and it's the price to pay for allowing to start multiple and different versions of the IDE |
Yes that's correct I started the IDE twice but both the same version not different versions. I would expect that to just have the same effect as File > New but it's no big deal just thought I'd mention it in case you considered it a bug. |
It's not. We just allow multiple instance of the IDE to be started and don't make then check what the others have done/are doing. Closing as invalid then |
I'm reopening this issue for reconsideration because "weird" behavior when multiple instances of the Arduino IDE running should be considered a bug (even if not a high priority one) since that usage provides the very useful feature of allowing different boards to be selected and multiple Serial Monitors/Serial Plotters to be open (see #7337 (comment), arduino/arduino-ide#1730, #1482 (comment)). |
Closing as resolved in Arduino IDE 2.x. Arduino IDE 2.x only allows a single instance to be open at a time. Subsequent invocations of the IDE will simply open the existing instance rather than a duplicate instance. |
Using Arduino IDE 1.6.6 Hourly Build 2015-06-29 08:41 with Windows 7 64 bit
If multiple sketches are open when the second instance of the IDE is started then it creates duplicate windows of all open sketches.
This is similar behavior to reopening the IDE after File > Quit so it may be related to that code.
The text was updated successfully, but these errors were encountered: