2013-04-13 23:10:47 +03:00
|
|
|
* View Large Files Improved
|
2013-01-12 17:05:25 +02:00
|
|
|
|
2013-01-12 17:30:49 +02:00
|
|
|
An Emacs mode that allows viewing files in chunks. This is a fork
|
2013-04-13 23:10:47 +03:00
|
|
|
that builds on the bare bones GNU ELPA vlf.el. It adds the following
|
2013-02-02 16:12:30 +02:00
|
|
|
improvements:
|
|
|
|
|
2013-04-13 23:10:47 +03:00
|
|
|
- regular expression search on whole file (in constant memory
|
|
|
|
determined by current batch size)
|
|
|
|
- chunk editing (if size has changed, saving is done in constant
|
|
|
|
memory determined by current batch size)
|
|
|
|
- options to jump to beginning, end or arbitrary file chunk
|
2013-02-02 16:12:30 +02:00
|
|
|
- ability to jump/insert given number of batches at once
|
2013-04-13 23:10:47 +03:00
|
|
|
- newly added content is acknowledged if file has changed size
|
|
|
|
meanwhile
|
2013-02-02 16:12:30 +02:00
|
|
|
- vlfi is added as an option when opening large files
|
|
|
|
|