brownplt / pyret-lang

The Pyret language.
Other
1.07k stars 109 forks source link

Opening files from drive with CPO #489

Open shartse opened 9 years ago

shartse commented 9 years ago

When saving a file in the code.pyret.org editor, it's not possible to reopen it from drive. The 'view files in drive' option takes you to a Google Drive view which doesn't have the option to open files again in CPO. I think there used to be an 'open previous project'-type option, but that seems to be gone. This would be a really good feature to get back before courses using pyret start next semester.

I'm using Chromium on Ubuntu 14.04, but the issue was consistent in Chrome on OS X Yosemite.

jpolitz commented 9 years ago

See https://github.com/brownplt/pyret-lang/issues/459, which is the same complaint. There's an extra click to get to your GDrive view that can open Pyret files (Open in Drive in the top right).

We should try to link directly to the folder view to skip that click.

Emmay commented 6 years ago

We can now get to previously saved files with File>Open and 'My Programs' from inside the editor. Since #459 has been closed, OK to close this too?