]> git.entuzijast.net Git - imunes.git/commit
Initial implementation of an editing clipboard: introduce
authormarko <marko>
Thu, 3 Jan 2008 13:47:54 +0000 (13:47 +0000)
committermarko <marko>
Thu, 3 Jan 2008 13:47:54 +0000 (13:47 +0000)
commit39f008860bc8068299fb867d317cb0c121f8e8b5
tree2b2c4c953c20cba81f40ee9908daef060d2be1ca
parent56630b8b46ece76cd35fc6af953d3b9850e80963
Initial implementation of an editing clipboard: introduce
cut, copy and paste functions, and hook them up to the common
keyboard shortcuts CTRL+X, CTRL+C and CTRL+V.

So far the new functions operate only on proper nodes and links,
but not on annotations.

The clipboard is stored in ::cf::clipboard namespace, which must
never be used for any other purpose.

Bug found by:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
copypaste.tcl [new file with mode: 0644]
editor.tcl
imunes.tcl
initgui.tcl
install.sh