Author |
Topic |
|
feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - Mar 26 2004 : 1:00:48 PM
|
editing some C++ code in VS .NET 2003 with VAX 1221 i am cutting a line with the shortcut key CTRL_L, a default key binding. if i now go CTRL_SHIFT_V this line is not listed instead if i select the entire line and use CTRL_X to cut it, the line is listed when i press CTRL_SHIFT_V |
zen is the art of being at one with the two'ness |
|
LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - Mar 26 2004 : 1:05:47 PM
|
Wow, Ctrl-L cuts the current line... learned something new, thanks.
Yeah, it fails for me too in 1223 / .NET 2003... |
|
|
feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - Mar 31 2004 : 08:57:29 AM
|
i have just discovered, by accident, that CTRL-X cuts the current line, and CTRL-C copies the current line. there is no need to highlight the line first!
so, why isnt this fact listed in the default shortcut keys help page in VS or is this something VAX is doing?
either way, this works with CTRL_SHIFT_V |
zen is the art of being at one with the two'ness |
|
|
LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - Mar 31 2004 : 10:33:19 AM
|
It's definitely the IDE, not VAX, doing it. But don't feel bad; I've been using Visual C++ since day one, and only found out about Ctrl-X and Ctrl-C two years ago! There's always something new to learn, I guess...
|
|
|
jpizzi
Tomato Guru
USA
642 Posts |
Posted - Apr 03 2004 : 12:01:49 AM
|
In VS 6, you can control that. Under Options | Compatibility, there is a checkbox for "Enable copy without selection." If this is not selected, then hitting Ctrl-C or Ctrl-X when nothing is selected will do nothing (including not losing your recent cut/copy).
I have searched for this option in .NET, but cannot find it. If anyone knows where it is, please do tell.
|
Joe Pizzi |
|
|
feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - Apr 05 2004 : 07:40:27 AM
|
with VAX, use ctrl_shift_v, which shows you a popup list of the last 10 copy / cut strings. so you havent lost the last copy / cut, it is just further down the history.
as for this option, i have just had a look in VS .NET 2003 and i am not seeing any sign of it either. so i presume MS removed it. |
zen is the art of being at one with the two'ness |
|
|
|
Topic |
|