how to select multiple lines in iphone .plist file?

iphone, lines, select

Solution

The view you get in xcode doesnt allow multiple row select. You can right click the plist and "open as" plain text though and copy the raw xml.

Problem

In my Iphone application ,i am using .plist file having so many data. I want to select multiple lines in .plist file. Please give any key combination by using which i can select multiple lines in .plist file and also use it for my own purpose. Thanks, Mishal Shah

Original source