Copy just what you see and not the full expanded view from the code window, to clipboard?

G

garyusenet

Hi I would like to know if it's possible to copy just the collapsed
view vissible from the IDE to the clipboard.

If i have collapsed code, and then highlight it and copy it - and then
paste this into notepad for example, the full expanded code listing is
pasted.

How do i copy just the collapsed portion as it looks in the IDE before
I copy it?

Thankyou,

Gary-
 
R

rossum

Hi I would like to know if it's possible to copy just the collapsed
view vissible from the IDE to the clipboard.

If i have collapsed code, and then highlight it and copy it - and then
paste this into notepad for example, the full expanded code listing is
pasted.

How do i copy just the collapsed portion as it looks in the IDE before
I copy it?

Thankyou,

Gary-
I suspect the only way would be to take the first and last lines of
the text in the clipboard and merge them together somehow to create
what you want.

rossum
 
G

garyusenet

Wow I think this is really bad on MS's part.

I would think this would be a very basic requirement, but thanks for
letting me know I wasn't overlooking something simple.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,


Hi I would like to know if it's possible to copy just the collapsed
view vissible from the IDE to the clipboard.

If i have collapsed code, and then highlight it and copy it - and then
paste this into notepad for example, the full expanded code listing is
pasted.

Of course, what do you expect to happens?
It's just like if you collapse a method and then copy & paste in the notepad
and you wanted to see it "collapse" , it will not going to happen.

It's only just because the IDE interprete what is written that it is capable
of doing such a magic.
Of course notepad has no idea about that.
 
S

Samuel R. Neff

It's not a limitation of Notepad but of VS.NET. It's certainly
possible for VS.NET to have an option to copy text as shown instead of
as expanded. I'm sure it's even possible to write a macro or add-in
to achive this.

Other apps provide this type of functionality--in Excel you can hide a
row and then choose to either copy the whole range or copy the visible
rows. Same idea.

Sam
 
G

garyusenet

Sam,

That's exactly the point of view I was looking at this at, which is why
I thought it was a pretty basic feature omitted from the IDE.

Thanks for making me still feel sane!

Gary-
 
G

garyusenet

Today I found a kind of workaround for this problem I posted some time
ago.

While printing I noted there is an option to 'hide collapsed regions',
couple that with a print to file, and CTRL V, - and you have a kind of
awkward way of copying just the expanded view into the clipboard!

Gary-
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top