You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be the correct logic, assuming the previous implementation was correct for renaming when ignoring case. (And if when searching with regex the match case option should be ignored. Atleast the Match Case checkbox is greyed out when Use Regex is checked)
The text was updated successfully, but these errors were encountered:
search_and_select function has an issue where the regex is only used if match case is checked, regardless of "Use Regex" checkbox.
https://github.com/Weisl/simple_renaming_panel/blob/bcdcf9fc7f26729f3f63fd126bda1f9343cd34e7/operators/search_select.py#L53-L59
Something like this should work:
It should be the correct logic, assuming the previous implementation was correct for renaming when ignoring case. (And if when searching with regex the match case option should be ignored. Atleast the Match Case checkbox is greyed out when Use Regex is checked)
The text was updated successfully, but these errors were encountered: