J
Jules Winfield
I'm loving VS 2005. These are my questions and comments so far:
BUG: Autoformatting
================
I've turned off virtually all autoformatting, but there is still one place
where it rears it's head even after it's been turned off. Reproduce the
problem as follows:
1) Turn off all autoformatting.
2) Type:
public class Startup{
}
3) Immediately after the opening bracket, insert a line and type "#region"
Notice that VS.NET inserts an additional space before the open paren. It's
easy to manually go up and eliminate the rogue space but since it appears to
be a bug, I wanted to point it out.
BUG (?): Tab Order
==============
As you know, when new code pages are opened, they are opened in their own
tabs -- but for some reason, each new tab that is added appears as the
LEFT-MOST tab in the tab series. It seems like new pages should be appended
to the right. That's the way VS.NET 2003 [and every other tab-based app I've
used works]. Adding the tabs on the left is quite counterintuitive. If this
isn't a bug and was done intentionally, is there a way to revert back to the
traditional behavior via a Tools/Options setting?
QUESTION: Generics
================
Does C# support the concept of a typedef for generics. For example, if I
find myself constructing a lot of List<Bonehead> objects, is there a way to
call this type BoneheadList, for example?
Overall, great job on VS 2005!
cuz my name is,
Jules
BUG: Autoformatting
================
I've turned off virtually all autoformatting, but there is still one place
where it rears it's head even after it's been turned off. Reproduce the
problem as follows:
1) Turn off all autoformatting.
2) Type:
public class Startup{
}
3) Immediately after the opening bracket, insert a line and type "#region"
Notice that VS.NET inserts an additional space before the open paren. It's
easy to manually go up and eliminate the rogue space but since it appears to
be a bug, I wanted to point it out.
BUG (?): Tab Order
==============
As you know, when new code pages are opened, they are opened in their own
tabs -- but for some reason, each new tab that is added appears as the
LEFT-MOST tab in the tab series. It seems like new pages should be appended
to the right. That's the way VS.NET 2003 [and every other tab-based app I've
used works]. Adding the tabs on the left is quite counterintuitive. If this
isn't a bug and was done intentionally, is there a way to revert back to the
traditional behavior via a Tools/Options setting?
QUESTION: Generics
================
Does C# support the concept of a typedef for generics. For example, if I
find myself constructing a lot of List<Bonehead> objects, is there a way to
call this type BoneheadList, for example?
Overall, great job on VS 2005!
cuz my name is,
Jules