-
-
Notifications
You must be signed in to change notification settings - Fork 427
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
Currently opened sketch loaded when another sketch is opened by command line argument while IDE already running #2678
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Ditto on Ubuntu Linux 24.04. |
Then why haven't you reported that when the issue firstly occured? |
Just downloaded arduino-ide_nightly-20250406_Linux_64bit.AppImage. |
Hi @kwagnitz. Thanks for your report. I'm going to ask you to provide some additional information. Please follow these instructions:
|
I must apologise, @per1234. I was accidentally using an older appimage. Moral of the story: only have one version of appimage executable at a time. |
Describe the problem
In addition to opening them via the Arduino IDE GUI, sketches can be opened directly either via file association or by passing their path as an argument to the IDE command line invocation.
If a sketch is opened in this manner while Arduino IDE is already running, the currently opened sketch is opened again in a new window instead of the sketch specified by the command line argument.
To reproduce
Expected behavior
I should have multiple sketches in multiple windows without need to use open option in the program.
Arduino IDE version
2.3.5
Operating system
Windows
Operating system version
11
Additional context
I bisected the regression to 859d29d / #2654 (does not occur when using the build at the previous commit d298b3f).
Opening additional sketches via the File > New Sketch menu item in the Arduino IDE GUI works correctly.
Additional reports
Issue checklist
The text was updated successfully, but these errors were encountered: