[Monodevelop-patches-list] r813 - in trunk/MonoDevelop: . src/Main/Base/Gui/Dialogs/OptionPanels/IDEOptions

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Sat Feb 7 18:25:01 EST 2004


Author: jluke
Date: 2004-02-07 18:25:01 -0500 (Sat, 07 Feb 2004)
New Revision: 813

Modified:
   trunk/MonoDevelop/README
   trunk/MonoDevelop/TODO
   trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/OptionPanels/IDEOptions/SelectStylePanel.cs
Log:
flooosh


Modified: trunk/MonoDevelop/README
===================================================================
--- trunk/MonoDevelop/README	2004-02-07 23:22:11 UTC (rev 812)
+++ trunk/MonoDevelop/README	2004-02-07 23:25:01 UTC (rev 813)
@@ -1,6 +1,5 @@
 This is a port of SharpDevelop to Gtk# and Mono.
 
-
 Compiling and running
 ---------------------
 To compile run the following command:
@@ -18,14 +17,14 @@
 
 Dependencies
 ------------
-You need Mono >=0.30 and Gtk# cvs, and ORBit2-2.8.3 or newer
+Mono >= 0.30 with ICU enabled
+Gtk# cvs
+ORBit2 >= 2.8.3
+gtksourceview >= 0.7
+gtksourceview-sharp from mono's cvs
+(gtksourceview is available on Red Carpet,
+on many of the OpenCarpet channels.)
 
-Mono must be installed with ICU enabled.
-
-You need GtkSourceView >= .7, and the C# bindings which are in
-Mono's CVS. GtkSourceView is available on Red Carpet, on many 
-of the OpenCarpet channels.
-
 See http://lists.ximian.com/archives/public/monodevelop-list/2004-January/000129.html.
 
 The .cs extension must be mapped to the mime type text/x-csharp for the new editor to work.

Modified: trunk/MonoDevelop/TODO
===================================================================
--- trunk/MonoDevelop/TODO	2004-02-07 23:22:11 UTC (rev 812)
+++ trunk/MonoDevelop/TODO	2004-02-07 23:25:01 UTC (rev 813)
@@ -2,14 +2,13 @@
 ------
 - Get code-folding working (not implemented in #d).
 - printing support
-- parser segfaults of complex files
+- parser segfaults on complex files
 - cut/copy is slow
 
 CodeCompletion
 --------------
-- Is enabled and it shouldnt be until the file is saved so we have an extension.
+- should not be enabled unless known mimetype
 - Backspace is caught by KeyReleaseEvent instead of KeyPressEvent
-- what to do in unsaved files
 - Add option for autopopup on/off and a ctrl+space keybinding
 
 Dock
@@ -27,7 +26,6 @@
 
 Pads
 ----
-- Allow show hidden (.*) files/directories in the file browser.
 
 AddIns
 ------

Modified: trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/OptionPanels/IDEOptions/SelectStylePanel.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/OptionPanels/IDEOptions/SelectStylePanel.cs	2004-02-07 23:22:11 UTC (rev 812)
+++ trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/OptionPanels/IDEOptions/SelectStylePanel.cs	2004-02-07 23:25:01 UTC (rev 813)
@@ -6,8 +6,6 @@
 // </file>
 
 using System;
-//using System.IO;
-//using System.Drawing;
 using System.Collections;
 
 using ICSharpCode.SharpDevelop.Internal.ExternalTool;




More information about the Monodevelop-patches-list mailing list