On 7/1/2006, at 19:48, Christopher Creutzig wrote:
in 906, I observe the following behaviour: [...]
- Search for “def” --> TextMate is still searching for “indent”.
I am aware of the problem, though I wasn't able to solve it last time I gave it a shoot (it's NSTextView related). I think that using cmd-E with text selected in the NSTextView will always push that text to the find clipboard and cause it to be used for cmd-G, it's only when I programmatically try to tell NSTextView about a new find string, that it fails the second time.