Can you add a shortcut Ctrl-[ and Ctrl-]. Most editors have this and if you press this while cursor is in }, cursor will go to its partner {.
If you will press the shortcut (Ctrl-[) while example in keyword EndIf, the cursor will go to partner If.
Iif EndProcedure, cursor will go to Procedure.
If ) it will go to the highlighted (.
Benefit:
Easier to go to the Open/Close keyword if the code is very long without scrolling up or down searching.
Or possibly to avoid something like this: here
PS: If only the codebase is v4.x I will play on it and try to add that before asking.
