Author Topic: A zip file by any other name...  (Read 1283 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
A zip file by any other name...
« on: December 16, 2019, 11:48:07 PM »
Turns out there are a lot of different file formats which are really just ZIP files with a different name.
Is there anyway to configure Slick to recognize non-standard extensions as ZIP archives?

For example: nupkg.

I added it to the list in bgm_is_zip_file() and fileman_enter(), but still a search doesn't search nupkg files.
 

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6864
  • Hero Points: 528
Re: A zip file by any other name...
« Reply #1 on: December 17, 2019, 10:44:07 PM »
Making this configurable seems like a good idea. We will try to add this for v25.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6864
  • Hero Points: 528
Re: A zip file by any other name...
« Reply #2 on: December 18, 2019, 04:30:18 PM »
Feature added for v25

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
Re: A zip file by any other name...
« Reply #3 on: December 18, 2019, 04:52:46 PM »
 :)