« Return to Thread: Plugin Info

Re: Plugin Info

by Philip Orr :: Rate this Message:

Reply to Author | View in Thread

You would think that something as popular as Textmate would have a complete development sub section with tutorials. I'll have a look at the OakProjectController and OakTextView.

This is going to be a very up hill struggle me thinks.


Ciarán Walsh-3 wrote:
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@lists.macromates.com
http://lists.macromates.com/mailman/listinfo/textmate-plugins

 « Return to Thread: Plugin Info