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
ctrl-click in the check_cvc GUI looks for a reference name in between brackets. e.g. [A001] -> A001
The current version will also incorrectly select array indices. e.g. /Xinv/A[10] -> 10 These should be ignored.
In summaryGUI.py subroutine SetCellFilter, change the regex to "(?:\s|^)[([^\]]*)"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ctrl-click in the check_cvc GUI looks for a reference name in between brackets. e.g. [A001] -> A001
The current version will also incorrectly select array indices. e.g. /Xinv/A[10] -> 10
These should be ignored.
In summaryGUI.py subroutine SetCellFilter, change the regex to "(?:\s|^)[([^\]]*)"
The text was updated successfully, but these errors were encountered: