There are times when I wonder what MS developers are smoking...
-
Did you ever try Ctrl+Shift+V after that? Twice ;)
Banking establishments are more dangerous than standing armies. T.Jefferson
Nope, never heard of that one! :sigh: There are times, Microsoft...and inventing a cure for a problem you cause without actually curing the problem...
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
Ctrl+C works in "most" error message boxes. It copies the complete contents + title + buttons as text. I love it. You don't need to "select" anything except to have the message box focused. Sample: --------------------------- Microsoft Visual Studio --------------------------- Cannot move 'RandomFile.Debug.config'. The destination folder is the same as the source folder. --------------------------- OK ---------------------------
You have hit the nail on the head. This is the reason why copying non-selected makes you shoot blanks, but it lets you copy the un-selectable. Sort of nice. I am a bit pissed off about this as I didn't know about this until your post. So Thanks Corneliu. There is always a reason.
"Rock journalism is people who can't write interviewing people who can't talk for people who can't read." Frank Zappa 1980
-
There's been a niggle with VS for me for a while: I use CTRL+C and CTRL+V to copy and paste, but they are close together and occasionally I get a Copy when I wanted a Paste. Normally I just sigh, and go back to copy it again - but it annoys me a little when I'm on a blank line with nothing selected, and the Paste operation copies the blank line to the clipboard. Why? Why do that? Well, it's deliberate: there's an option to specifically do that.
Tools -> Options -> Text Editor -> All Languages -> General ... "Apply Cut or Copy commands to blank lines when there is no selection"
And for whatever reason the default state is "Yes, copy a damn blank line to the clipboard when there is no selection". Why, Microsoft? Why? :doh:
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
I know well the annoyance when I too miss the "v" key and press the "c" key instead. Indeed, WTF were they thinking!?! I started using BRIEF (Basic Reconfigurable Interactive Editing Facility) in the late 80's and it's keyboard shortcuts have stuck with me ever since. Cut-Copy-Paste are such fundamental operations they demand a single key all their own; none of this rubbish multi-finger pinky-x, pinky-c, and pink-v!
Insert ==> Edit|Paste Keypad + ==> Edit|Copy Keypad - ==> Edit|Cut
Simple, intuitive, and since I do far more copying than cutting, they used the enlarged "+" key on the numeric keypad to give your finger an ample target. Brief was (is) a brilliant editor and it's ideas have stood the test of time IMNSHO.Cheers, Mike Fidler "I intend to live forever - so far, so good." Steven Wright "I almost had a psychic girlfriend but she left me before we met." Also Steven Wright
-
I know well the annoyance when I too miss the "v" key and press the "c" key instead. Indeed, WTF were they thinking!?! I started using BRIEF (Basic Reconfigurable Interactive Editing Facility) in the late 80's and it's keyboard shortcuts have stuck with me ever since. Cut-Copy-Paste are such fundamental operations they demand a single key all their own; none of this rubbish multi-finger pinky-x, pinky-c, and pink-v!
Insert ==> Edit|Paste Keypad + ==> Edit|Copy Keypad - ==> Edit|Cut
Simple, intuitive, and since I do far more copying than cutting, they used the enlarged "+" key on the numeric keypad to give your finger an ample target. Brief was (is) a brilliant editor and it's ideas have stood the test of time IMNSHO.Cheers, Mike Fidler "I intend to live forever - so far, so good." Steven Wright "I almost had a psychic girlfriend but she left me before we met." Also Steven Wright
And it had multiple source "windows", and mouse support, and... I loved it to death - for the first time, you could look at several parts of your code at the same time (Microsoft, are you listening?) I think I still have the original disks and manual in the spare room - but they'll be on 360K floppies (possibly 720, I can't remember) and I don't have anything to read them any more!
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
greldak wrote:
They were the ones shown on the menus in Win 3.1
You're right. That's how I learned them and I've never forgotten them. They work in places the other hotkeys don't.
-
That's the old school way of doing it. I can remember it from the DOS / Word Perfect / Quatro Pro days. Funny thing is, nobody ever considered copy/pasting an empty line back then. We did things more efficiently by using the huge [Enter] key on the keyboard.
My plan is to live forever ... so far so good
DJ van Wyk wrote:
old school way of doing it
best way... :D
-
And it had multiple source "windows", and mouse support, and... I loved it to death - for the first time, you could look at several parts of your code at the same time (Microsoft, are you listening?) I think I still have the original disks and manual in the spare room - but they'll be on 360K floppies (possibly 720, I can't remember) and I don't have anything to read them any more!
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
OriginalGriff wrote:
(Microsoft, are you listening?)
No
My plan is to live forever ... so far so good
-
I know well the annoyance when I too miss the "v" key and press the "c" key instead. Indeed, WTF were they thinking!?! I started using BRIEF (Basic Reconfigurable Interactive Editing Facility) in the late 80's and it's keyboard shortcuts have stuck with me ever since. Cut-Copy-Paste are such fundamental operations they demand a single key all their own; none of this rubbish multi-finger pinky-x, pinky-c, and pink-v!
Insert ==> Edit|Paste Keypad + ==> Edit|Copy Keypad - ==> Edit|Cut
Simple, intuitive, and since I do far more copying than cutting, they used the enlarged "+" key on the numeric keypad to give your finger an ample target. Brief was (is) a brilliant editor and it's ideas have stood the test of time IMNSHO.Cheers, Mike Fidler "I intend to live forever - so far, so good." Steven Wright "I almost had a psychic girlfriend but she left me before we met." Also Steven Wright
I loved B.R.I.E.F. It was made my Underware Software (seriously). The thing I really miss about the old editors was that they could edit HUGE files that would not fit into all available memory. I needed that just yesterday! Notepad refused to load a 1.9gig text file on a 64bit OS with 4gigs of free memory! BRIEF had a great macro language as well. I wrote a macro to provide popup context menus for the different C structs <-> DB mappings we used on a series of projects. It was like intellisense 0.1. Somewhere along the way, they converted the macro language from a LISP-like prefix syntax to more of a C syntax. Then the IDEs started coming out and eclipsed* the single purpose editors... *bad pun
-
And it had multiple source "windows", and mouse support, and... I loved it to death - for the first time, you could look at several parts of your code at the same time (Microsoft, are you listening?) I think I still have the original disks and manual in the spare room - but they'll be on 360K floppies (possibly 720, I can't remember) and I don't have anything to read them any more!
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
http://www.briefeditor.com/download.htm[^] Free.
Cheers, Mike Fidler "I intend to live forever - so far, so good." Steven Wright "I almost had a psychic girlfriend but she left me before we met." Also Steven Wright
-
http://www.briefeditor.com/download.htm[^] Free.
Cheers, Mike Fidler "I intend to live forever - so far, so good." Steven Wright "I almost had a psychic girlfriend but she left me before we met." Also Steven Wright
Get thee behind me, Satan! I've got too used to Intellisense, and I'm trying not to install too much old stuff - I still have QuickC for DOS installed, and had to force myself not to install Ami Pro '97 on this PC (because it was a much, much better work processor than Word is, even now...) Nooooo.....I won't do it....I won't....I'll just download it in case I need it later, honest....
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
I loved B.R.I.E.F. It was made my Underware Software (seriously). The thing I really miss about the old editors was that they could edit HUGE files that would not fit into all available memory. I needed that just yesterday! Notepad refused to load a 1.9gig text file on a 64bit OS with 4gigs of free memory! BRIEF had a great macro language as well. I wrote a macro to provide popup context menus for the different C structs <-> DB mappings we used on a series of projects. It was like intellisense 0.1. Somewhere along the way, they converted the macro language from a LISP-like prefix syntax to more of a C syntax. Then the IDEs started coming out and eclipsed* the single purpose editors... *bad pun
TextPad ... :doh:
-
There's been a niggle with VS for me for a while: I use CTRL+C and CTRL+V to copy and paste, but they are close together and occasionally I get a Copy when I wanted a Paste. Normally I just sigh, and go back to copy it again - but it annoys me a little when I'm on a blank line with nothing selected, and the Paste operation copies the blank line to the clipboard. Why? Why do that? Well, it's deliberate: there's an option to specifically do that.
Tools -> Options -> Text Editor -> All Languages -> General ... "Apply Cut or Copy commands to blank lines when there is no selection"
And for whatever reason the default state is "Yes, copy a damn blank line to the clipboard when there is no selection". Why, Microsoft? Why? :doh:
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
LOL, you're right! I just turned it off. I've always wondered about that one, been bitten several times. Thanks for the tip!
-
There's been a niggle with VS for me for a while: I use CTRL+C and CTRL+V to copy and paste, but they are close together and occasionally I get a Copy when I wanted a Paste. Normally I just sigh, and go back to copy it again - but it annoys me a little when I'm on a blank line with nothing selected, and the Paste operation copies the blank line to the clipboard. Why? Why do that? Well, it's deliberate: there's an option to specifically do that.
Tools -> Options -> Text Editor -> All Languages -> General ... "Apply Cut or Copy commands to blank lines when there is no selection"
And for whatever reason the default state is "Yes, copy a damn blank line to the clipboard when there is no selection". Why, Microsoft? Why? :doh:
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
To empty the clipboard.
-
There's been a niggle with VS for me for a while: I use CTRL+C and CTRL+V to copy and paste, but they are close together and occasionally I get a Copy when I wanted a Paste. Normally I just sigh, and go back to copy it again - but it annoys me a little when I'm on a blank line with nothing selected, and the Paste operation copies the blank line to the clipboard. Why? Why do that? Well, it's deliberate: there's an option to specifically do that.
Tools -> Options -> Text Editor -> All Languages -> General ... "Apply Cut or Copy commands to blank lines when there is no selection"
And for whatever reason the default state is "Yes, copy a damn blank line to the clipboard when there is no selection". Why, Microsoft? Why? :doh:
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
VS 6.0 had the much more useful option: Enable copy without selection. One of the first things I did after each installation was switching off this option. This way I was protected from almost all accidental copying. I was quite mad when I discovered they changed the option to only apply to empty lines in later versions. :mad: I don't even bother to change the setting nowadays, because most of the time when I want to paste, the cursor is on a non-empty line making the option worthless to me.
The good thing about pessimism is, that you are always either right or pleasently surprised.
-
There's been a niggle with VS for me for a while: I use CTRL+C and CTRL+V to copy and paste, but they are close together and occasionally I get a Copy when I wanted a Paste. Normally I just sigh, and go back to copy it again - but it annoys me a little when I'm on a blank line with nothing selected, and the Paste operation copies the blank line to the clipboard. Why? Why do that? Well, it's deliberate: there's an option to specifically do that.
Tools -> Options -> Text Editor -> All Languages -> General ... "Apply Cut or Copy commands to blank lines when there is no selection"
And for whatever reason the default state is "Yes, copy a damn blank line to the clipboard when there is no selection". Why, Microsoft? Why? :doh:
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
+5 Thanks, I missed that. And yes, Why, Micrpsoft? Why?
Gus Gustafson
-
Even more bizarre is that someone had the foresight to make that behavior configurable. Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!
What's bizarre is why y'all are making such a deal of it. It's a FEATURE. You put your cursor on any line (w/out selecting anything) and Ctrl-C copies the whole line. That's useful. No mouse necessary. You DO know that VS has unlimited memory on the clipboard, right? If you accidentally copy something when you meant to paste, just Ctrl-Shift-V a couple times and VS will cycle back through your recent clipboard items. Easy workaround to your stated problem. Chill. No smoking necessary.
-
What's bizarre is why y'all are making such a deal of it. It's a FEATURE. You put your cursor on any line (w/out selecting anything) and Ctrl-C copies the whole line. That's useful. No mouse necessary. You DO know that VS has unlimited memory on the clipboard, right? If you accidentally copy something when you meant to paste, just Ctrl-Shift-V a couple times and VS will cycle back through your recent clipboard items. Easy workaround to your stated problem. Chill. No smoking necessary.
kdmote wrote:
just Ctrl-Shift-V a couple times and VS will cycle back through your recent clipboard items.
Huh, no I didn't know that! Caveman Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!
-
There's been a niggle with VS for me for a while: I use CTRL+C and CTRL+V to copy and paste, but they are close together and occasionally I get a Copy when I wanted a Paste. Normally I just sigh, and go back to copy it again - but it annoys me a little when I'm on a blank line with nothing selected, and the Paste operation copies the blank line to the clipboard. Why? Why do that? Well, it's deliberate: there's an option to specifically do that.
Tools -> Options -> Text Editor -> All Languages -> General ... "Apply Cut or Copy commands to blank lines when there is no selection"
And for whatever reason the default state is "Yes, copy a damn blank line to the clipboard when there is no selection". Why, Microsoft? Why? :doh:
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
OriginalGriff wrote:
Why, Microsoft? Why? :doh:
I've been observing that for decades. I've concluded that its part of a secret Programmer Works Initiative campaign they're running. They make poor design choices and poor choices of defaults simply to keep more of us employed. Its working. Thanks Microsoft. This is a joke. This is only a joke. Had this been a serious posting... :)
We can program with only 1's, but if all you've got are zeros, you've got nothing.
-
IIRC, copy only ever did anything at all if there was a selection - and most apps work that way even today. The whole idea of copy working on non-selected data is bad, I think - but I wish it worked in MS error message boxes where you can't select anything anyway! :laugh:
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
Using copy on a line with nothing selected actually copies the whole line including CRLF; pasting that puts the whole line you just blank-copied above the line where your cursor is sitting. SSMS, VS and Sublime all do it and it's pretty nice once you get the hang of it. Feel your pain on the MS error boxes though :wtf:
-
There's been a niggle with VS for me for a while: I use CTRL+C and CTRL+V to copy and paste, but they are close together and occasionally I get a Copy when I wanted a Paste. Normally I just sigh, and go back to copy it again - but it annoys me a little when I'm on a blank line with nothing selected, and the Paste operation copies the blank line to the clipboard. Why? Why do that? Well, it's deliberate: there's an option to specifically do that.
Tools -> Options -> Text Editor -> All Languages -> General ... "Apply Cut or Copy commands to blank lines when there is no selection"
And for whatever reason the default state is "Yes, copy a damn blank line to the clipboard when there is no selection". Why, Microsoft? Why? :doh:
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
I regularly use cut without a selection as the most convenient way to delete a line, blank or not. It's faster than selecting and deleting. Copy less so (on a blank line) but it's consistent with cut. I use copy on non blank lines a lot though. As for the Shift+insert etc keys, I believe their longevity is linked to their utility for left handers (use the left hand for the mouse). Despite using them back in the DOS days, I really burnt their use in to my brain when I had to swap my mouse hand.