Double click bug in console

For the Compleat Fan
Locked
HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Double click bug in console

Post 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 }
Hans-Peter

Locked