Hi Everyone,
I have the strangest problem that I'll be darned if I can figure out how to fix. When I double click a word, it selects all the words left and right until it hits some sort of non-text or non-whitespace character. So when typing normal text it selects the entire sentence all the way left and right until a period or the end of the window. In C coding, it selects until some sort of other style character " [ () ] * _ " etc. I figured out how to list TM_CURRENT_WORD and it is not just a word, but the whole sentence so clearly something is screwing the way that gets parsed. Its really quite annoying and I'm pretty sure it didn't always do this.
Any help would be greatly appreciated. I've googled around a bit, including in the list and haven't found anything useful.
cheers, Max ------------ Max Rietmann mar76@cornell.edu
On Feb 12, 2007, at 12:18 AM, Max Rietmann wrote:
Any help would be greatly appreciated. I've googled around a bit, including in the list and haven't found anything useful.
In TextMate's editing, you'll find a "Text Editing" tab, and in it a "Word Characters:" entry. This entry contains the characters apart from alphanumerics, that TM will consider a word. This is independent of the language grammar used.
It would guess that somehow a "space" has found its way somewhere in that entry. Try to see if that is the case, and remove the space if it is.
cheers, Max
Haris