iain

Results 8 issues of iain

Separate the initialization/shutdown sequence into separate methods just on the offchance that a separate runloop might be used. You never know...

Uses Cocoa's NSAppleScript class to do all the heavy lifting of compiling and executing the AppleScript code. Fixes VSTS #703355.

Create a StatusService which keeps track of multiple status messages and how they change. The Statusbar simply becomes one of many possible listeners to this StatusService. Obsoletes #3100

Splitting the Docking components into interfaces with the UI components hidden from the world. Doesn't have a Cocoa backend yet, but I'd like to get the interfaces in so I...

Second pass at removing the use of Carbon for the ApplicationEvents, instead relying on the Cocoa application delegate methods instead. Fixes the issue from the previous attempt that starting MonoDevelop...

This is the more generic version of https://github.com/mono/monodevelop/pull/995 where the TextEditor has implemented the IKeyHandler interface, which the command manager then checks to see if the text editor is currently...

The text on a blue button doesn't appear in white. The drop shadow is there, but the text only appears when you click on the button. ![](http://i.imgur.com/QCyvv.png) However, if I...