« Return to Thread: Plugin Info

Re: Plugin Info

by Ciarán Walsh-3 :: Rate this Message:

Reply to Author | View in Thread


On 30 Sep 2007, at 12:15, Philip Orr wrote:

I'm looking to try and develop a plug-in for Textmate


There is no API for plugin development (and hence no manual/tutorials). I think you’d want to hack into the project outline view’s delegate (OakProjectController, from memory) and insert your own delegate method for selection changes (outlineView:shouldSelectItem: from memory). Then you’d just do whatever you want with the info and return YES.

_______________________________________________
textmate-plugins mailing list
textmate-plugins@...
http://lists.macromates.com/mailman/listinfo/textmate-plugins

 « Return to Thread: Plugin Info