Page 1 of 1

Double click bug in console

Posted: Mon Jan 30, 2006 7:53 am
by HPW
The double click in console does not work as in editor.
It does not highlight the expression from left to right paranthesis.

So instead of:

Code: Select all

bind $txt <Double-1> {HighlightExpression %W }
it must be:

Code: Select all

bind $txt <Double-1> {HighlightExpression %W; break }