Double click bug in console

Started by HPW, January 29, 2006, 11:53:03 PM

Previous topic - Next topic

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:

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


it must be:

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