TeX-Live / tlcockpit

GUI for tlmgr written in Scala
GNU General Public License v3.0
27 stars 2 forks source link

Cut/copy from information #8

Closed ghoetker closed 6 years ago

ghoetker commented 6 years ago

Would it be possible to make the information in the Information window copyable? I capture that information from tlmgr to make my own cheat sheet of packages that might be useful in the future. Thanks.

norbusan commented 6 years ago

Hmm, that is a restriction in JavaFX/ScalaFX, see https://bugs.openjdk.java.net/browse/JDK-8091644 I might try to work around that by not using labels but textfields, but it is a major rework of the information window structure, so I'm not sure when I have the time.

norbusan commented 6 years ago

I did what I can do, please grab the latest .jar file from github and try it out. All texts are now copyable one by one (but not all in one go). The only exception are files listed in a listbox with scrollbar, there I don't have any idea how to make that selectable.

Hope that helps.