Hello Ng,
lets say i have 3 lines:
private System.Windows.Forms.TabControl m_TabControl;
private System.Windows.Forms.TabPage m_TabPage0;
private System.Windows.Forms.TabPage m_TabPage1;
private System.Windows.Forms.TabPage m_TabPage2;
In the vs text-editor i can select with mouse and keeping ALT pressed a
underlying block, lets take "System.Windows.Forms" in this example.
But how can i paste some expression ("test.controls.forms") to all this
(marked) lines? I want to replace "System.Windows.Forms" with
"test.controls.forms" in all 4 lines.
I cannot with ALT+V, this opens the view of the main menu.
Is there any possibilty?
Thanks in advace.
Roland
Kevin - 10 Aug 2006 19:15 GMT
> Hello Ng,
>
[quoted text clipped - 11 lines]
> "test.controls.forms" in all 4 lines.
> I cannot with ALT+V, this opens the view of the main menu.
I don't know anything about System.Windows.Forms. etc., but don't you want
CTRL+V as the shortcut to Paste?
Also, if you have only 1 "test.controls.forms" copied into the clipboard,
then only 1 line will be pasted, even though 4 lines of "System.Windows..."
was highlighted.