newLISP Fan Club

Forum => Anything else we might add? => Topic started by: HPW on January 29, 2006, 11:53:03 PM

Title: Double click bug in console
Post by: HPW on January 29, 2006, 11:53:03 PM
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 }