Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add support for Adobe *.idml . I hate renaming to .zip just to see them.... #47

Open
smuchow1962 opened this issue Sep 15, 2024 · 0 comments

Comments

@smuchow1962
Copy link

smuchow1962 commented Sep 15, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant