[Mono-list] Re: Visual Studio Addin for Mono

Brothers, Robert TQT rbrothers@tqtx.com
Wed, 23 Jun 2004 10:02:20 -0500


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C45933.1523D310
Content-Type: text/plain;
	charset="iso-8859-1"


Paco,

I want to add my thanks to your efforts to develop a mono addin for VS. I'm
currently buried developing several company projects in the W2K/WinXp
environment, but expect to have some time in the future to get more involved
in evaluating mono on Linux and Unix systems.

The ability to work on mono projects in the VS environment will greatly
increase the acceptance by those of us who use (and appreciate) the tools
that VS affords.

Your work is really appreciated.

Regards
Bob in Lone Oak, Texas USA

-----Original Message-----
From: Francisco T. Martinez [mailto:martinf@mfconsulting.com]
Sent: Wednesday, June 23, 2004 7:38 AM
To: Daniel Morgan; mono-list mailing list
Subject: [Mono-list] Re: Visual Studio Addin for Mono


Daniel Morgan wrote:

>I like the idea for testing Mono stuff in vs.net.  I already do this.
>:-)
>
>I have a vs.net solution that has various assemblies built, mostly for
>testing and debugging System.Data and its data providers.
>
>Two big reasons why I use vs.net to do Mono stuff: debugger and editor.
>...since there is no Mono debugger on Windows.
>
>Wouldn't it be cool if someone created a Glade addin?  This way we could
>visually design gtk# apps in vs.net.
>
>  
>
As a little update to the development status of my Add-in, I have 
completed the first Alpha release of it.  It is contained in an MSI 
file.  I will likely change it to a NSIS installer package later on.  If 
you or anyone decides to install it, you can expect this.:
       - A new pop-up menu called prj2make placed  at the top of the 
Visual Studio .NET 2003 Tools menu.
       - Create Makefile should generate acceptable nmake.exe 
Makefile.Win32 files targeting csc.exe and the .NET runtiime.
       - All other menu options are to be treated as "Under 
Construction" (I have kept them there as a preview of where I am going 
with this).

You can find the MSI on the 'files' section of the Novell Forge project 
page for prj2make-sharp:
http://forge.novell.com/modules/xfmod/project/showfiles.php?group_id=1395
should be near the bottom of the page. Or you can fetch it out of the 
Forge ftp site using:
http://ftp.novell.com/pub/forge/prj2make-sharp/Windows/v0.95/vsprj2makeSetup
.msi

>Somone may have already created a Nunit GUI addin for vs.net, so getting
>that to work for testing Mono would rock!
>
>  
>
The initial work on this Add-in (going on 43 hours) has lead me to 
believe that the biggest contribution that this effort can give the 
community right now is the core mechanics on how to write a VS Add-in in 
the first place. If nothing else you can always look at the code in CVS.

>I know SharpDevelop has an Nunit GUI integrated. 
>  
>
The Add-in could have been a lot further along in terms of capabilities 
and functionality, but no one has collaborated with me in the issues 
that I posed on a posting I submitted on Jun 19 to the [Mono-devel-list] 
with Subject: Visual Studio Addin.

I realize that everybody is very occupied right now with Mono 1.0 
release issues, but I can't help to feel a bit sadden by the fact that 
aside from you and Urs, I have not received any comments (good or bad) 
on this effort.

Best regards.

Paco
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

------_=_NextPart_001_01C45933.1523D310
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12">
<TITLE>RE: [Mono-list] Re: Visual Studio Addin for Mono</TITLE>
</HEAD>
<BODY>
<BR>

<P><FONT SIZE=3D2>Paco,</FONT>
</P>

<P><FONT SIZE=3D2>I want to add my thanks to your efforts to develop a =
mono addin for VS. I'm currently buried developing several company =
projects in the W2K/WinXp environment, but expect to have some time in =
the future to get more involved in evaluating mono on Linux and Unix =
systems.</FONT></P>

<P><FONT SIZE=3D2>The ability to work on mono projects in the VS =
environment will greatly increase the acceptance by those of us who use =
(and appreciate) the tools that VS affords.</FONT></P>

<P><FONT SIZE=3D2>Your work is really appreciated.</FONT>
</P>

<P><FONT SIZE=3D2>Regards</FONT>
<BR><FONT SIZE=3D2>Bob in Lone Oak, Texas USA</FONT>
</P>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: Francisco T. Martinez [<A =
HREF=3D"mailto:martinf@mfconsulting.com">mailto:martinf@mfconsulting.com=
</A>]</FONT>
<BR><FONT SIZE=3D2>Sent: Wednesday, June 23, 2004 7:38 AM</FONT>
<BR><FONT SIZE=3D2>To: Daniel Morgan; mono-list mailing list</FONT>
<BR><FONT SIZE=3D2>Subject: [Mono-list] Re: Visual Studio Addin for =
Mono</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>Daniel Morgan wrote:</FONT>
</P>

