[I posted this on IRC but my internet connection is intermittent, so I probably missed any replies…]
I'm having trouble adding a "wordCharacters" bundle setting, as per https://github.com/textmate/textmate/wiki/FAQ#how-do-i-set-which-characters-...
I created a settings bundle item in the Source bundle containing "{ wordCharacters = '\w_.-'; }" and applied a sope selector of "text" but it's not taking effect. I have a document containing "… [test] …" and when I hit ^W while the cursor is in the word test the selection is made including the brackets (but shouldn't be). =(
Quinn
On 24 May 2014, at 23:03, Quinn Comendant wrote:
[…] I created a settings bundle item in the Source bundle containing "{ wordCharacters = '\w_.-'; }" and applied a sope selector of "text" but it's not taking effect.
The setting does not a \w escape character.
I have a document containing "… [test] …" and when I hit ^W while the cursor is in the word test the selection is made including the brackets (but shouldn't be).
That does not happen here using the Plain Text grammar, nor should it.
Try https://github.com/textmate/textmate/wiki/Reverting-To-Defaults