473,399 Members | 3,106 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,399 software developers and data experts.

Partials and VSnet

Hi,

Since we will be getting PARTIAL file types, how will the IDE file listing
and class listing highlight this?

Would we have to do workarounds in the filenames to indicate partials
obviously or will the IDE have some kind of visual cue?
Thanks
Nov 15 '05 #1
6 1061
Please post Whidbey related questions to the Whitbey NG's

http://communities.microsoft.com/new...idbey&slcid=us.

Willy.

<di********@discussion.microsoft.com> wrote in message news:e%****************@TK2MSFTNGP09.phx.gbl...
Hi,

Since we will be getting PARTIAL file types, how will the IDE file listing
and class listing highlight this?

Would we have to do workarounds in the filenames to indicate partials
obviously or will the IDE have some kind of visual cue?
Thanks

Nov 15 '05 #2
The IDE never really had an indication. You have two views. The first
is the project view, which displays the files in the project. Now it just
so happens that people use this as a class viewer, because the names of the
files were the same as the names of the classes contained within them.
However, if you want to get a look at a true representation of the classes
in the project, then you have to look at the class view, which will continue
to work the same way.

Hope this helps.

i
<di********@discussion.microsoft.com> wrote in message
news:e%****************@TK2MSFTNGP09.phx.gbl...
Hi,

Since we will be getting PARTIAL file types, how will the IDE file listing and class listing highlight this?

Would we have to do workarounds in the filenames to indicate partials
obviously or will the IDE have some kind of visual cue?
Thanks

Nov 15 '05 #3
Yes but this is NEW right? So the fileview should indicate with some cue
that its a partial class? Like we have the links arrow, why not a partial
file indicator?

You know most people will call theyre files SomeTypePartialA.cs and
SomeTypePartialB.cs or some variation like that.

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:%2****************@TK2MSFTNGP11.phx.gbl...
The IDE never really had an indication. You have two views. The first is the project view, which displays the files in the project. Now it just
so happens that people use this as a class viewer, because the names of the files were the same as the names of the classes contained within them.
However, if you want to get a look at a true representation of the classes
in the project, then you have to look at the class view, which will continue to work the same way.

Hope this helps.

i
<di********@discussion.microsoft.com> wrote in message
news:e%****************@TK2MSFTNGP09.phx.gbl...
Hi,

Since we will be getting PARTIAL file types, how will the IDE file

listing
and class listing highlight this?

Would we have to do workarounds in the filenames to indicate partials
obviously or will the IDE have some kind of visual cue?
Thanks


Nov 15 '05 #4
I don't believe so. What do you mean by the links arrow? Can you show
a screen shot? I confess, I don't know exactly what you are referrring to
when you say that.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

<di********@discussion.microsoft.com> wrote in message
news:eP**************@TK2MSFTNGP11.phx.gbl...
Yes but this is NEW right? So the fileview should indicate with some cue
that its a partial class? Like we have the links arrow, why not a partial
file indicator?

You know most people will call theyre files SomeTypePartialA.cs and
SomeTypePartialB.cs or some variation like that.

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in message news:%2****************@TK2MSFTNGP11.phx.gbl...
The IDE never really had an indication. You have two views. The

first
is the project view, which displays the files in the project. Now it just so happens that people use this as a class viewer, because the names of

the
files were the same as the names of the classes contained within them.
However, if you want to get a look at a true representation of the classes in the project, then you have to look at the class view, which will

continue
to work the same way.

Hope this helps.

i
<di********@discussion.microsoft.com> wrote in message
news:e%****************@TK2MSFTNGP09.phx.gbl...
Hi,

Since we will be getting PARTIAL file types, how will the IDE file

listing
and class listing highlight this?

Would we have to do workarounds in the filenames to indicate partials obviously or will the IDE have some kind of visual cue?
Thanks



Nov 15 '05 #5
A link is displayed when you "LINK" to a file and not "INCLUDE" a .cs file
in a project.

You can see this if you go to "Add existing item.." then where it says
"OPEN" there is a down arrow and there you have "LINK TO". That gives the
arrow.

I was wondering if we had a similar feature for PARTIAL file types.


"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:%2****************@tk2msftngp13.phx.gbl...
I don't believe so. What do you mean by the links arrow? Can you show a screen shot? I confess, I don't know exactly what you are referrring to
when you say that.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

<di********@discussion.microsoft.com> wrote in message
news:eP**************@TK2MSFTNGP11.phx.gbl...
Yes but this is NEW right? So the fileview should indicate with some cue
that its a partial class? Like we have the links arrow, why not a partial
file indicator?

You know most people will call theyre files SomeTypePartialA.cs and
SomeTypePartialB.cs or some variation like that.

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote

in
message news:%2****************@TK2MSFTNGP11.phx.gbl...
The IDE never really had an indication. You have two views. The

first
is the project view, which displays the files in the project. Now it just so happens that people use this as a class viewer, because the names
of the
files were the same as the names of the classes contained within them.
However, if you want to get a look at a true representation of the

classes in the project, then you have to look at the class view, which will

continue
to work the same way.

Hope this helps.

i
<di********@discussion.microsoft.com> wrote in message
news:e%****************@TK2MSFTNGP09.phx.gbl...
> Hi,
>
> Since we will be getting PARTIAL file types, how will the IDE file
listing
> and class listing highlight this?
>
> Would we have to do workarounds in the filenames to indicate partials > obviously or will the IDE have some kind of visual cue?
>
>
> Thanks
>
>



Nov 15 '05 #6
I do not believe there will be, as the types in a file is not related to
the file (except that it is contained in the file). The project explorer
will not have something like this (nor should it, as it is not supposed to
display types in your project, but the files that compose your project).
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

<di********@discussion.microsoft.com> wrote in message
news:%2***************@TK2MSFTNGP09.phx.gbl...
A link is displayed when you "LINK" to a file and not "INCLUDE" a .cs file
in a project.

You can see this if you go to "Add existing item.." then where it says
"OPEN" there is a down arrow and there you have "LINK TO". That gives the
arrow.

I was wondering if we had a similar feature for PARTIAL file types.


"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in message news:%2****************@tk2msftngp13.phx.gbl...
I don't believe so. What do you mean by the links arrow? Can you

show
a screen shot? I confess, I don't know exactly what you are referrring to
when you say that.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

<di********@discussion.microsoft.com> wrote in message
news:eP**************@TK2MSFTNGP11.phx.gbl...
Yes but this is NEW right? So the fileview should indicate with some cue that its a partial class? Like we have the links arrow, why not a partial file indicator?

You know most people will call theyre files SomeTypePartialA.cs and
SomeTypePartialB.cs or some variation like that.

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:%2****************@TK2MSFTNGP11.phx.gbl...
> The IDE never really had an indication. You have two views.
The first
> is the project view, which displays the files in the project. Now it
just
> so happens that people use this as a class viewer, because the names

of the
> files were the same as the names of the classes contained within

them. > However, if you want to get a look at a true representation of the

classes
> in the project, then you have to look at the class view, which will
continue
> to work the same way.
>
> Hope this helps.
>
> i
> <di********@discussion.microsoft.com> wrote in message
> news:e%****************@TK2MSFTNGP09.phx.gbl...
> > Hi,
> >
> > Since we will be getting PARTIAL file types, how will the IDE file > listing
> > and class listing highlight this?
> >
> > Would we have to do workarounds in the filenames to indicate

partials
> > obviously or will the IDE have some kind of visual cue?
> >
> >
> > Thanks
> >
> >
>
>



Nov 15 '05 #7

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

Similar topics

6
by: | last post by:
Hi, Since we will be getting PARTIAL file types, how will the IDE file listing and class listing highlight this? Would we have to do workarounds in the filenames to indicate partials...
1
by: Dave Smithz | last post by:
Hello There, I obtained a visual studio .net which I installed a few months ago but then never had time to use. I obtained a new copy of the trial which is slightly newer. However, because I...
4
by: Mike | last post by:
Please help this is driving me nuts. I have 2 forms, 1 user class and I am trying to implement a singleton class. Form 1 should create a user object and populate some properties in user. Form2...
5
by: Hazzard | last post by:
..aspx pages work fine and vsnet.2003 runs fine with all functionality(edit,build, execute, etc) except when I try to open a .html file in the project or a .xml file. Dr. Watson comes up...
6
by: Wayne Wengert | last post by:
I have about 25 aspx pages that were created using WebMatrix. I now want to collect all of them into a single VSNET project. I thought I could just open then via VSNET but that does not seem to let...
0
by: ABC | last post by:
How to I add some codes on Unload events on VSNET IDE? I cannot not found events in properties windows when Page object selected.
1
by: Gustavo | last post by:
Is there a way to make applications written in VSNET 2005 work in servers that only support dotnet1.1? I upgraded, then found out that the servers I use only support 1.1. Thanks, Gustavo
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
0
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,...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...
0
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...

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.