HumbleUI / JWM

Cross-platform window management and OS integration library for Java
Apache License 2.0
547 stars 44 forks source link

mac clipboard: text/plain support #225

Closed bumfo closed 2 years ago

bumfo commented 2 years ago

A partial implementation of #51. Formats other than text/plain is not supported yet.

tonsky commented 2 years ago

Thanks! Merged as 5215c56841dcc111de964b1359fbc3ea7bc2804d

bumfo commented 2 years ago

Thanks! Merged as 5215c56

Thanks for fixing. I would be more careful about JNILocal the next time. ;)

tonsky commented 2 years ago

They are tricky—sometimes they matter, sometimes they don’t. The main purpose of them is to clean up local references in loops, but I prefer to use them everywhere just to be sure