[BUG] Edit numerical-value RegEx when reading in multiple sets #276
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current behavior
When reading in multiple sets and using the RegEx option to assign values, I noticed a case my expression did not cover. However, you cannot change the expression after reading in the first set.
Version
2024-06-24
Expected behavior
No response
Steps to reproduce
No response
Log messages
Anything else?
value of the case outside the RegEx expression defaulted to zero.
RegEx "_TAU\dp?[e-]{0,2}\d+s" cannot match your last entry. But this is your custom RegEx, so not my problem, the default one should be able to match.
Its not about the RegEx, but about being able to change it while multiple sets are queued for read-in.
My misunderstanding then. But everything works as intended:
" If "skip next dialogue" is not checked, I can change the regular expression between sets."
oddly, this I cannot
Correction: I was mistaken: the expression can be changed, the cursor position is simply not displayed when single-clicking into the field.
Addition to Correction: this seems to depend on whether the expression was edited for one of the previous sets
To reproduce: