[Monodevelop-patches-list] r485 - trunk/MonoDevelop

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Wed Jan 14 14:43:18 EST 2004


Author: jluke
Date: 2004-01-14 14:43:18 -0500 (Wed, 14 Jan 2004)
New Revision: 485

Modified:
   trunk/MonoDevelop/Makefile
   trunk/MonoDevelop/TODO
Log:
blah


Modified: trunk/MonoDevelop/Makefile
===================================================================
--- trunk/MonoDevelop/Makefile	2004-01-14 02:42:22 UTC (rev 484)
+++ trunk/MonoDevelop/Makefile	2004-01-14 19:43:18 UTC (rev 485)
@@ -49,3 +49,5 @@
 runpad: $(MONOPAD)
 	cd build/bin && mono MonoPad.exe
 
+run-profile:
+	cd build/bin && mono --profile SharpDevelop.exe

Modified: trunk/MonoDevelop/TODO
===================================================================
--- trunk/MonoDevelop/TODO	2004-01-14 02:42:22 UTC (rev 484)
+++ trunk/MonoDevelop/TODO	2004-01-14 19:43:18 UTC (rev 485)
@@ -29,6 +29,8 @@
 - Figure out how to print the textarea char markers in pango, as it rejectes
   the original #d ones.
 - Implement ctrl+space to ask for completion
+- Implement Drag and Drop support, not sure how well
+	Gtk# handles this currently
 
 ---- Bugs in the File->New->File... Dialog
 




More information about the Monodevelop-patches-list mailing list