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
When I use File->Save As.. from the Flatpak Arduino IDE and give the file a name (fx "test123"), the IDE creates a folder inside the specified file path named "test123" and also creates an *.ino file named (test123.ino) within that folder.
If I use File->Save As.. and try to replace an existing file, Arduino IDE, deletes the old file, creates a folder called "myfile.ino" and then creates a file inside called "myfile.ino.ino".
The text was updated successfully, but these errors were encountered:
In some cases Save As.. yields an error dialog preventing the saving operation from completing and instead warns that the operation I was about to do would go on forever and ever.
When I use File->Save As.. from the Flatpak Arduino IDE and give the file a name (fx "test123"), the IDE creates a folder inside the specified file path named "test123" and also creates an *.ino file named (test123.ino) within that folder.
If I use File->Save As.. and try to replace an existing file, Arduino IDE, deletes the old file, creates a folder called "myfile.ino" and then creates a file inside called "myfile.ino.ino".
The text was updated successfully, but these errors were encountered: