Description
overwrite an existing sketch is not possible - :
given there is already a sketch test.ino in a folder test, e.g.
project\test\test.ino
and from the upper directory project\ I want to save a current opened sketch (perhaps named "test_2" ) now as "test" in order to overwrite the former one,
then the IDE instead creates a new subdir test inside the existing dir project\test
project\test\test
with a new file test.ino inside
project\test\test\test.ino
and the existing file
project\test\test.ino
keeps unchanged and undeleted.
That is weird, one must expect when saving a new file under the name of an existing one that simply overwriting will be possible, after the usual check-up window
"sketch file .... already exists - do you really want to overwrite?
yes - no - cancel".
(searching for "overwrite existing sketch" does not show up matching topics)