Include simulation headers in clipboard copy + add to context menu by SiboVG · Pull Request #2266 · openrocket/openrocket
You were already able to copy simulation values from the simulation table directly by using ctrl/cmd + c, and then paste it e.g. in Excel. However, I saw 2 improvements for this:
- The status & warning column was pasted as an illegible Java class.
- The table headers weren't copied.
This PR fixes those issues and adds the copy simulation values option to the simulation table context menu. Demo:

