Does anyone know how to move the cursor to the end of the current selection?
I want to do a findReplace.find, but leave the cursor at the end of the selection.
When I do an ordinary find/findnext in the editor (F3 key), the cursor is left at the end of the selection. But if I use findReplace.find within a .js script, the cursor is left at the beginning of the selecion.
I want to do a findReplace.find, but leave the cursor at the end of the selection.
When I do an ordinary find/findnext in the editor (F3 key), the cursor is left at the end of the selection. But if I use findReplace.find within a .js script, the cursor is left at the beginning of the selecion.