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

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

Closed
DmitriySalnikov opened this issue Nov 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@DmitriySalnikov
Copy link
Owner

DmitriySalnikov commented Nov 16, 2023

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.

@DmitriySalnikov DmitriySalnikov added the enhancement New feature or request label Nov 16, 2023
DmitriySalnikov added a commit that referenced this issue Jan 21, 2024
Fixed a bug with duplicate files that was found in `Window kill`
DmitriySalnikov added a commit that referenced this issue Apr 17, 2024
Fixed a bug with duplicate files that was found in `Window kill`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant