GCodeProjects / GCodeWorkShop

GCodeWorkShop is text editor for CNC programmers.
GNU Lesser General Public License v3.0
20 stars 7 forks source link

Make it possible to disable clipboard scanning #20

Closed u-235 closed 5 months ago

u-235 commented 1 year ago

The app constantly monitors the clipboard and saves the last five snippets. This may be unsafe if the clipboard contains sensitive data such as passwords etc. The option to disable clipboard scanning should be made in the settings. It would also be convenient to control scanning in the clipboard panel.

Possible implementation:

u-235 commented 5 months ago

completed at https://github.com/GCodeProjects/GCodeWorkShop/releases/tag/2024-05