copy paste problem Permanently deleted user Created August 04, 2004 15:10 IDEA 2233 just prefixed a (line#, column#) to what I tried to copy/paste: (124, 9) importData(tables,datapool);it's not repeatable, though...But trust me ;)
hm, this could matter:
in my source line
importData(tables,datapool);
I had just refactor-renamed "tables" to "importTables",
and, if I remember right, what I tried to copy was only
the string "importTables"
-> I got the complete line, as it existed before the
refactor-rename, preceeded by (line#,column#)