Feature Request
It would be very helpful if the ProcessOutputDialog window supported selecting and copying only part of the output instead of forcing users to copy everything at once.
Why this is useful
- Users often only need a snippet of the log (e.g., error messages or specific lines).
- Copying the entire output can be inconvenient, especially when logs are large.
- Improves usability and efficiency when debugging.
Suggested behavior
- Enable text selection within the
ProcessOutputDialog.
- Allow standard shortcuts (Ctrl+C / right-click → Copy) to copy just the selected portion.
Thanks for considering this improvement!