From: Jon Guyer (jguyer@his.com)
Date: 12 Mar 01, 04:00 EST
From: Jon Guyer <jguyer@his.com>
Subject: Re: how does BBEdit do it? (was Re: A few issues...)
At 3:29 PM -0500 3/10/01, I wrote:
>Here's a starting point for (i) that uses <shift><ctrl><arrow> for
>contraction:
These make much more sense with:
proc forwardCharContract {} {
select [pos::math [getPos] + 1] [selEnd]
}
proc backwardCharContract {} {
select [getPos] [pos::math [selEnd] - 1]
}
--
Jonathan E. Guyer
<http://www.his.com/jguyer/>
_______________________________________________
AlphaTcl-developers mailing list
AlphaTcl-developers@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/alphatcl-developers