Does anyone know if there is any way to manually define what TM considers to be a "word" when double-clicking to select? At the moment a dollar sign does not seem to be part of what TM thinks is a word, and I use these to prefix variable names. I seem to remember that within S-E-E there is some way of defining which characters are legit for variable names or something, is such a thing planned for TM?
Regards
Chris Jenkins
______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________
On 3. Nov 2004, at 12:19, Chris Jenkins wrote:
Does anyone know if there is any way to manually define what TM considers to be a "word" when double-clicking to select?
It currently uses NSCharacterSet so you may be able to hack your locale files ;)
I'll can a string of characters to augment the word character set -- this won't allow to remove existing word characters, I don't think anyone would need that!?!