[Monodevelop-patches-list] r1318 - trunk/md-website

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Wed Mar 31 22:34:19 EST 2004


Author: tberman
Date: 2004-03-31 22:34:19 -0500 (Wed, 31 Mar 2004)
New Revision: 1318

Modified:
   trunk/md-website/index.aspx
Log:
update with some new features


Modified: trunk/md-website/index.aspx
===================================================================
--- trunk/md-website/index.aspx	2004-04-01 03:33:00 UTC (rev 1317)
+++ trunk/md-website/index.aspx	2004-04-01 03:34:19 UTC (rev 1318)
@@ -18,13 +18,12 @@
 	MonoDevelop has a class viewer which allows you to list the classes in your project, their methods, and properties.  Your namespaces are also kept track of to keep the classes separated.  When you add something to your project, it will automatically be added to the class viewer, even if they're namespaces, classes, methods, or even variables.
       </div>
 
-	<!-- This isn't working in the current release yet ;) -Todd
       <div class="feature">
 	<b>Built-in Help</b><br/>
 	The .NET documentation and the Gtk# documentation are built into MonoDevelop for easy access.
       </div>
 
-      <div class="feature">
+      <!--<div class="feature">
 	<b>C# to VB.NET Conversion</b><br>
 	Convert your C# code automatically into VB.NET code with the click of a button.
       </div>
@@ -40,4 +39,10 @@
         <b>Project Support</b><br />
 	MonoDevelop comes with built in projects that help get you started with your console, Gnome# or Gtk# application.
       </div>
+
+      <div class="feature">
+        <b>Integrated Debugger</b><br />
+        MonoDevelop integrates with the Mono Debugger to provide a graphical
+frontend to the debugger.
+      </div>
 <ccms:PageFooter runat="server"/>




More information about the Monodevelop-patches-list mailing list