Whenever TextEdit opens a file that is full of text, that is, something that should not be blank, it appears totally white and absent of any text.
A quick solution is to duplicate the file, at which point the duplicate appears with the full text. This is cumbersome, though - it takes about a minute to duplicate the file, rename it, and delete the old one - every time the file is opened. Does anyone know solutions to this? Otherwise, this is a major bug - a text editor that can't display text - and must be fixed.
Code Block Java //A side note about the tag - this has nothing to do with 3D graphics, but Apple does not provide an adequate tag, and using something closely related like "CoreText" would mislead you - it's actually TextEdit.
A quick solution is to duplicate the file, at which point the duplicate appears with the full text. This is cumbersome, though - it takes about a minute to duplicate the file, rename it, and delete the old one - every time the file is opened. Does anyone know solutions to this? Otherwise, this is a major bug - a text editor that can't display text - and must be fixed.