Synmemo at Sourceforge seems to be very good txt editor and code highlighter. It is a pity that it does not upgrade for long. It is a pure vcl. I want to know what is its maximum length. What is the largest txt file it can load?

Thanks

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

On a 32bit operating system you can load ~2GB of text file in the editor(not recommended), if you're running a 64 bit os, have a look here Why 2 GB memory limit when running in 64 bit Windows ? and here http://cc.embarcadero.com/Item/24309 if you care to load more than 2GB of data in the syn editor.
From my experience I was able to load a couple of hundreds of megs without an issue, but the component becomes less and less responsive depending on how much you really need to load. ~80mb is super fast to load and play with.
I hope this helps.

link|improve this answer
on 64bit OS you can have 4gb address space with large address aware pe flag – David Heffernan Apr 10 '11 at 16:02
the links say basically the same thing but more info – Dorin Duminica Apr 11 '11 at 5:59
feedback

Your Answer

 
or
required, but never shown

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