Hi there!,
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?
Thanks!,
/AITOR
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.