Legal Notice
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
Version 1.1 or any later version published by the
Free Software Foundation; with no
"Invariant Sections",
"Front-Cover Texts" or
"Back-Cover Texts",
each as defined in the license.
A copy of the license can be found in the file
COPYING.DOC.txt included with jEdit.
Table of Contents
The Archive plugin provides a virtual file system for browsing, reading, and writing compressed archives. The following formats are supported:
ZIP archives: *.zip and *.jar files
TAR archives: *.tar files
GZipped TAR archives: *.tar.gz, or *.tgz files
BZipped TAR archives: *.tar.bz2 files.
Archive also supports nested archives.
For example, you can explore the content of a *.jar file inside a
*.tgz file.
For faster browsing, Archive caches directories in a special location. To clear the cache, invoke Plugins> Archive> Clear directory cache
Follow these steps to open an archive:
Open the File System Browser (Utilities> File System Browser)
Select an archive file
In the Plugins menu at the top of the File System Browser, choose Browse archive.
The source code is distributed under the GPL. Please see http://www.fsf.org/copyleft/gpl.html
Aftex software: port of the bzip2 library. See http://www.aftexsw.com/aftex/products/java/bzip/
Tim Endres: port of the tar utility. See http://www.trustice.com/java/tar/
The preferred way to send bug reports is to use the Sourceforge Bug Tracker at http://sourceforge.net/tracker/?atid=565475&group_id=588&func=browse
You can also write to:
André Kaplan <akaplan@jedit.org>;
or jEdit-users mailing-list
<jedit-users@lists.sourceforge.net>;
or jEdit-devel mailing-list
<jedit-devel@lists.sourceforge.net>.