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

Josh/nolan localfilesave #303

Open
wants to merge 11 commits into
base: horizon
Choose a base branch
from

Commits on Feb 10, 2019

  1. Getting electron version to work

    Changed editor.html to have relative paths to work with web version and app version
    
    Created build_experiment to have electron working files:
    -editor.html: change {{GOOGLE_API_KEY}} to empty string
    
    Changed package.json to have start-web and start-app to open either web version or app version from code.pyret.org
    dlhsiao committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    c093e0a View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Fixing gif

    Trying to fix the path to the pyret-spin gif
    dlhsiao committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    f533c80 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Basic changes for Electron usage
    dlhsiao authored Feb 11, 2019
    Configuration menu
    Copy the full SHA
    81a6049 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. Saving to local file system -- complete

    Joshua Ross Even committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    1e8e0b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Configuration menu
    Copy the full SHA
    04c0b9a View commit details
    Browse the repository at this point in the history
  2. Open file works successfully -- not using promises

    Joshua Ross Even committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    ee20780 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Configuration menu
    Copy the full SHA
    60e559d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Modified getFileContents to return a promise -- modified open and sav…

    …ing functionality so that when you save it knows to auto-save in the future and when you have opened it continues to autosave the correct file
    Joshua Ross Even committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    446e302 View commit details
    Browse the repository at this point in the history
  2. Fixed open/save logic; built 'rename' functionality using 'Save a cop…

    …y' button -- annotations for code can be found by looking for '(Josh) 2/28/19...'
    Joshua Ross Even committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    1ed96a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84ff891 View commit details
    Browse the repository at this point in the history
  4. Add "new" functionality

    nolangray15 committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    fef90e4 View commit details
    Browse the repository at this point in the history