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:

  1. The status & warning column was pasted as an illegible Java class.
  2. The table headers weren't copied.

How it currently is:
image

This PR fixes those issues and adds the copy simulation values option to the simulation table context menu. Demo:

Screen.Recording.2023-07-22.at.01.49.42.mp4

image