Closed
Description
- Version: 7.0.0-nightly20160602aac79dfd78
- Platform: Windows 7
- Subsystem: v8_inspector
Selection in the default Windows console works in the block mode with line wrap replaced by line break in the copy.
A user can select a long URL with indentation only by selecting all the full lines:
On inserting in the address bar, the line break is replaced by %20
and the URL becomes invalid:
Currently a user has these workarounds:
- Use not default console.
- Expand screen buffer width up to URL width.
- Redirect output to file and copy from it.
- Manually clean each URL.
Is there a way to address this inconvenience? Maybe a flag can be added to open the URL in the Chrome automatically.