all groups > visual studio .net ide > february 2004 >
You're in the

visual studio .net ide

group:

VS.NET Report Card



VS.NET Report Card Michael T
2/28/2004 11:34:05 AM
visual studio .net ide: I would appreciate any input as to why the Edit & Continue for VS.NET does
not seem as fully functional as it was in VC++ 6.0.

For example my "Output" pane disappears and I can no longer see TRACE
messages following an Edit & Continue.

And secondly Edit & Continue seems less able to process the change (i.e.
actually do the edit - then continue on) than it was in VC++ 6.0. My
recollection is that in 6.0 it was seldom the case that Edit & Continue was
unable to process the edited code and continue on. Perhaps I am wrong on
this.

Having used VC.NET for several months now (after using VC++ for the last 10
years beginning with version 1.0), I would give in an A+ for some of the new
features and A+ for fixing some of the problems/annoyances that have been
with us awhile.

But the changes to some features such as 'pane management, lack of a Class
Wizard and being unable to tile two source files horizontally (or
vertically) deserves no better than a C+. For example, I still have
difficulty managing the adding of message handlers (and especially deleting
them) since Class Wizard was phased out.

Finally as a humorous aside "What in the world does deprecated mean?" I have
yet to find a decent definition.

What do the rest of you think?

Michael


Re: VS.NET Report Card Julie J.
2/28/2004 11:19:03 PM
[quoted text, click to view]

don't-use-this-feature-because-there-is-a-newer-better-way-to-do-it-now


[quoted text, click to view]
Re: VS.NET Report Card Julie
2/29/2004 8:18:32 AM
I was answering the question about what deprecated means.

Regarding e&c in vs.net -- support and functionality is weak. The current
'line' from MS and crew is "wait for whidbey", however it isn't all that clear
how much better (if at all) e&c support will be.

[quoted text, click to view]
Re: VS.NET Report Card Francisco
2/29/2004 8:45:58 AM
Julie,
would you like to elaborate on how you achieve edit and continue, in vs 2003
Francisco


[quoted text, click to view]

Re: VS.NET Report Card harry_bosch
2/29/2004 10:57:52 AM
[quoted text, click to view]

You can get the old MDI behavior through Tools/Options/Environment/General.
Select "MDI environment" and it should be similar to or just like VC6 for
tiling windows, etc.

[quoted text, click to view]

You've no doubt discovered that it is to be done through Properties now.
I'm not a big-time MFC guy, so it hasn't affected me greatly, but in the
few MFC projects I've done, I found the new method workable enough.

I quit using some of the new features because they would create
bogus/incorrect code (such as adding a variable to a class). Once I find a
feature misbehaving, I quit using it, otherwise I must always remember to
go back and check that it was done correctly. Might as well do it myself
when it gets that way, and know that it's right. Imagine a text editor
that, 1 out of every 10 times, didn't save your file correctly. You'd soon
quit using it, wouldn't you? That's exactly how I feel about some of the
features in VS.NET. They might work 9 out of 10 times, but it's not worth
the trouble of always having to check if this was that one time that it
won't perform correctly.

[quoted text, click to view]

Questions such as this have been deprecated in this forum :-)

--
Re: VS.NET Report Card Michael T
2/29/2004 11:56:18 AM
[quoted text, click to view]

I got a good chuckle.

Seriously though, it would have been helpful if when you highlight "warning
C4996" (see error message below) - then press the F1 key to access the Help
file there would have been a definition for 'deprecated'.

warning C4996: 'CWinApp::Enable3dControlsStatic' was declared deprecated

Oh well I still find this IDE makes my job oh so pleasant. Especially since
I work with several embedded developers (which I used to be in the 1980s)
who don't have near the robust environment.

Finally - kudos to you and Julie for the feedback.

Michael



Re: VS.NET Report Card harry_bosch
3/1/2004 3:30:45 PM
[quoted text, click to view]

It seems to be a term that has been accepted industry-wide, so we're all
supposed to know what it means :-) Actually, I think a good dictionary
would help someone work out what it does mean, with the warning that the
tech industry often borrows terms and does not use them in their original
sense. One might have to work out some examples for a while before some
terms clicked (but I think the standard definition of 'deprecated' is not
so far off).

I have another one: what on earth is "pragma" supposed to mean? :-)

--
Re: VS.NET Report Card Francisco
3/5/2004 3:43:12 PM
It is supposed to bring you calm and good fortune -- but only if you know
how to use it
:)

Francisco



[quoted text, click to view]

Re: VS.NET Report Card Ed Kaim [MSFT]
3/5/2004 10:06:11 PM
Only native E&C is supported in VS03, but Whidbey will provide E&C for
managed code.

[quoted text, click to view]

Re: VS.NET Report Card Dr. Jack
4/1/2004 3:52:50 PM
"> But the changes to some features such as 'pane management, lack of a
Class
[quoted text, click to view]

As someone else pointed out you can get the old MDI interface back if you
want, but you can also get similar, but more flexible behavior using tabbed
views.

Simply drag a tab out of the window it's in and you create a new docking
window, either below, or along side. You can then drag other tabs into that
window. I find it handy to to have a window containing tabs for the .h
files and another window for the .cpp files. Much easier than shuffling
MDI windows around.


AddThis Social Bookmark Button