Installed product versions
- Visual Studio: 2019 Professional
- This extension: 1.5
Description
Introduce ability to not create "Import" folder when saving a method to a package on the file system.
As for now when saving a method to a file system I chose AML-package path and internal folders are created for me. There is folder "Import" created that was introduced long time ago because package can contains not only AML files but other (for example some js files that currently are stored in the Innovator\Client\Solutions). So in the past it was reasonable to have this folder. Right now it is not needed and it raise questions for newbies of Innovator "why do we need it?". There is also number of solution without this folder (removed manually, AFAIK).
Still it is addition extra effort that can be annoying to every time move file with method manually.
Can you please create addition checkbox or other configurable approach by using which I can alter folder structure creation logic and omit "Import" folder creation?
Steps to recreate
- Open existing method
- Try to save it to the AML-package
Current behavior
It is exported to the package with addition intermediate "Import" folder creation.
Example: AML-packages\MyPacakage\Import\Methods\MyMethod.xml
Expected behavior
It should be possible to turn of "Import" folder creation.
Example: AML-packages\MyPacakage\Methods\MyMethod.xml
Installed product versions
Description
Introduce ability to not create "Import" folder when saving a method to a package on the file system.
As for now when saving a method to a file system I chose AML-package path and internal folders are created for me. There is folder "Import" created that was introduced long time ago because package can contains not only AML files but other (for example some js files that currently are stored in the Innovator\Client\Solutions). So in the past it was reasonable to have this folder. Right now it is not needed and it raise questions for newbies of Innovator "why do we need it?". There is also number of solution without this folder (removed manually, AFAIK).
Still it is addition extra effort that can be annoying to every time move file with method manually.
Can you please create addition checkbox or other configurable approach by using which I can alter folder structure creation logic and omit "Import" folder creation?
Steps to recreate
Current behavior
It is exported to the package with addition intermediate "Import" folder creation.
Example: AML-packages\MyPacakage\Import\Methods\MyMethod.xml
Expected behavior
It should be possible to turn of "Import" folder creation.
Example: AML-packages\MyPacakage\Methods\MyMethod.xml