[TxMt] Possible bug: very long lines (+625 characters) are cutted
Allan Odgaard
throw-away-1 at macromates.com
Mon Apr 17 19:59:56 UTC 2006
On 17/4/2006, at 18:35, A wrote:
> I have some automatically generated text files with very loooong
> lines (+4000
> characters). When editing those files in TextMate the horizontal
> scrolling
> stops at column 625.
>
> Is this a bug? a feature? a customizable setting?
It’s a limitation of the underlying API.
I use ATSUI (a System 8 or so API) for drawing text, and coordinates
here are using a FIXED data type which can only address +/- 32K pixels.
More information about the textmate
mailing list