views:

5612

answers:

12

Is there an open source alternative (similar to ultraedit) to handle files with filesize >200 MBytes?

+2  A: 

textpad will probably swallow it

oops, just clocked the "open source" requirement. Typing before thinking.

Simon
Even if it's not open source, still love textpad, it would do 200 megs easy.
Mark
if it had java introspection in a separate pane it would be a fast Eclipse replacement (all that tooling takes ages to start up if you just want to hack a file and you are confident in the syntax). I already have it as the editor of choice for most source file types, especially weird web pages which may have 3 or 4 languages simultaneously. Being able to hilight different syntax in the same file using your own schemes is really powerful. It is a brilliant editor.
Simon
+7  A: 

vim or gvim (graphical vim) should handle that with pleasure.

Scott Saad
+2  A: 

Notepad++ is open source and has good support for editing really big files:

http://notepad-plus.sourceforge.net/uk/site.htm

Dylan Beattie
I am unable to open files >250 MByte with notepad++. Are there special settings to make that possible?
DB
A: 

Notepad++ is a very nice free, text editor.

Steve K
+4  A: 

Well, no one else had said it, so:

emacs

Always emacs.

dmckee
Though it ain't terribly similar to ultraedit. Not compared to Notepad++ anyway.
Christian Vest Hansen
Granted. But at least occasionally "I want another program like X" means "I only know X". In which case Dirk might be happier in the long running learning another tool. If this is not the case, please disregard this answer. Cheers.
dmckee
+6  A: 

Duplicate of Best Free Text Editor Supporting More Than 4G Files? and even Editor to open big text files (XML export files), even if you added "open source" (most are).

PhiLho
A: 

My specs: Windows XP - 2 GByte RAM

Testfilesize: 280 MBytes

I used a standard installation of the editors below without any further configuration:

Notepad++: Did not open the file (error message: File ist too big to be opened by Notepad++)

Emacs: Did not open the file (error message: Maximum buffer size exceeded)

GVIM or Cream: Did open the file but was unable to perform an internal copy operation with a big chunk of the text.

The lite version of Editpad did the job for me (it is not open source but seems to be free for non commercial use).

DB
OS specific issue?
Aif
The Emacs and GVIM issues have been resolved by adding more physical RAM.
DB
A: 

Even the Notepad++ failed to open the 1.68 GB of text file. :-(

A: 

EditPad Lite was also very fast to me. Work with big files (ex:114MB) like they were small ones! Very powerful!!

+1  A: 

well vim and gvim are great ... i can opn 3GB files without a sweat :)

Mohamed
A: 

EditPad Lite says: does not support 2GB files, bummer!

The current version of Notepad++ (open source) just opened it, but only views the beginning of the file. Luckily for me, that was what I needed to see in this case.

Moe Cazzell
A: 

scite is pretty lightweight and handles the 200+ MB file without problem (on my end).

nevets1219
Why the downvote? Is scite not free, open-source, and capable? The only thing is that it's not ultraedit in terms of feature
nevets1219