snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Add table import and export for variable watchers #379

Closed cyderize closed 8 years ago

cyderize commented 8 years ago

This allows the import CSV... option on VariableWatchers to import CSV files as lists (1D or 2D), dictionaries or tables (with headers at the top).

Also, the export CSV option on VariableWatchers can export lists, dictionaries or tables.

Closes #377.