Home All Groups Group Topic Archive Search About

Source and design in two windows

Author
2 Mar 2006 7:23 AM
Reidar
Is it possible to have the source in one window and the design in another
window and perhaps the code in a third window?
reidarT

Author
2 Mar 2006 8:31 AM
Cor Ligthert [MVP]
Reidar,

With Windows new X tabgroup you can split your screen,

A pity is that as exception this does not work for Source and design
It does by instand work for Source/Design and code in a second window.

I hope this helps,

Cor


Show quoteHide quote
"Reidar" <rei***@eivon.no> schreef in bericht
news:%23826ApcPGHA.1124@TK2MSFTNGP10.phx.gbl...
> Is it possible to have the source in one window and the design in another
> window and perhaps the code in a third window?
> reidarT
>
Author
2 Mar 2006 10:12 AM
Carlos J. Quintero [VB MVP]
Hi Reidar,

Sorry, but you can't. There is a Window \ New Window menu that should do the
trick, but it does not work for designer windows, and even for VB.NET code
windows. It works for C# code windows though, and therefore you get
CodeWindow1.cs:1 and CodeWindow1.cs:2. It would be nice to get this
functionality for all kind of windows and languages.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com


Show quoteHide quote
"Reidar" <rei***@eivon.no> escribió en el mensaje
news:%23826ApcPGHA.1124@TK2MSFTNGP10.phx.gbl...
> Is it possible to have the source in one window and the design in another
> window and perhaps the code in a third window?
> reidarT
>
Author
2 Mar 2006 10:30 AM
Cor Ligthert [MVP]
Carlos,

Something with my eyes?

Set your code on a page in Design view
Open a the code page so two tabs will be there
Do Windows->New Horizontal Tab group.

The two tabs will be in an uper and a lower screen seperated.

Cor



Show quoteHide quote
"Carlos J. Quintero [VB MVP]" <carlosq@NOSPAMsogecable.com> schreef in
bericht news:OKvBRHePGHA.3528@TK2MSFTNGP10.phx.gbl...
> Hi Reidar,
>
> Sorry, but you can't. There is a Window \ New Window menu that should do
> the trick, but it does not work for designer windows, and even for VB.NET
> code windows. It works for C# code windows though, and therefore you get
> CodeWindow1.cs:1 and CodeWindow1.cs:2. It would be nice to get this
> functionality for all kind of windows and languages.
>
> --
>
> Best regards,
>
> Carlos J. Quintero
>
> MZ-Tools: Productivity add-ins for Visual Studio
> You can code, design and document much faster:
> http://www.mztools.com
>
>
> "Reidar" <rei***@eivon.no> escribió en el mensaje
> news:%23826ApcPGHA.1124@TK2MSFTNGP10.phx.gbl...
>> Is it possible to have the source in one window and the design in another
>> window and perhaps the code in a third window?
>> reidarT
>>
>
>
Author
2 Mar 2006 10:33 AM
Cor Ligthert [MVP]
I forgot the :-)
Author
2 Mar 2006 1:42 PM
Carlos J. Quintero [VB MVP]
Hi Cor

Reidar talked about three views: "source", "design" and "code". Since
Windows Forms have only two views ("Design" and "Code"), I assumed that he
meant WebForms, where the "Design" window has two views "HTML" and "Design"
(tabs at the bottom of the window), and the "Code" window is apart, and I
assumed that he wanted to see the "HTML" and "Design" views at the same
time. TabGroups as you suggest won´t help with this request, but there is a
very unknown feature, the "Windows", "New Window" menu, that, if supported
by the language (C# with code windows works, but not with designers, and
VB.NET doesn't support it at all), allows you to have two identical windows
(the IDE appends ":1", ":2" to the windows caption), that you can view at
the same time with a tab group or switching from Tabbed mode to MDI mode. If
this worked for Web Forms, you could select the "HTML" view in one of them
and the "Design" view in the other one...

I hope it is clear now, let me know :-)

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com



Show quoteHide quote
"Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> escribió en el mensaje
news:uQj%23mQePGHA.3100@TK2MSFTNGP11.phx.gbl...
> Carlos,
>
> Something with my eyes?
>
> Set your code on a page in Design view
> Open a the code page so two tabs will be there
> Do Windows->New Horizontal Tab group.
>
> The two tabs will be in an uper and a lower screen seperated.
>
> Cor
>
>
>
> "Carlos J. Quintero [VB MVP]" <carlosq@NOSPAMsogecable.com> schreef in
> bericht news:OKvBRHePGHA.3528@TK2MSFTNGP10.phx.gbl...
>> Hi Reidar,
>>
>> Sorry, but you can't. There is a Window \ New Window menu that should do
>> the trick, but it does not work for designer windows, and even for VB.NET
>> code windows. It works for C# code windows though, and therefore you get
>> CodeWindow1.cs:1 and CodeWindow1.cs:2. It would be nice to get this
>> functionality for all kind of windows and languages.
>>
>> --
>>
>> Best regards,
>>
>> Carlos J. Quintero
>>
>> MZ-Tools: Productivity add-ins for Visual Studio
>> You can code, design and document much faster:
>> http://www.mztools.com
>>
>>
>> "Reidar" <rei***@eivon.no> escribió en el mensaje
>> news:%23826ApcPGHA.1124@TK2MSFTNGP10.phx.gbl...
>>> Is it possible to have the source in one window and the design in
>>> another window and perhaps the code in a third window?
>>> reidarT
>>>
>>
>>
>
>
Author
2 Mar 2006 2:33 PM
reidarT
What I meant was a web-form with design in one window and html in the other
window and maybe code in a third window.
reidarT
Show quoteHide quote
"Carlos J. Quintero [VB MVP]" <carlosq@NOSPAMsogecable.com> skrev i melding
news:ub1zw8fPGHA.420@tk2msftngp13.phx.gbl...
> Hi Cor
>
> Reidar talked about three views: "source", "design" and "code". Since
> Windows Forms have only two views ("Design" and "Code"), I assumed that he
> meant WebForms, where the "Design" window has two views "HTML" and
> "Design" (tabs at the bottom of the window), and the "Code" window is
> apart, and I assumed that he wanted to see the "HTML" and "Design" views
> at the same time. TabGroups as you suggest won´t help with this request,
> but there is a very unknown feature, the "Windows", "New Window" menu,
> that, if supported by the language (C# with code windows works, but not
> with designers, and VB.NET doesn't support it at all), allows you to have
> two identical windows (the IDE appends ":1", ":2" to the windows caption),
> that you can view at the same time with a tab group or switching from
> Tabbed mode to MDI mode. If this worked for Web Forms, you could select
> the "HTML" view in one of them and the "Design" view in the other one...
>
> I hope it is clear now, let me know :-)
>
> --
>
> Best regards,
>
> Carlos J. Quintero
>
> MZ-Tools: Productivity add-ins for Visual Studio
> You can code, design and document much faster:
> http://www.mztools.com
>
>
>
> "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> escribió en el mensaje
> news:uQj%23mQePGHA.3100@TK2MSFTNGP11.phx.gbl...
>> Carlos,
>>
>> Something with my eyes?
>>
>> Set your code on a page in Design view
>> Open a the code page so two tabs will be there
>> Do Windows->New Horizontal Tab group.
>>
>> The two tabs will be in an uper and a lower screen seperated.
>>
>> Cor
>>
>>
>>
>> "Carlos J. Quintero [VB MVP]" <carlosq@NOSPAMsogecable.com> schreef in
>> bericht news:OKvBRHePGHA.3528@TK2MSFTNGP10.phx.gbl...
>>> Hi Reidar,
>>>
>>> Sorry, but you can't. There is a Window \ New Window menu that should do
>>> the trick, but it does not work for designer windows, and even for
>>> VB.NET code windows. It works for C# code windows though, and therefore
>>> you get CodeWindow1.cs:1 and CodeWindow1.cs:2. It would be nice to get
>>> this functionality for all kind of windows and languages.
>>>
>>> --
>>>
>>> Best regards,
>>>
>>> Carlos J. Quintero
>>>
>>> MZ-Tools: Productivity add-ins for Visual Studio
>>> You can code, design and document much faster:
>>> http://www.mztools.com
>>>
>>>
>>> "Reidar" <rei***@eivon.no> escribió en el mensaje
>>> news:%23826ApcPGHA.1124@TK2MSFTNGP10.phx.gbl...
>>>> Is it possible to have the source in one window and the design in
>>>> another window and perhaps the code in a third window?
>>>> reidarT
>>>>
>>>
>>>
>>
>>
>
>
Author
2 Mar 2006 2:43 PM
Carlos J. Quintero [VB MVP]
So my assumption was correct and the answer too, unfortunately.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com


Show quoteHide quote
"reidarT" <rei***@eivon.no> escribió en el mensaje
news:OzHDGZgPGHA.2704@TK2MSFTNGP15.phx.gbl...
> What I meant was a web-form with design in one window and html in the
> other window and maybe code in a third window.
> reidarT
Author
2 Mar 2006 3:58 PM
Cor Ligthert [MVP]
Carlos

>>What I meant was a web-form with design in one window and html in the
>>other window and maybe code in a third window.

> So my assumption was correct and the answer too, unfortunately

Partially
The first two are as I wrote as well to my pity not possible.
One of the first two together with the thirth are possible (at least in
VS2005)

Cor

Show quoteHide quote
"Carlos J. Quintero [VB MVP]" <carlosq@NOSPAMsogecable.com> schreef in
bericht news:uB3LxegPGHA.2704@TK2MSFTNGP15.phx.gbl...
> So my assumption was correct and the answer too, unfortunately.
>
> --
>
> Best regards,
>
> Carlos J. Quintero
>
> MZ-Tools: Productivity add-ins for Visual Studio
> You can code, design and document much faster:
> http://www.mztools.com
>
>
> "reidarT" <rei***@eivon.no> escribió en el mensaje
> news:OzHDGZgPGHA.2704@TK2MSFTNGP15.phx.gbl...
>> What I meant was a web-form with design in one window and html in the
>> other window and maybe code in a third window.
>> reidarT
>
>
Author
2 Mar 2006 6:22 PM
Carlos J. Quintero [VB MVP]
Hi Cor,

For the most part the question was to separate the "HTML" view from the
"Design" view, but yes, the code window and the design window can be
separated with tab groups or with MDI mode, as I said in the previous
answer, and it works since VS.NET 2002.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com



Show quoteHide quote
"Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> escribió en el mensaje
news:u4gPgHhPGHA.3896@TK2MSFTNGP15.phx.gbl...
> Carlos
>
>>>What I meant was a web-form with design in one window and html in the
>>>other window and maybe code in a third window.
>
>> So my assumption was correct and the answer too, unfortunately
>
> Partially
> The first two are as I wrote as well to my pity not possible.
> One of the first two together with the thirth are possible (at least in
> VS2005)
>
> Cor
>
> "Carlos J. Quintero [VB MVP]" <carlosq@NOSPAMsogecable.com> schreef in
> bericht news:uB3LxegPGHA.2704@TK2MSFTNGP15.phx.gbl...
>> So my assumption was correct and the answer too, unfortunately.
>>
>> --
>>
>> Best regards,
>>
>> Carlos J. Quintero
>>
>> MZ-Tools: Productivity add-ins for Visual Studio
>> You can code, design and document much faster:
>> http://www.mztools.com
>>
>>
>> "reidarT" <rei***@eivon.no> escribió en el mensaje
>> news:OzHDGZgPGHA.2704@TK2MSFTNGP15.phx.gbl...
>>> What I meant was a web-form with design in one window and html in the
>>> other window and maybe code in a third window.
>>> reidarT
>>
>>
>
>