[Monodevelop-patches-list] r1877 - trunk/md-website/todo

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Thu Jul 1 19:32:59 EDT 2004


Author: jluke
Date: 2004-07-01 19:32:59 -0400 (Thu, 01 Jul 2004)
New Revision: 1877

Modified:
   trunk/md-website/todo/jluke.html
Log:
add horribleness


Modified: trunk/md-website/todo/jluke.html
===================================================================
--- trunk/md-website/todo/jluke.html	2004-07-01 22:35:42 UTC (rev 1876)
+++ trunk/md-website/todo/jluke.html	2004-07-01 23:32:59 UTC (rev 1877)
@@ -173,5 +173,15 @@
     <p>AddIns for profiling would be wonderful.
     </p>
 
+    <h2>Startup and command line handling</h2>
+    <p>Reorganize the parsing of command line arguments; hopefully,
+    with Mono.GetOptions. Actually, the whole startup procedure is
+    rather odd and should be more direct and simple.  It should be
+    able to support the wacky idea of running 2 or more MD instances
+    and still just work with nautilus (by utilizing .desktop file).
+    Hopefully this can be achieved without the socket stuff.  (If you
+    have two open a click on a file in nautilus, which one should it
+    open in?)</p>
+
   </body>
 </html>




More information about the Monodevelop-patches-list mailing list