<P><FONT SIZE=3D2>&gt;I like the idea for testing Mono stuff in =
vs.net.&nbsp; I already do this.</FONT>
<BR><FONT SIZE=3D2>&gt;:-)</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;I have a vs.net solution that has various =
assemblies built, mostly for</FONT>
<BR><FONT SIZE=3D2>&gt;testing and debugging System.Data and its data =
providers.</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;Two big reasons why I use vs.net to do Mono =
stuff: debugger and editor.</FONT>
<BR><FONT SIZE=3D2>&gt;...since there is no Mono debugger on =
Windows.</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;Wouldn't it be cool if someone created a Glade =
addin?&nbsp; This way we could</FONT>
<BR><FONT SIZE=3D2>&gt;visually design gtk# apps in vs.net.</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp; </FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>As a little update to the development status of my =
Add-in, I have </FONT>
<BR><FONT SIZE=3D2>completed the first Alpha release of it.&nbsp; It is =
contained in an MSI </FONT>
<BR><FONT SIZE=3D2>file.&nbsp; I will likely change it to a NSIS =
installer package later on.&nbsp; If </FONT>
<BR><FONT SIZE=3D2>you or anyone decides to install it, you can expect =
this.:</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - A new pop-up =
menu called prj2make placed&nbsp; at the top of the </FONT>
<BR><FONT SIZE=3D2>Visual Studio .NET 2003 Tools menu.</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Create =
Makefile should generate acceptable nmake.exe </FONT>
<BR><FONT SIZE=3D2>Makefile.Win32 files targeting csc.exe and the .NET =
runtiime.</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - All other =
menu options are to be treated as &quot;Under </FONT>
<BR><FONT SIZE=3D2>Construction&quot; (I have kept them there as a =
preview of where I am going </FONT>
<BR><FONT SIZE=3D2>with this).</FONT>
</P>

<P><FONT SIZE=3D2>You can find the MSI on the 'files' section of the =
Novell Forge project </FONT>
<BR><FONT SIZE=3D2>page for prj2make-sharp:</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://forge.novell.com/modules/xfmod/project/showfiles.php?grou=
p_id=3D1395" =
TARGET=3D"_blank">http://forge.novell.com/modules/xfmod/project/showfile=
s.php?group_id=3D1395</A></FONT>
<BR><FONT SIZE=3D2>should be near the bottom of the page. Or you can =
fetch it out of the </FONT>
<BR><FONT SIZE=3D2>Forge ftp site using:</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://ftp.novell.com/pub/forge/prj2make-sharp/Windows/v0.95/vsp=
rj2makeSetup.msi" =
TARGET=3D"_blank">http://ftp.novell.com/pub/forge/prj2make-sharp/Windows=
/v0.95/vsprj2makeSetup.msi</A></FONT>
</P>

<P><FONT SIZE=3D2>&gt;Somone may have already created a Nunit GUI addin =
for vs.net, so getting</FONT>
<BR><FONT SIZE=3D2>&gt;that to work for testing Mono would rock!</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp; </FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>The initial work on this Add-in (going on 43 hours) =
has lead me to </FONT>
<BR><FONT SIZE=3D2>believe that the biggest contribution that this =
effort can give the </FONT>
<BR><FONT SIZE=3D2>community right now is the core mechanics on how to =
write a VS Add-in in </FONT>
<BR><FONT SIZE=3D2>the first place. If nothing else you can always look =
at the code in CVS.</FONT>
</P>

<P><FONT SIZE=3D2>&gt;I know SharpDevelop has an Nunit GUI integrated. =
</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp; </FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>The Add-in could have been a lot further along in =
terms of capabilities </FONT>
<BR><FONT SIZE=3D2>and functionality, but no one has collaborated with =
me in the issues </FONT>
<BR><FONT SIZE=3D2>that I posed on a posting I submitted on Jun 19 to =
the [Mono-devel-list] </FONT>
<BR><FONT SIZE=3D2>with Subject: Visual Studio Addin.</FONT>
</P>

<P><FONT SIZE=3D2>I realize that everybody is very occupied right now =
with Mono 1.0 </FONT>
<BR><FONT SIZE=3D2>release issues, but I can't help to feel a bit =
sadden by the fact that </FONT>
<BR><FONT SIZE=3D2>aside from you and Urs, I have not received any =
comments (good or bad) </FONT>
<BR><FONT SIZE=3D2>on this effort.</FONT>
</P>

<P><FONT SIZE=3D2>Best regards.</FONT>
</P>

<P><FONT SIZE=3D2>Paco</FONT>
<BR><FONT =
SIZE=3D2>_______________________________________________</FONT>
<BR><FONT SIZE=3D2>Mono-list maillist&nbsp; -&nbsp; =
Mono-list@lists.ximian.com</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://lists.ximian.com/mailman/listinfo/mono-list" =
TARGET=3D"_blank">http://lists.ximian.com/mailman/listinfo/mono-list</A>=
</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C45933.1523D310--