Double click bug in console
Posted: Mon Jan 30, 2006 7:53 am
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:
it must be:
It does not highlight the expression from left to right paranthesis.
So instead of:
Code: Select all
bind $txt <Double-1> {HighlightExpression %W }
Code: Select all
bind $txt <Double-1> {HighlightExpression %W; break }