You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the really neat things jEdit and mcedit do, is allow transparent editing of gzip'ed files. They can open, edit, and save e.g. .xml.gz files and the user never needs to worry about the compression. In the case of mcedit, it can even handle .bz2 and .xz and others.
Please add similar transparent handling of compressed files to SEE.
The text was updated successfully, but these errors were encountered:
Sounds like an interesting request. How did jEdit and mcedit choose the compression level? I personally would not like it to have a short edit blow up the file size significantly.
XFL (eXtra FLags)
These flags are available for use by specific compression
methods. The "deflate" method (CM = 8) sets these flags as
follows:
XFL = 2 - compressor used maximum compression,
slowest algorithm
XFL = 4 - compressor used fastest algorithm```
https://tools.ietf.org/html/rfc1952.html#section-2.2
One of the really neat things jEdit and mcedit do, is allow transparent editing of gzip'ed files. They can open, edit, and save e.g.
.xml.gz
files and the user never needs to worry about the compression. In the case of mcedit, it can even handle .bz2 and .xz and others.Please add similar transparent handling of compressed files to SEE.
The text was updated successfully, but these errors were encountered: