Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Regarding copy/paste support between Tk and other Apps, this <a href="http://wiki.tcl.tk/14035" rel="nofollow">wiki page</a> sums it up:</p> <blockquote> <p>Q9. When I copy from a Tcl/Tk app on OS X, then quit that app, the text I copied doesn't appear in the system-wide paste buffer.<br> I need to switch focus to something else while the Tk app is still running for cross-app copy/paste to work as expected. I'm using Tcl/Tk 8.10 on Leopard, though I had the same problem with 8.7 on Tiger. Any way around this?</p> <p>A9. SLB: I cannot answer specifically for OS X but a similar problem occurs on Windows.<br> I did investigate that and found that Windows provides two methods for storing information in the clipboard: </p> <ul> <li>you can copy the textinto the clipboard or </li> <li>you can store in the clipboard a reference to the application holding the text. </li> </ul> <p>The latter is more efficient when the amount of text is very large but means the information is lost when the application terminates.<br> <strong>This is the only form of copy offered by Tk</strong>.<br> Resolving it would require a TIP to extend clipboard support in Tk.</p> </blockquote> <p>So copy/paste between an app and a Tk app might not be easy right now...</p> <hr> <p>Original answer:</p> <p>Having work with <code>gitk</code> all day long today, I can see there is no "focus" even on the left-bottom panel of <code>gitk</code>, where diff of content are displayed. </p> <p>I.e. clicking in that panel doesn't trigger anything for the other panels.</p> <p>In other words, the <code>gitk</code> GUI doesn't monitor the mouse click/selection events in that panel, and only native clipboard capability applies in it. </p> <p>It seems coherent that the '<code>Edit</code>' menu don't reflect any copy/paste entry, since <code>gitk</code> don't monitor those selections events.<br> As it is, '<code>Edit</code>' is only there to edit the preferences.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload