<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 26/04/2018 21:56, Vojtěch Čihák via
Lazarus wrote:<br>
</div>
<blockquote type="cite" cite="mid:20180426215645.E90E26EF@atlas.cz">
<p style="padding:0 0 0 0; margin:0 0 0 0;">Hi,</p>
<p style="padding:0 0 0 0; margin:0 0 0 0;">Select to Brace does
nothing, no matter if caret is outside or inside (),[] or {}.</p>
<p style="padding:0 0 0 0; margin:0 0 0 0;">What it shoulld do?</p>
<p style="padding:0 0 0 0; margin:0 0 0 0;"> </p>
<p style="padding:0 0 0 0; margin:0 0 0 0;">(abc|def) should
select "def"?</p>
<br>
</blockquote>
It seems to only work, if the caret is either before the opening (
or behind the )<br>
<br>
It then selects the entire text (both brackets, and the content)<br>
<br>
This is just from a quick test, using trunk (but a few weeks old)<br>
<br>
</body>
</html>