Page 1 of 1

Copy folded xml nodes should copy the whole node

Posted: Thu Mar 10, 2005 9:11 pm
by franqueli
Copy of folded xml nodes should copy the whole xml node.

Currently only the line that is displayed (the first line of the node) is copied.

It works

Posted: Fri Mar 11, 2005 9:47 am
by Radu
Hi, we tested the copy of folded xml lines and it works just fine both in eclipse and in the standalone version.
The behaviour on copying the folded line is the following:
-- If after selection the caret is at the end of the folded line only the selected text will be copied.
-- If after selection the caret is positioned on the line below the folded one, the whole content of the fold will be copied.
This is needed to differentiate between the user's intention to copy a whole line or to copy all the lines that are currently folded.


Please tell us if you have any more problems with this.

Ragards, Radu.

Posted: Fri Mar 11, 2005 10:48 pm
by franqueli
Yes this works. Thanks