We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to improve the dialog when we call ACS export:
That will allow to configure the format of the string.
Add a drop down menu: Export all, Export only signals (default value).
When exporting only signals we will call
rangesToACS with the option:
rangesToACS
filter: (range) => range?.kind==='signal';
Second options allows to define the format inside the parenthesis. For now just a drop down menu with two possibilities:
This will add the option in 'rangesToACS' format.
format
We can also add 2 more fields:
The text was updated successfully, but these errors were encountered:
hamed-musallam
No branches or pull requests
We need to improve the dialog when we call ACS export:
That will allow to configure the format of the string.
Add a drop down menu: Export all, Export only signals (default value).
When exporting only signals we will call
rangesToACS
with the option:Second options allows to define the format inside the parenthesis. For now just a drop down menu with two possibilities:
This will add the option in 'rangesToACS'
format
.We can also add 2 more fields:
The text was updated successfully, but these errors were encountered: