This repository was archived by the owner on Oct 22, 2021. It is now read-only.
This repository was archived by the owner on Oct 22, 2021. It is now read-only.
Copyright string is included in copied version information #423
Closed
Description
Describe the bug
When you copy the version information from the "About" dialog, the useless copyright notice is copied along with the useful version information.
The version information is very useful when writing bug reports, but I find it tedious to have to remove the copyright text every time.
To Reproduce
- Help > About Arduino Pro IDE
- Click the "Copy" button.
- Paste the copied content somewhere. You will see the copyright notice at the end of the text:
Version: 0.1.4-snapshot.3042c1a
Date: 2021-02-08T10:04:20.854Z
CLI Version: 0.15.1 alpha [c7403ed2]Copyright © 2021 Arduino SA
Expected behavior
The copied content should only contain the useful information:
Version: 0.1.4-snapshot.3042c1a
Date: 2021-02-08T10:04:20.854Z
CLI Version: 0.15.1 alpha [c7403ed2]
Desktop (please complete the following information):
- OS: Windows 10
- Version: 0.1.4-snapshot.3042c1a
Date: 2021-02-08T10:04:20.854Z
CLI Version: 0.15.1 alpha [c7403ed2]
Copyright © 2021 Arduino SA (see!)