EmEditor Home - EmEditor Help - Command Reference - Edit category

Matching Parenthesis/Bracket Extend command

Summary

Extends the selection to the corresponding parenthesis/bracket.

Description

When the cursor is placed at an opening parenthesis or bracket, this command will extend the selection to the corresponding closing bracket.

How to Run

Plug-in Command ID

Macros

[JavaScript]

document.selection.GoToBrace(true);

[VBScript]

document.selection.GoToBrace true

Feedback Send feedback on this topic to Emurasoft

Copyright © 2003-2012 by Emurasoft, Inc.