473,770 Members | 5,091 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1395
For others that might be experiencing the same problem:

Under Tools|Options|T ext Editor|C#|Misce llaneous|Automa tic Actions, there is
a checkbox labeled:

"Automatica lly 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******** ******@tk2msftn gp13.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******** ******@tk2msftn gp13.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.microsof t.com server turns up no groups...
Jul 21 '05 #4
"Lecture Snoddddgrass" <ma***@hamburg. fry> wrote in message
news:Oi******** ******@TK2MSFTN GP11.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.microsof t.com server turns up no groups...


It's at privatenews.mic rosoft.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******** ******@tk2msftn gp13.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.mic rosoft.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******** ******@tk2msftn gp13.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******@clu b-internet.fr> wrote in message
news:OM******** ******@TK2MSFTN GP10.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******@quest ared.com> wrote in message
news:u5******** ******@TK2MSFTN GP09.phx.gbl...
I tried connecting to privatenews.mic rosoft.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.mic rosoft.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

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

Similar topics

18
2070
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 programmer that will charge me less please let me know!!" Kevin Hill of 3NF Consulting responded "Feel free to hit my link below, or the link of any of the other frequent posters in these fora..." and I responded in kind asking the poster to contact...
188
7253
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 - non-deterministic destructors - Objects can't exist on the stack - Type / Reference Types
0
927
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 2003, but are not under Whidbey (The complaint is correct, there are some API's that take Int32 values rather than IntPtrs in the 1.1 framework. These have, apparently, been corrected in the new version of the framework. Re
3
1325
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 much!
32
2268
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 qualified and trained staff. Tell me if I'm wrong.
3
1205
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 have available and now wishing I'd chosen 'C# Developer' which probably displays all project type ... how do I switch profiles in VS.NET Whidbey???? Secondly what happened to Microsoft telling us that code
0
1217
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 Whidbey have a body to die for, and look hot as hell wrapped only in a sheet. Will Whidbey have construction workers whistling at it if i tucked under my arm and walked it down the street. Will Whidbey make me feel like a man, and have all other IDE...
5
2884
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. I open a new project based on a windows form 2. I click on "data" and then "Add New Data Source" then I click on next within the wizard 3. I have 3 choices Database, Local Database, Web service and Object. 4. I choose Database, click next and get...
12
330
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 installing a Microsoft product, take MS Word for example, is turning *off* all of the features that are on by default . 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,...
0
9591
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9425
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10057
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8883
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7415
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6676
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5312
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3970
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2816
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.