[Mono-bugs] [Bug 60657][Min] New - [PATCH] Improveents to monodoc editing
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Jun 2004 15:45:32 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by kerrick@gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=60657
--- shadow/60657 2004-06-23 15:45:32.000000000 -0400
+++ shadow/60657.tmp.16546 2004-06-23 15:45:32.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 60657
+Product: Mono: Doctools
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: Gui
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: kerrick@gmx.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [PATCH] Improveents to monodoc editing
+
+I've made a few improvements to the monodoc editor:
+ * Added some padding.
+ * Use toolbar for buttons and changed their label.
+ (I don't know if ToolButtons are the right choice, but I think it does
+ look nice.)
+ * Fixed Copying by Ctrl-C
+ * Use GtkSourceView to allow undo/redo and syntax highlighting.
+ * Updated Xsl code for .NET 1.1
+
+Some issues are:
+ * I haven't been able to reconnect the events with the ToolButtons.
+ * Select All still doesn't work. (Haven't figured it out yet.)
+ * I don't know if it's HIG compliant.
+ * Still more to do.