Copy folded xml nodes should copy the whole node

Are you missing a feature? Request its implementation here.
franqueli
Posts: 5
Joined: Thu Mar 10, 2005 8:33 pm

Copy folded xml nodes should copy the whole node

Post 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.
Radu
Posts: 9049
Joined: Fri Jul 09, 2004 5:18 pm

It works

Post 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.
franqueli
Posts: 5
Joined: Thu Mar 10, 2005 8:33 pm

Post by franqueli »

Yes this works. Thanks
Post Reply