idea-archive-browser
idea-archive-browser copied to clipboard
Please add support for Adobe *.idml . I hate renaming to .zip just to see them....
It seems to me that it would be great to make the list of supported extensions an editable property for the tool.
idml (zip)
That way, the comic book extensions, like cbz (zip) cbr (rar) cb7 (7z) cba (are) cbt (tar)
could also be supported with user customization..
I know the list to modify, plugin.xml:10 jist add to the "extensions" attribute
<
fileType name="ARCHIVE_7ZIP" extensions="rar;deb;tar;lzma;cpio;bz2;7z;xz;arj;iso;lzh;msi;rpm;squashfs;sfs;xar;z;vmdk;wim;vhd;vdi;uefi;udf;hfs;dmg;ext;fat;ntfs;chm;cab;idml;cbz;cbr;cb7;cba;cbt;udf;txz;tlz;gem;gz;tar;tgz;tb2;tbz;tbz2;tz2;taz;tlz;tZ;taZ;tlz;tzst" fieldName="INSTANCE" implementationClass="com.github.b3er.idea.plugins.arc.browser.formats.sevenzip.SevenZipArchiveFileType"
/>
I tested it by
directly updating
idea-archive-browser-0.32.jar
and it works fine