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
GCoderDocument: Fix the wrong search direction for the next replacement
The class contains several similar functions with the same set of arguments:
- findNext
- replaceNext
- replaceAll
- highlightFindText
- findText
But findText has a different order of these arguments. Because of this there
is a confusion inside the replaceNext function.
This commit makes the order of the findText function arguments the same as
the other functions.
0 commit comments