Sometimes I need to work on EXTREMELY large text files. 200-300 megs or more.

My favorite text editor on my MacBook Pro is TextMate. However, TM chokes on very large text files. Even ones around the 100MB mark.

Is there a text editor that can handle such files for Snow Leopard?

Thanks!

link|improve this question
1  
Possible duplicate of : superuser.com/questions/4044/… – rlb.usa May 6 '10 at 20:47
1  
Possible duplicate of : superuser.com/questions/34749/… – rlb.usa May 6 '10 at 20:48
1  
Also see: stackoverflow.com/questions/952886/… – ChristopheD May 6 '10 at 20:59
Possible duplicate of: stackoverflow.com/questions/159521/… – dag729 May 6 '10 at 21:57
ChristopheD's suggestion is the only one of these which is OS X specific. – Doug Harris May 24 '10 at 15:51
feedback

migrated from stackoverflow.com May 6 '10 at 20:48

This question came from our site for professional and enthusiast programmers.

4 Answers

If I ever have to handle big text files I always switch over to TextWrangler. Same under the hood engine as BBEdit, but free. As in beer.

The one thing I would improve about TextMate would be to give it a command / insert mode like VIM (odd because the thing is inspired by emacs) and give it better large file handling ability.

link|improve this answer
TextWrangler can support up to 384MB files. – Lyndsey Ferguson Jun 7 '10 at 21:45
feedback

Vim.

The one true editor.

And this: Open big files and work fast (from vim.wikia.com)

link|improve this answer
feedback

I've used Smultron with very large text files and it has worked well.

link|improve this answer
feedback

BBEdit will work on really big files and intelligently swap in / out the portion you are working on.

EMACS also has paging.

Have you considered adding RAM?

link|improve this answer
Adding a bit of RAM isn't going to help. – Josh K May 6 '10 at 21:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.