mattcasters opened a new pull request, #7587: URL: https://github.com/apache/hop/pull/7587
## What changes were proposed in this pull request? Adds a **Drill into** toolbar button on the Hop VFS Open File dialog so users can browse inside archives supported by Apache Commons VFS (zip, jar, tar, tgz, tbz2) without manually rewriting paths as VFS URIs. Selecting e.g. `/home/user/archive.zip` and clicking the button navigates to `zip:/home/user/archive.zip!/` and lists the archive contents. Nested archives (e.g. a jar inside a zip) are supported via nested VFS URIs. Fixes #7585 ## What was done? - Browser toolbar button with tooltip "Drill into" and `ui/images/zipfile.svg` - Enabled only when a drillable archive file is selected - Extension → VFS scheme mapping (compound suffixes like `.tar.gz` handled correctly) - i18n tooltip/error strings - Short note in the Hop Gui file dialog user docs - Unit tests for scheme detection and URI building ## How was this tested? - Unit tests: `HopVfsFileDialogArchiveTest` (6 tests) - Manual: select zip → Drill into → contents list; non-archives keep button disabled; nested jar inside zip -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
