jezdez / textmate-missingdrawer

[UNMAINTAINED] A better sidebar for Textmate.
MIT License
724 stars 35 forks source link

10.5 Compatibility #26

Closed derekprior closed 13 years ago

derekprior commented 13 years ago

I stumbled through making this plugin 10.5 compatible. Here's what I did:

  1. changed project to target 10.5 SDK.
  2. removed NSSplitViewDelegate from MDSplitView class.
  3. added if statement to MD_splitWindowIfNeeded to proceed only if the drawer is defined. Without this, the initial document created on launch of textmate did not work.
  4. added myself as contributor.

This needs testing on 10.6 and the official build should be revved if passed.