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

Make it so root workspace layout mode is restored #42

Merged
merged 11 commits into from
Nov 2, 2019

Commits on Nov 2, 2019

  1. Make it so root workspace layout mode is restored

    Previously the layout mode/direction of the root workspace
    node was not saved/restored. Now this is done by saving the
    whole workspace tree (instead of just the children of the
    workspace node) and when the layout is restored the root
    workspace node is set correctly and the child nodes are
    extracted into a temporary file so that they can be passed
    to append_layout on their own.
    
    Closes #33
    JonnyHaystack committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    5ce02fb View commit details
    Browse the repository at this point in the history
  2. Fix tests

    JonnyHaystack committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    e99cda4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f53916 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbe01c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09c4aeb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cca22d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a7fa3d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d521dc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44d62ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bed48d5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    65804c9 View commit details
    Browse the repository at this point in the history