mattcasters opened a new pull request, #8100:
URL: https://github.com/apache/hop/pull/8100

   Fixes https://github.com/apache/hop/issues/8098
   
   ## Summary
   - Help pages can now open in a **modeless dialog** on top of the current 
transform/action/metadata dialog, as well as in the system browser or a File 
Explorer tab.
   - Configuration → Plugins → Explorer perspective replaces the old "open help 
in tabs" checkbox with **Open help pages in** (`External browser` / `Hop GUI 
tab` / `Dialog window`).
   - Help buttons that took a raw URL, and F1, now follow the same setting.
   - Existing `openingHelpFiles: true` in hop-config is migrated to tab mode. 
`--open-help-in-tabs` remains as a deprecated alias for `--open-help-mode=TAB`.
   
   The dialog is parented to the current shell so documentation stays visible 
while you keep editing. A second Help click reuses the same window. If the SWT 
Browser widget cannot be created, Hop falls back to the system browser.


-- 
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]

Reply via email to