Export to GitHub

arduino - issue #639

Read-only sketch files are renamed from .pde to .ino when saving a copy of the sketch.


Posted on Sep 12, 2011 by Happy Rhino

What steps will reproduce the problem? 1. Open a read-only sketch (e.g. an example for a third-party library installed in SKETCHBOOK/libraries) that has .pde files. 2. Save the sketch, which will prompt you to pick a new location in which to save a copy (as the original is read only). Select one.

What is the expected output? What do you see instead? The files in the old sketch are renamed from .pde to .ino even though you saved a copy of the sketch. The old sketch should rename unchanged (i.e. maintain .pde extension); the newly saved copy should get .ino.

Comment #1

Posted on Sep 16, 2011 by Happy Rhino

(No comment was entered for this change.)

Status: Fixed

Labels:
Type-Defect Priority-Medium Milestone-1.0 Component-IDE