-
-
Notifications
You must be signed in to change notification settings - Fork 395
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
Open Example, Close, Open again - appears to open copy in %temp% directory #1089
Closed
3 tasks done
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Comments
This can be reproduced via a simple procedure:
The Arduino IDE will be in that "strange" state where there is no editor. I bisected this to 4c55807 I would prefer the behavior of Arduino IDE 1.8.19, where if the previous sketch can't be opened on startup, a new sketch is loaded. |
3 tasks
kittaakos
pushed a commit
to kittaakos/arduino-ide
that referenced
this issue
Jul 6, 2022
Closes arduino#1089 Signed-off-by: Akos Kitta <[email protected]>
4 tasks
kittaakos
pushed a commit
that referenced
this issue
Jul 8, 2022
Closes #1089 Signed-off-by: Akos Kitta <[email protected]>
kittaakos
pushed a commit
that referenced
this issue
Jul 8, 2022
Closes #1089 Signed-off-by: Akos Kitta <[email protected]>
kittaakos
pushed a commit
that referenced
this issue
Jul 14, 2022
Closes #1089 Signed-off-by: Akos Kitta <[email protected]>
3 tasks
kittaakos
pushed a commit
that referenced
this issue
Jul 18, 2022
Closes #1089 Signed-off-by: Akos Kitta <[email protected]>
kittaakos
pushed a commit
that referenced
this issue
Jul 18, 2022
Closes #1089 Signed-off-by: Akos Kitta <[email protected]>
kittaakos
added a commit
that referenced
this issue
Jul 18, 2022
IDE2 falls back to a new sketch if the opening fails. Closes #1089 Signed-off-by: Akos Kitta <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the problem
With the new nightly builds, it looks, like the code that remembers what sketch window that was last closed and tries to reopen it when you restart, it then looks like it reopens the example sketch, which is good.
However what it appears to remember is the directory within your temp directory
Now suppose in between the time you closed the Arduino IDE and reopened the IDE, your folder within temp is no longer there.
Could be you run a disk cleanup, or maybe your rebooted and your temp is on a Ram drive or ...
Now your Arduino IDE comes up in a strange state, something like:
Note: it does not show the example sketch. Also in this case I had open the Sketchbook pane and it showed empty, but Files->Sketchbook does not show empty.
To reproduce
Open an example Sketch. In this case I opened MTP_Teensy->SD_MTP_debug but I don't think that maters.
Close the sketch: Ignore the error message (say no) about Save/Don't Save #1026
Clear out some of the folders within %temp% - like .arduinoIDE-unsaved*
Reopen the Arduino IDE
Expected behavior
I would expect that it would reopen the example sketch. Not the copy within the temp directory.
And/Or - would detect that the folder was not found and maybe inform the user of it and recover. Could either again go to the Example Sketch, Could bring up empty sketch or ???
Again would be easier for user to recover from this if the hiccup if like IDE 1.x you update the Recent sketch list, to
include the examples: #935
Arduino IDE version
Daily build: 20220621
Operating system
Windows
Operating system version
Windows 10
Additional context
Note: This is sort of a follow on and extension of my recent comments in #39
In particular, have the example open, go away for a couple of hours with the sketch open.
Have something like Norton running in background, which cleans up files. Now it clears out the files within the
.arduino... file in temp as the folder is in use so it can not delete it...
You then come back to an empty IDE (no file shown) and cryptic message
Full image of window in 39...
You then close the window and reopen and end up with similar to window I show in this issue, except it knows that it could not open the sketch...
Issue checklist
The text was updated successfully, but these errors were encountered: