473,378 Members | 1,531 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Major Whidbey complaint (!)


I know that this thing is pre-beta, so I'm hoping there's still time for
you to change the defaults for text formatting options in the IDE (C#
section).

One of my least favorite things about installing a Microsoft product,
take MS Word for example, is turning *off* all of the features that are on
by default [office assistance, auto-correct, etc]. These features are great
if you need them. If you don't need them, they just make the product harder
to use. At least with Word, I have the option to nix Office Assistant at
install-time and turn off auto-correct by unchecking a series of checkboxes.

...but Whidbey is much worse. You (MSFT) have turned on so many nonsense
auto-formatting features *by default* that the simple act of writing code
becomes a major chore because the user has to manually "undo" the
autoformats of Visual Studio. I can't type a single line of code (not a
for/foreach, nor even a simple method call) without VS adding spaces, line
breaks, indents, etc. to my code. These things should all be turned OFF by
default. It wouldn't be so bad if the user could quickly turn this stuff off
as in VS2003, but you've added *SO MANY FRIGGIN AUTO-FORMAT OPTIONS* -- some
of which are buried in other FOLDERs full of auto-format options, that it
becomes a real pain to bring a level of sanity and predictability back to
the code editor... and some of the odd autoformatting word-wrapping
"features" for method calls don't appear to have an "off" mode. I know this
thing is pre-beta which means it's unsupported so I don't expect an official
response or anything from MSFT -- but I hope someone at MSFT will fix this
before your official release or you're going to be in for a world of
complaints from users. It would be a shame to ruin an otherwise fantastic
product with such a goofy unpredictable text editor.

Jul 21 '05 #1
12 1358
For others that might be experiencing the same problem:

Under Tools|Options|Text Editor|C#|Miscellaneous|Automatic Actions, there is
a checkbox labeled:

"Automatically format completed constructs and pasted source"

If this is unchecked, a lot of the autoformatting problems go away. Changing
the "tab mode" from "smart" to "block" fixes some problems too. My
recommendation would be to change the text of that checkbox option to "Use
Autoformat" and place it in a more easy-to-find place. It should probably be
on the main TextEditor screen instead of buried in a "Misc." section. If you
insist on hiding this option in the "Misc." section, it would be helpful if
this box were unchecked by default.

"Lecture Snoddddgrass" <ma***@hamburg.fry> wrote in message
news:u4**************@tk2msftngp13.phx.gbl...

I know that this thing is pre-beta, so I'm hoping there's still time for you to change the defaults for text formatting options in the IDE (C#
section).

One of my least favorite things about installing a Microsoft product,
take MS Word for example, is turning *off* all of the features that are on
by default [office assistance, auto-correct, etc]. These features are great if you need them. If you don't need them, they just make the product harder to use. At least with Word, I have the option to nix Office Assistant at
install-time and turn off auto-correct by unchecking a series of checkboxes.
...but Whidbey is much worse. You (MSFT) have turned on so many nonsense auto-formatting features *by default* that the simple act of writing code
becomes a major chore because the user has to manually "undo" the
autoformats of Visual Studio. I can't type a single line of code (not a
for/foreach, nor even a simple method call) without VS adding spaces, line
breaks, indents, etc. to my code. These things should all be turned OFF by
default. It wouldn't be so bad if the user could quickly turn this stuff off as in VS2003, but you've added *SO MANY FRIGGIN AUTO-FORMAT OPTIONS* -- some of which are buried in other FOLDERs full of auto-format options, that it
becomes a real pain to bring a level of sanity and predictability back to
the code editor... and some of the odd autoformatting word-wrapping
"features" for method calls don't appear to have an "off" mode. I know this thing is pre-beta which means it's unsupported so I don't expect an official response or anything from MSFT -- but I hope someone at MSFT will fix this
before your official release or you're going to be in for a world of
complaints from users. It would be a shame to ruin an otherwise fantastic
product with such a goofy unpredictable text editor.

Jul 21 '05 #2
"Lecture Snoddddgrass" <ma***@hamburg.fry> wrote in message
news:u4**************@tk2msftngp13.phx.gbl...
I know that this thing is pre-beta, so I'm hoping there's still time for you to change the defaults for text formatting options in the IDE (C#
section).


It's best to discuss this in the Whidbey groups that are monitored by MS
people who are actually in a position to do something about it...

-- Alan
Jul 21 '05 #3
> It's best to discuss this in the Whidbey groups that are monitored by MS
people who are actually in a position to do something about it...


Where are they? I couldn't find one. Searching on "Whidbey" on the
msnews.microsoft.com server turns up no groups...
Jul 21 '05 #4
"Lecture Snoddddgrass" <ma***@hamburg.fry> wrote in message
news:Oi**************@TK2MSFTNGP11.phx.gbl...
It's best to discuss this in the Whidbey groups that are monitored by MS
people who are actually in a position to do something about it...


Where are they? I couldn't find one. Searching on "Whidbey" on the
msnews.microsoft.com server turns up no groups...


It's at privatenews.microsoft.com instead of the regular newserver.

See:
http://communities.microsoft.com/new...elcomePage.htm

-- Alan
Jul 21 '05 #5
First, I think that you should post this on the Whidbey private newsgroup
rather than on this one. A lot of people here don't know about Whidbey (and
did not sign NDAs, etc.)

Personnally, I think that these auto-formatting features are great, because
a lot of a programmers are lousy about punctuation, spaces, etc. and these
features help enforcing a common layout / style across team members. It
makes it easier for someone to review and maintain code that has been
written by someone else.

Also the UI to configure these options is probably not final. I have read
somewhere (probably on the private newsgroup) that they have other ideas to
configure this (a great one would be a system that analyzes a piece of code
and infers the rules from it).

Bruno.

"Lecture Snoddddgrass" <ma***@hamburg.fry> a écrit dans le message de
news:u4**************@tk2msftngp13.phx.gbl...

I know that this thing is pre-beta, so I'm hoping there's still time for you to change the defaults for text formatting options in the IDE (C#
section).

One of my least favorite things about installing a Microsoft product,
take MS Word for example, is turning *off* all of the features that are on
by default [office assistance, auto-correct, etc]. These features are great if you need them. If you don't need them, they just make the product harder to use. At least with Word, I have the option to nix Office Assistant at
install-time and turn off auto-correct by unchecking a series of checkboxes.
...but Whidbey is much worse. You (MSFT) have turned on so many nonsense auto-formatting features *by default* that the simple act of writing code
becomes a major chore because the user has to manually "undo" the
autoformats of Visual Studio. I can't type a single line of code (not a
for/foreach, nor even a simple method call) without VS adding spaces, line
breaks, indents, etc. to my code. These things should all be turned OFF by
default. It wouldn't be so bad if the user could quickly turn this stuff off as in VS2003, but you've added *SO MANY FRIGGIN AUTO-FORMAT OPTIONS* -- some of which are buried in other FOLDERs full of auto-format options, that it
becomes a real pain to bring a level of sanity and predictability back to
the code editor... and some of the odd autoformatting word-wrapping
"features" for method calls don't appear to have an "off" mode. I know this thing is pre-beta which means it's unsupported so I don't expect an official response or anything from MSFT -- but I hope someone at MSFT will fix this
before your official release or you're going to be in for a world of
complaints from users. It would be a shame to ruin an otherwise fantastic
product with such a goofy unpredictable text editor.

Jul 21 '05 #6
I couldn't agree more with Mr. Snoddddgrass's comments.
Try writing w3c standards (X)HTML and the Visual Studio.NET IDE will mangle
your code when you switch from design view to HTML view. Scott Guthrie has
indicated that this will be fixed in Whidbey. Aside from that, I would also
like to see the ability to at least turn off ANY and ALL formatting. This
currently isn't available, as I previously mentioned.

I tried connecting to privatenews.microsoft.com, and it requires a login.
Anyone know what this login should be, or is it only open to people trying
out the new software??

Respectfully,

Todd Acheson
"Lecture Snoddddgrass" <ma***@hamburg.fry> wrote in message
news:u4**************@tk2msftngp13.phx.gbl...

I know that this thing is pre-beta, so I'm hoping there's still time for you to change the defaults for text formatting options in the IDE (C#
section).

One of my least favorite things about installing a Microsoft product,
take MS Word for example, is turning *off* all of the features that are on
by default [office assistance, auto-correct, etc]. These features are great if you need them. If you don't need them, they just make the product harder to use. At least with Word, I have the option to nix Office Assistant at
install-time and turn off auto-correct by unchecking a series of checkboxes.
...but Whidbey is much worse. You (MSFT) have turned on so many nonsense auto-formatting features *by default* that the simple act of writing code
becomes a major chore because the user has to manually "undo" the
autoformats of Visual Studio. I can't type a single line of code (not a
for/foreach, nor even a simple method call) without VS adding spaces, line
breaks, indents, etc. to my code. These things should all be turned OFF by
default. It wouldn't be so bad if the user could quickly turn this stuff off as in VS2003, but you've added *SO MANY FRIGGIN AUTO-FORMAT OPTIONS* -- some of which are buried in other FOLDERs full of auto-format options, that it
becomes a real pain to bring a level of sanity and predictability back to
the code editor... and some of the odd autoformatting word-wrapping
"features" for method calls don't appear to have an "off" mode. I know this thing is pre-beta which means it's unsupported so I don't expect an official response or anything from MSFT -- but I hope someone at MSFT will fix this
before your official release or you're going to be in for a world of
complaints from users. It would be a shame to ruin an otherwise fantastic
product with such a goofy unpredictable text editor.

Jul 21 '05 #7
"Bruno Jouhier [MVP]" <bj******@club-internet.fr> wrote in message
news:OM**************@TK2MSFTNGP10.phx.gbl...
Personnally, I think that these auto-formatting features are great, because a lot of a programmers are lousy about punctuation, spaces, etc. and these
features help enforcing a common layout / style across team members. It
makes it easier for someone to review and maintain code that has been
written by someone else.
any system of this sort should be fully user-configurable (and i mean
*FULLY*!) it doesn't help me enforce a common code-formatting style across
my team if it's only capable of enforcing a style we don't use!

Also the UI to configure these options is probably not final. I have read
somewhere (probably on the private newsgroup) that they have other ideas to configure this (a great one would be a system that analyzes a piece of code and infers the rules from it).


never happen. despite best intentions, it'd wind up being a tool that
analyzes a block of your code, then winds up formatting everything else the
way it damn well pleases, anyway! ;-)
Jul 21 '05 #8
"Todd Acheson" <ta******@questared.com> wrote in message
news:u5**************@TK2MSFTNGP09.phx.gbl...
I tried connecting to privatenews.microsoft.com, and it requires a login.
Anyone know what this login should be, or is it only open to people trying
out the new software??


Read this:

http://communities.microsoft.com/new...elcomePage.htm
Jul 21 '05 #9
On Mon, 22 Dec 2003 07:51:54 -0600, Todd Acheson wrote:
I tried connecting to privatenews.microsoft.com, and it requires a login.
Anyone know what this login should be, or is it only open to people trying
out the new software??


Check out the link in the other post, it gives all the details.

--
Chris

To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
address.
Jul 21 '05 #10
Well, the Whidbey one is really *FULLY* configurable (you have *a lot* more
options than in Visual Studio 2003). You are actually overwhelmed by
options, which is why the configuration UI probably needs a bit more work.

"lover" <microsoft rulez!> a écrit dans le message de
news:eU**************@TK2MSFTNGP11.phx.gbl...
"Bruno Jouhier [MVP]" <bj******@club-internet.fr> wrote in message
news:OM**************@TK2MSFTNGP10.phx.gbl...
Personnally, I think that these auto-formatting features are great, because
a lot of a programmers are lousy about punctuation, spaces, etc. and these features help enforcing a common layout / style across team members. It
makes it easier for someone to review and maintain code that has been
written by someone else.


any system of this sort should be fully user-configurable (and i mean
*FULLY*!) it doesn't help me enforce a common code-formatting style

across my team if it's only capable of enforcing a style we don't use!

Also the UI to configure these options is probably not final. I have read somewhere (probably on the private newsgroup) that they have other ideas to
configure this (a great one would be a system that analyzes a piece of

code
and infers the rules from it).


never happen. despite best intentions, it'd wind up being a tool that
analyzes a block of your code, then winds up formatting everything else

the way it damn well pleases, anyway! ;-)

Jul 21 '05 #11
'overwhelmed by options'

i like the sound of that! =)

"Bruno Jouhier [MVP]" <bj******@club-internet.fr> wrote in message
news:uj**************@tk2msftngp13.phx.gbl...
Well, the Whidbey one is really *FULLY* configurable (you have *a lot* more options than in Visual Studio 2003). You are actually overwhelmed by
options, which is why the configuration UI probably needs a bit more work.

Jul 21 '05 #12
lover wrote:
'overwhelmed by options'

i like the sound of that! =)

"Bruno Jouhier [MVP]" <bj******@club-internet.fr> wrote in message
news:uj**************@tk2msftngp13.phx.gbl...
Well, the Whidbey one is really *FULLY* configurable (you have *a lot*


more
options than in Visual Studio 2003). You are actually overwhelmed by
options, which is why the configuration UI probably needs a bit more work.


If only they could get the same ammount of options for C++, then I'd be
happy too. :-)

Jeroen-bart Engelen

Jul 21 '05 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

18
by: PC Datasheet | last post by:
On 10/31 I responded to a post, "How Do I Set Up A Small Business Database", by 78cryj in the MS.Public.Access.TablesDesign newsgroup . The poster requested help " ...if you know any database...
188
by: christopher diggins | last post by:
I have posted a C# critique at http://www.heron-language.com/c-sharp-critique.html. To summarize I bring up the following issues : - unsafe code - attributes - garbage collection -...
0
by: RedSherlock | last post by:
Is there a built in value I can use in a "#if . . ." clause to determine if I'm compiling in VS.Net Whidbey? The compiler is complaining about a few API calls that are valid and legal in VS.Net...
3
by: mt | last post by:
Where can I access the Page_Load event in Whidbey for a C# ASP.NET website? Since the partial class has been introduced, I'm not sure where I should be putting page load events. Thanks very...
32
by: Fresh Air Rider | last post by:
Hi I understand that ASP.net 2.0 (Whidbey) is going to reduce coding by 70%. Surely this is going to de-skill or dumb down the developer's task and open up the task of web development to less...
3
by: Doug Holland | last post by:
Hi There I just installed the PDC build of Whidbey onto Windows XP using the 'Web Developer' profile when I installed and was a little surprised to see that it is only ASP.NET projects that I...
0
by: spamfurnace | last post by:
Will Whidbey have the features, of a girl i'd like to meet? Will Whidbey be easy to talk to, and rub my tired feet? Will Whidbey bats it eyes at me, and whisper "Baby, your so sweet". Will...
5
by: rogsonl | last post by:
My computer was moved last week, and the company changed the network groups we work on. As a result, one of the main benefits from Whidbey (database connectivity) no longer works. Situation: 1....
12
by: Lecture Snoddddgrass | last post by:
I know that this thing is pre-beta, so I'm hoping there's still time for you to change the defaults for text formatting options in the IDE (C# section). One of my least favorite things about...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.