Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "save as" operation for the data folder of a sketch #6041

Merged
merged 1 commit into from
Mar 16, 2017

Commits on Mar 7, 2017

  1. Fix copy data folder when performing save as operation

    Changed the location where the variable `folder` gets updated. The
    function `getDataFolder()` uses this variable to return the data folder.
    It was looking for the data folder of the original sketch in the folder
    of the new created sketch.
    Furthermore the data folder will now be created if it does not exist yet
    in the new sketch before copying the files of the original sketch.
    jeroenoverman committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    7714a41 View commit details
    Browse the repository at this point in the history