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

Add 4DProject and 4DForm extensions to JSON #4802

Merged
merged 6 commits into from
Jun 8, 2022

Commits on Feb 22, 2020

  1. Update languages.yml

    I would like to add, to complete the 4D programming language, specific extensions, linked to JSON & XML, for the other files used into 4D projects repositories.
    Samples into this repository: https://github.com/vdelachaux/4DPop
    
    - JSON
    ".4DProject": https://github.com/vdelachaux/4DPop/blob/master/Project/4DPop.4DProject
    ".4DForm": https://github.com/vdelachaux/4DPop/blob/master/Project/Sources/Forms/ASSISTANT/form.4DForm
    
    - XML
    .4DCatalog: https://github.com/vdelachaux/4DPop/blob/master/Project/Sources/catalog.4DCatalog
    .4DSettings: https://github.com/vdelachaux/4DPop/blob/master/Project/Sources/settings.4DSettings
    vdelachaux committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    a77420e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

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

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    143a814 View commit details
    Browse the repository at this point in the history
  2. Remove 4DCatalog and 4DSettings from XML

    This isn't needed as the files are correctly detected as XML already
    lildude committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    c228046 View commit details
    Browse the repository at this point in the history
  3. Add samples

    lildude committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    07d8218 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae82435 View commit details
    Browse the repository at this point in the history