Hey Kevin,

On Sun, Mar 14, 2010 at 6:29 AM, Kevin LaCoste <[email protected]> wrote:
> This is my first time attempting to submit a patch via email so let me know
> if I've done it wrong!

The preferred way of sending patches is to include them as plain text
in the email. That way people can look at your changes and comment on
them without having to apply them, which makes the discussion easier.
The normal way to do this is to use a combination of 'git
format-patch' and 'git-send-email', because emails sent using with
that method can be applied by the maintainer.

> Basically this just modifies the Preferences window controller to be an
> NSPanel instead of an NSWindow. As NSPanel is a subclass of NSWindow no
> functionality is lost. The benefit is that the Preferences window will now
> hide itself when the ESC key is pressed. This is pretty standard behavior
> for a Mac app.

This is a good idea!

Reply via email to