Problem. double clicking on "---------" and syntax

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
derekwallace
Posts: 10
Joined: Thu Sep 11, 2003 7:02 am

Problem. double clicking on "---------" and syntax

Post by derekwallace »

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
Ed
Posts: 103
Joined: Tue Mar 04, 2003 9:09 am
Location: Devon, UK

Post by Ed »

Configure->Preferences->Document Classes->Tcl->Syntax->Other Characters in Word
Add -
Post Reply