You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
File->Save As doesn't actually save anything. Title bar still says [unsaved].
To Reproduce
Steps to reproduce the behavior:
Enter code in [source code] tab
Click [File]
Click [Save As...]
Select destination folder
Click [Save]
Expected behavior
A copy of the source code should be saved to a file in the destination folder. Title bar text should indicate file has been saved, or not indicate that it hasn't been saved.
The text was updated successfully, but these errors were encountered:
I was able to produce this, but only when trying to save with an extension type other than .c or .cpp. Did you perhaps try to save as a .ino file? I made a fix that handles an exceptional condition I did not anticipate, so please retry with the latest release version. If this does not fix the issue, please provide some additional details, such as what OS you're using and what version of Java you have installed. Thanks.
Describe the bug
File->Save As doesn't actually save anything. Title bar still says [unsaved].
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A copy of the source code should be saved to a file in the destination folder. Title bar text should indicate file has been saved, or not indicate that it hasn't been saved.
The text was updated successfully, but these errors were encountered: