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

Meta.xml generator #4

Open
AlexRazor1337 opened this issue Feb 1, 2020 · 1 comment
Open

Meta.xml generator #4

AlexRazor1337 opened this issue Feb 1, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@AlexRazor1337
Copy link
Owner

AlexRazor1337 commented Feb 1, 2020

Tool to generate meta.xml
It should parse all files inside a specified folder and add them to meta.xml unless they had restricted file type (should be specified in settings from #1 ).

There are must be a set(sets?) of rules how to determine is it clientside file or serverside.
Variants:

  • File prefix(e.g c_client.lua)
  • Directory name(e.g \Server\core.lua)
  • Looking for clientside/serverside function only(e.g dxDrawText is clientside function only, so file is clientside) (questionable)

In any way, a case may arise when it is not possible to set the type. (no prefix, no directory, all functions are shared). So ability to set it manually is required.

@AlexRazor1337 AlexRazor1337 added the enhancement New feature or request label Feb 1, 2020
@AlexRazor1337
Copy link
Owner Author

It's also good to have the ability to sort files.
At least in three ways:

  • Files inside single folder are placed near each other
  • Script files are divided from other files(models and etc.)
  • All client files first and all server files after

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant