473,320 Members | 1,884 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,320 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
Jul 21 '05 #1
6 1199
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

Jul 21 '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

Jul 21 '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


Jul 21 '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



Jul 21 '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
>
>



Jul 21 '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
> >
> >
>
>



Jul 21 '05 #7

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

Similar topics

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...
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...
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: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
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: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
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...

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.