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
Normally, dragging and dropping a file onto the sketch window will add it to the data folder (if a data file) or add it as a tab (if it's source code, or at least editable by the current Mode).
Dropping a folder into the window throws a confusing exception; just need to detect this and show a better warning/error message. Could also recursively add to the data folder, but probably better to have users do that manually, since it's 1) extra code and 2) maybe not the expected behavior.
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs.
Created by: benfry
Normally, dragging and dropping a file onto the sketch window will add it to the
data
folder (if a data file) or add it as a tab (if it's source code, or at least editable by the current Mode).Dropping a folder into the window throws a confusing exception; just need to detect this and show a better warning/error message. Could also recursively add to the
data
folder, but probably better to have users do that manually, since it's 1) extra code and 2) maybe not the expected behavior.The text was updated successfully, but these errors were encountered: