Saved sketch is not opened after "Save As" operation #829
Labels
conclusion: resolved
Issue was resolved
criticality: high
Of high impact
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the bug
The established behavior of the Arduino IDE and applications in general is that the saved file/project is opened after a "Save As..." operation.
🐛 Arduino IDE does not open the saved sketch after a "Save As..." operation. Instead, the sketch that was open in the IDE before the operation remains open.
To Reproduce
🛈: The bug is not specific to new sketches.
🐛 The "SaveAsTarget" sketch is not opened by the IDE.
Expected behavior
Target sketch is opened in the IDE after a "Save As..." operation.
Desktop
Date: 2022-02-11T14:52:06.341Z
CLI Version: 0.21.0 [10107d24]
Additional context
I bisected the bug to 112153f (it does not occur in the build from the previous commit 69ac1f4).
The target sketch is created.
The text was updated successfully, but these errors were encountered: