1

I use jEdit very often to open my xml files. It so happened that once i tried opening a huge file(around 900MB file size, say xyz.xml) with jEdit, which failed.
From then on, every time i open any file(file size< 1MB) with jedit text editor, large buffer warning pops up:
The buffer is very large and jEdit may become unresponsive.
Can anybody help me how to resolve this problem. Is the only way out for this is to reinstall the editor?

4

1 回答 1

0

JEdit doesn't support very large files very well. You can increase the size that JEdit is allowed to use inside of Java by changing java's heap size when you launch jedit like this:

java -Xmx512m -jar /FOO/BAR/jedit.jar 

If increasing the memory size doesn't work for your largest files, you should try another editor. vim performs very well with very large files.

于 2013-02-27T17:09:10.640 回答