DmitriySalnikov/GodotPCKExplorer

[Feature Request]: Add extraction and packing modes that take into account filtering

Closed this issue · 0 comments

Feature description

At the moment, similar behavior can only be obtained during extraction:

  • Filter content
  • Select All
  • Extract selected

This can be reduced to two actions, which does not greatly affect the user experience:

  • Filter content
  • Extract filtered

But in the case of packing, this may require a lot more effort. Because at the moment, filtering does not take into account and in order to pack only one subfolder from a large folder, you need to find, select and delete from the list all the contents from the beginning to the desired folder, then repeat for the contents after this folder and to the end. Then pack the rest.

Implementation Ideas

Add a mode switch during packing so that only filtered files are taken into account.

GodotPCKExplorer UI_txcrRrUjoX

Add the Extract Filtered mode to the main window.