a.k.a. clipboard inheritance IS EVIL!!. In fact the clipboard should not be used to copy more than a single line. The moment you intend to copy a block of code you have to consider creating a method or a class executing that particular block of code.