Archive Plugin | By André Kaplan akaplan@jedit.org |
Archive allows to browse and read the content of zip and tar archives.
The zip file system allows to browse/read the content of
*.zip
and *.jar
files.
As for the tar file system, it can browse/read:
*.tar
files*.tar.gz
, or *.tgz
files*.tar.bz2
files.Archive 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 directory. To clear the cache, use Plugins -> Archive -> Clear directory cache.
Archive requires:
The straightest way to open an archive is to:
Format of Archive URLs:
zip:C:\path\to\file.zip!
zip:C:\path\to\file.zip!path/inside/archive
tar:/path/to/file.tgz!
tar:/path/to/file.tgz!path/inside/archive
Notes:
!
(exclamation mark) is mandatory./
(slash).A special mention to:
The preferred way to send bug reports is to use the Bug Tracker at http://sourceforge.net/bugs/?group_id=588.
Also you can write to: