Please let us know what you are using Katalon Studio for?
- I have currently applied Katalon Studio in my project
How would your work be affected if this issue has not been resolved?
- I can continue my job, but my performance is lower than expected
Operating System
- macOS Monterey 12.0.1
I used Mac. I haven’t tested on Windows.
Katalon Studio Version
v8.2.0
Katalon Studio logs
not relevant
Screenshots / Videos
Steps to reproduce:
- I created a new Test Case
TC999
, which looked
import java.util.regex.Pattern
Pattern pattern = Pattern.compile(/^(RiskID(\d+)$/)
- I wanted to change the source as follows:
(/^(RiskID(\d+)$/)
→
(/^(RiskID|VCAT(\d+)$/)
- I continued typing on the editor, and saw the editor displayed characters crashed. See the movie above.
A screenshot is here: