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

feat(developer): Support v2.0 projects in TIKE 🦕 #9949

Merged
merged 1 commit into from
Nov 15, 2023

Commits on Nov 6, 2023

  1. feat(developer): Support v2.0 projects in TIKE

    Relates to #9948. Starts basic support for v2.0 projects.
    
    For all operating modes:
    
    - Remove blank projects / untitled projects mode
    - Add Open Project Folder buttons and links
    - Remove Project Save As
    - Render uses in-memory XML
    - Upgrade to v2.0 project file (along with checks)
    
    For v2.0 projects:
    
    - Remove 'Add File to Project'
    - Populate Files to list all files in folder (note: consider efficiency
      here as currently files are parsed for subfile data)
    - Version 2.0 project options and defaults
    mcdurdin committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    4c5a910 View commit details
    Browse the repository at this point in the history