Trying to save my source to a text file

09 Mar 2012

But 1) there is no "Save as..." 2) the buttons are grayed out. Help?

13 Mar 2012

The compiler stores all of the files in the cloud so that you can access them from various computers/browsers. You can pull a project down to your local machine though:

  • Right click on your project in the compiler's "Program Workspace" pane.
  • Select "Export Program..." from the popup menu.
  • From the export menu, you can specify to Export To a ZIP Archive.

This will allow you to save a ZIP archive containing all of the source files in your project to your local harddrive.

Hope that helps,

Adam