Creators of VS 2005, you're doing a heck of a job!
-
When you drag and drop the project file onto the VS.NET (2002,2003 and now 2005), you get a message: Project files cannot be dropped onto Visual Studio. They must be opened via the File menu. Does anybody else think this is stupid? Why giving me a shitty message box instead of just opening the darn file? WTF!?
-
When you drag and drop the project file onto the VS.NET (2002,2003 and now 2005), you get a message: Project files cannot be dropped onto Visual Studio. They must be opened via the File menu. Does anybody else think this is stupid? Why giving me a shitty message box instead of just opening the darn file? WTF!?
pc128 wrote:
Does anybody else think this is stupid?
Yes. In fact, while i've had VS crash on me, lock up on me, chew up massive amounts of memory and then lose project files, none of those bug me as much as that one, stupid, error message. It represents everything that was unnecessarily broken in the move from VS6 to VS2k1, and that is why my ultimate goal as a programmer now is to reach a position where i can find myself in a small, locked, windowless room with a lighter, a large cigar, and the person responsible for that error message. :|
---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums
-
pc128 wrote:
Does anybody else think this is stupid?
Yes. In fact, while i've had VS crash on me, lock up on me, chew up massive amounts of memory and then lose project files, none of those bug me as much as that one, stupid, error message. It represents everything that was unnecessarily broken in the move from VS6 to VS2k1, and that is why my ultimate goal as a programmer now is to reach a position where i can find myself in a small, locked, windowless room with a lighter, a large cigar, and the person responsible for that error message. :|
---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums
Yeah, that's pretty annoying, though not as annoying as IE's message, when you download something to the desktop, and it shows that dialog where you can open the folder, and when you choose open, it says it's on the desktop! X| Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
The Ultimate Grid - The #1 MFC grid out there! -
Yeah, that's pretty annoying, though not as annoying as IE's message, when you download something to the desktop, and it shows that dialog where you can open the folder, and when you choose open, it says it's on the desktop! X| Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
The Ultimate Grid - The #1 MFC grid out there!I'd forgotten about that one, as the browser i use now has no qualms about showing me the desktop. But yeah, that was pretty bad - like two clicks won't open "My Documents" and navigate up to the desktop, right? Dumb...
---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums
-
pc128 wrote:
Does anybody else think this is stupid?
Yes. In fact, while i've had VS crash on me, lock up on me, chew up massive amounts of memory and then lose project files, none of those bug me as much as that one, stupid, error message. It represents everything that was unnecessarily broken in the move from VS6 to VS2k1, and that is why my ultimate goal as a programmer now is to reach a position where i can find myself in a small, locked, windowless room with a lighter, a large cigar, and the person responsible for that error message. :|
---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums
Shog9 wrote:
a lighter, a large cigar
A lighter, a large cigar, and sufficient accelerant-of-your-choice. You don't want to just hurt them; you want to make an example of them.
Software Zen:
delete this;
-
pc128 wrote:
Does anybody else think this is stupid?
Yes. In fact, while i've had VS crash on me, lock up on me, chew up massive amounts of memory and then lose project files, none of those bug me as much as that one, stupid, error message. It represents everything that was unnecessarily broken in the move from VS6 to VS2k1, and that is why my ultimate goal as a programmer now is to reach a position where i can find myself in a small, locked, windowless room with a lighter, a large cigar, and the person responsible for that error message. :|
---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums
I hesitate to ask an inane question, but here goes: In VS2005, have they finally fixed the broken block-indent/outdent feature in the text editor? In VC6, you could select several lines of text that were spaced with a combination of tabs and spaces, and it would indent/outdent them appropriately. Everything spaced right or left, and the relative alignment between the lines was maintained. In VS2002 and VS2003, that functionality was broken. Any combination of tabs and spaces was simply replaced with a number of tabs. The end result was your text was misaligned, which just pisses me off :mad:. I haven't been able to install VS2005 yet, so I haven't been able to try it out for myself.
Software Zen:
delete this;
-
I hesitate to ask an inane question, but here goes: In VS2005, have they finally fixed the broken block-indent/outdent feature in the text editor? In VC6, you could select several lines of text that were spaced with a combination of tabs and spaces, and it would indent/outdent them appropriately. Everything spaced right or left, and the relative alignment between the lines was maintained. In VS2002 and VS2003, that functionality was broken. Any combination of tabs and spaces was simply replaced with a number of tabs. The end result was your text was misaligned, which just pisses me off :mad:. I haven't been able to install VS2005 yet, so I haven't been able to try it out for myself.
Software Zen:
delete this;
Donno - i use spaces for indentation, and that's our coding standard here. I haven't noticed any problems with it (though i haven't bothered to figure out if there's a replacement for the VS6 Format Selection that works for C++).
---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums
-
Donno - i use spaces for indentation, and that's our coding standard here. I haven't noticed any problems with it (though i haven't bothered to figure out if there's a replacement for the VS6 Format Selection that works for C++).
---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums
Here's how broken the damn thing is. Regardless of the number of spaces per tab you've set, regardless of the 'keep tabs' setting, regardless of the 'smart indent' setting, it still doesn't do this one simple thing correctly. Here's an example. Suppose you have text like this:
[tab]if ((a == 1) ||
[tab] (a == 2)) {Select both lines, and press the tab key. The dimwit editor turns it into this:
[tab][tab]if ((a == 1) ||
[tab][tab][tab](a == 1)) {which may or may not look right, depending on the settings.
Software Zen:
delete this;
-
When you drag and drop the project file onto the VS.NET (2002,2003 and now 2005), you get a message: Project files cannot be dropped onto Visual Studio. They must be opened via the File menu. Does anybody else think this is stupid? Why giving me a shitty message box instead of just opening the darn file? WTF!?
pc128 wrote:
Does anybody else think this is stupid?
I think stupid is an understatement. X| It's been there from at least VS 2003, and it makes me scream. That error is *so* L_tus Notes-ish. :mad: Cheers, Vikram.
"When I read in books about a "base class", I figured this was the class that was at the bottom of the inheritence tree. It's the "base", right? Like the base of a pyramid." - Marc Clifton.
-
When you drag and drop the project file onto the VS.NET (2002,2003 and now 2005), you get a message: Project files cannot be dropped onto Visual Studio. They must be opened via the File menu. Does anybody else think this is stupid? Why giving me a shitty message box instead of just opening the darn file? WTF!?
it's a feature. You should try and drop a solution file instead. It works.
-
it's a feature. You should try and drop a solution file instead. It works.
Oh, right - that makes it better. So can i expect VS2008 to introduce even more such "features"? How 'bout not accepting dropped .cpp files either - i know i always wanted to have to open a solution to view those. Or maybe they can introduce some crazy new "metasolution" that wraps up multiple solutions, and only allow those to be dropped... :rolleyes:
---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums
-
Oh, right - that makes it better. So can i expect VS2008 to introduce even more such "features"? How 'bout not accepting dropped .cpp files either - i know i always wanted to have to open a solution to view those. Or maybe they can introduce some crazy new "metasolution" that wraps up multiple solutions, and only allow those to be dropped... :rolleyes:
---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums
Be careful Mr Shog9. Ask and ye shall receive... ;P
Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"
-
When you drag and drop the project file onto the VS.NET (2002,2003 and now 2005), you get a message: Project files cannot be dropped onto Visual Studio. They must be opened via the File menu. Does anybody else think this is stupid? Why giving me a shitty message box instead of just opening the darn file? WTF!?
What would you like it to do? Open the project in a new blank solution, thereby closing the current one? Add the project to the current solution? If you implement either one, you'll frustrate half the community who expects it to do the other. The solution is to frustrate everyone :)
Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"
-
What would you like it to do? Open the project in a new blank solution, thereby closing the current one? Add the project to the current solution? If you implement either one, you'll frustrate half the community who expects it to do the other. The solution is to frustrate everyone :)
Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"
Well, i would be happy with the later (assuming there is actually a solution open). But if they were really interested in not pissing off those poor souls who suffer through life without my work habits, then a message box asking which behavior was desired would still be less annoying than a message box bluntly refusing to do anything.
---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums
-
Well, i would be happy with the later (assuming there is actually a solution open). But if they were really interested in not pissing off those poor souls who suffer through life without my work habits, then a message box asking which behavior was desired would still be less annoying than a message box bluntly refusing to do anything.
---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums
I agree. Especially if you could default the message box choice in the options somewhere.
Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"
-
When you drag and drop the project file onto the VS.NET (2002,2003 and now 2005), you get a message: Project files cannot be dropped onto Visual Studio. They must be opened via the File menu. Does anybody else think this is stupid? Why giving me a shitty message box instead of just opening the darn file? WTF!?
"A document with the name 'foo.xls' is already open. You cannot open two documents with the same name, even if the documents are in different folders." First, why the utterly retarded limitation, second, the documents have the same name, how the hell can they not be in different folders.
"Time sneaks up on you like a windshield on a bug."
- John Lithgow -
pc128 wrote:
Does anybody else think this is stupid?
Yes. In fact, while i've had VS crash on me, lock up on me, chew up massive amounts of memory and then lose project files, none of those bug me as much as that one, stupid, error message. It represents everything that was unnecessarily broken in the move from VS6 to VS2k1, and that is why my ultimate goal as a programmer now is to reach a position where i can find myself in a small, locked, windowless room with a lighter, a large cigar, and the person responsible for that error message. :|
---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums
Shog9 wrote:
my ultimate goal as a programmer now is to reach a position where i can find myself in a small, locked, windowless room with a lighter, a large cigar, and the person responsible for that error message.
A large, heavy stick might be handy to have on such an occasion, too. Just in case you run out of cigar before you're done doing the Lord's business. "...a photo album is like Life, but flat and stuck to pages." - Shog9
-
"A document with the name 'foo.xls' is already open. You cannot open two documents with the same name, even if the documents are in different folders." First, why the utterly retarded limitation, second, the documents have the same name, how the hell can they not be in different folders.
"Time sneaks up on you like a windshield on a bug."
- John LithgowBruce Duncan wrote:
why the utterly retarded limitation
VBA.
workbook = Application.Workbooks["Book1.xls"]
- The VBA calls don't refer to paths - just the file name.Bruce Duncan wrote:
the documents have the same name, how the hell can they not be in different folders.
I'm stumped :)
Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"
-
it's a feature. You should try and drop a solution file instead. It works.
You can open a project file from the menu without a solution, so why not drag and drop? Jeremy Falcon
-
it's a feature. You should try and drop a solution file instead. It works.
Igor Vigdorchik wrote:
It's not a bug, it's a feature
:laugh: Right said! ;P