-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Conversation
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
This pull request has been automatically marked as stale because it has not had recent activity, and will be closed if no further activity occurs. If this pull request was overlooked, forgotten, or should remain open for any other reason, please reply here to call attention to it and remove the stale status. Thank you for your contributions. |
Please could you make a review ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the long delay here @vdelachaux 🙇♂️
I hope you are safe and understand the delay 😷 |
I've just finished counting repositories for the |
4DForm by itself should be good to go under the new requirements in #5756. the other extensions should be removed. |
This isn't needed as the files are correctly detected as XML already
Source: https://github.com/vdelachaux/4DPop-Git License: MIT
I've cleaned up and finish off this PR now. I've removed the XML entries as the files are already correctly identified as XML so nothing needs to be done. I've added samples and update the OP to reflect this. |
Description
I would like to add, to complete the 4D programming language, specific extensions, linked to JSON, for the other files used into 4D projects repositories.
Checklist: