[TxMt] Re: Find in Project...
Allan Odgaard
mailinglist at textmate.org
Sun Sep 2 08:01:47 UTC 2012
On 02/09/2012, at 09.57, Mikael Hultgren wrote:
> If i opened the file i could find in it, if i had the file opened find in project could also find it, so why couldn’t it find it when it wasn’t open, maybe textmate 2 internally converts the file to UTF8 when it opens it and find only works on UTF8?
Yes, this is a current limitation; the find window will only work with utf+8 / LF, but when a file is open, it searches the in-memory version, which has gone through proper decoding during open.
More information about the textmate
mailing list