Trinity-11 / FoenixIDE

Development and Debugging Suite for the C256 Foenix Family of Computers
GNU General Public License v3.0
48 stars 14 forks source link

Allow right-clicking on the debug window to copy to clipboard #42

Closed clandrew closed 1 year ago

clandrew commented 1 year ago

This change allows the user to right click on the debug window, to bring up a context menu: image

Clicking "Copy to clipboard" will copy the displayed code list to the clipboard. This can be useful for debugging workflows, for example, to saving some code in notes where you don't have an LST file.

dtremblay commented 1 year ago

Looks good! Thanks again.