As far as I know, the Quick Search can only search for 1 line of code and replace 1 line of code.
I don't know if I can search and replace more than 1 line.
For example,
I want to replace
with
Now I need to click the search results 1 by 1 and press paste.
I don't know if I can search and replace more than 1 line.
For example,
I want to replace
B4X:
Elements = WebApiUtils.GetUriElements(RequestURI)
B4X:
RequestURI = Request.RequestURI
Elements = WebApiUtils.GetUriElements(RequestURI)
Now I need to click the search results 1 by 1 and press paste.