Hi,
i’ve a question about the templates for studio. Currently the templates are placed in the installation directory of studio. In my opinion this has two major drawbacks:
- template adjustments can’t be easily shared between teammates within the same project
- templates have to be moved on every studio update (which happens quite regularly fortunately) - this is at least in the zip installation of studio the case
On the other hand it will stay the same across different CUBA projects.
To resolve this, a possible solution would be to place the templates in the sources of the project (this is actually not my idea, but i know that from the grails command line, which basically do the same, see grails install-templates). Studio would pick up the files in this case from the sources.
To resolve the drawback of not sharing it across different projects, a cool thing would be to be able to create a app-component that contains the templates and every projects that includes the app component, the templates will be picked up from the component.
I don’t really know if this is technically possible, more like a idea from a users perspective. Perhaps it would be possible to let the user decide where to put the template so it’s up to the user to decide what way to go.
What do you think?
Bye,
Mario