Re: Plugin Hello World

2011-02-02 Thread Martin Hawkins
Ahhh - that would explain it! In a nutshell, I want to be able to search for files using a specific search algorithm. I am working with a plugin that uses a customURL, so if I could get BBEdit to send a url in the form 'customURL:///Path/to/ file' then the plugin would search for the files and then

Re: Plugin Hello World

2011-02-02 Thread Steve Kalkwarf
> Can somebody please take pity and point me in the right direction? The BBEdit SDK was retired earlier this year, as most of its functionality can be achieved in different, less fragile ways. What do you need to be able to do? Steve -- You received this message because you are subscribed to

Plugin Hello World

2011-02-02 Thread Martin Hawkins
I'm completely new to BBEdit. I've been asked to investigate the possibility of porting an existing text editor plugin to BBEdit, so I've taken a quick look at the SDK. I've compiled the Hello World plugin with XCode and added the result (Hello World.bbxt) to the Application Support/BBEdit/Plug-In