Moves the cursor to the corresponding parenthesis/bracket.
When the cursor is placed at a parenthesis or bracket, this command will move the cursor to the corresponding parenthesis or bracket. If the cursor is outside of the area bounded by the parentheses or brackets, it will be placed outside at the corresponding parenthesis/bracket. If it is inside of the area about by the parentheses/brackets, it will be placed inside at the corresponding parenthesis/bracket.
•Default Menu: None
•All Commands: Edit > Move Cursor Horizontally > Find Matching Parenthesis/Bracket
•Toolbar:
•Status Bar: None
•Default Keyboard Shortcut: CTRL+]
•EEID_NEXT_PAREN (4276)
document.selection.GoToBrace(false);
document.selection.GoToBrace false