Hi,
I have a tcl syntax defintion file that defines some keywords like
-anchor
-background
When i open a tcl file the syntax highlighting is fine.
puts "#========"
puts "# BuildId"
puts "#========"
puts "#-----------"
puts "#Case1"
puts "#-----------"
However i cannot double click on the "-------" to select all the the - charachter.
While double clicking on "======" selects all the = charachters.
If i remove the -anchor and -background keyords from the tcl syntax file
then double clicking on "-------" works correctly.
Is there any workaround for this?
Thanks
Derek
Problem. double clicking on "---------" and syntax
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
- Posts: 10
- Joined: Thu Sep 11, 2003 7:02 am