I use Katalon Studio 7.2.1 on Windows 10.
I want to search for text in editor pane in Katalon Studio, but I can not find how to call up the Find/Replace. How can I do it?
When I try Edit button in KS, it only shows 2 sub-menu: “Undo” and “Redo” as the following screendshot shows.
On the other hand, in Eclipse, Edit > File/Replace (Alt+R) is available.
@kazurayam
Try switching to the script mode and hit Ctrl + F. Is that what you’re looking for ?
No, Ctrl+F does not work for me. But why?
Aha, I prefer Keys scheme to be Emacs, rather than Default.
With Emacs selected, Ctrl+F does not work.
In good old Emacs convention, Find Text is mapped to Ctrl + S. So I added that mapping as follows:
Then I could use Ctrl + S with Emacs Key mapping in Katalon Studio, for the first time in these 3 years!