[MonoDevelop] Addin to post to pastebin from within MonoDevelop

Anirudh anirudh at anirudhsanjeev.org
Tue Aug 25 15:20:36 EDT 2009


> 1. The barrier between the "Code" and "Expiry" options is not clearly
> visible.  I'd suggest using comboboxes instead so it's obvious which
> control belongs to which label.
Hey, I thought of this as well. I think I'll use comboboxes instead

> 2. You don't need to mark radio buttons (or comboboxes) as "required"
> -- just set one value active by default and the user will be unable to
> deselect them.  The "required" markers are unnecessary visual noise,
> IMO.
Required markers have been removed. Someone really needs to give me a
crash course in UI design.

> // Untested, but should work according to the docs.
> Clipboard clipboard = Clipboard.Get(Gdk.Atom.Intern("CLIPBOARD", false));
> clipboard.SetText("foo");
Okay, hopefully this should work.

I was wondering how to make the window more accessible to keyboard
users. Maybe pressing enter after the window loads should go ahead and
post using the defaults and select the pastebin url entry so people
can copy it.

Thanks,
Anirudh


More information about the Monodevelop-list mailing list