quicksilver / Quicksilver

Quicksilver Project Source
http://qsapp.com
Apache License 2.0
2.74k stars 285 forks source link

Applescripts and Process text... 3rd pane gone #144

Closed mackeyorama closed 13 years ago

mackeyorama commented 13 years ago

I used to be able to use applescripts with quicksilver and the process text operation but it hasn't been working for a while now for me. The Process Text command is still in the actions list and shows up when the applescript is in the first pane, but that is useless without being able to enter some text using period text entry. It should only show up as a third pane but it doesn't seem to recognise the scripts when they are in the second pane.

It seems to be a process text problem as many other actions still use the third pane such as "email to", and "move to" etc.

All the scripts I use worked a while ago (previous QS builds) and contain the quicksilver terms e.g.

    using terms from application "Quicksilver"
on process text 

I have done a bit of searching for a solution and this seems to have been a problem in previous builds but was supposed to be fixed. Is anyone else have this problem with snow leopard and B58 (3841)?

philostein commented 13 years ago

Cheers Rob! Thanks for gamely navigated around all my custom icons and getting it all working again. (And very quickly.)

So Core Support shouldn't be in the Plugins folder?

pjrobertson commented 13 years ago

Yay! Sorry for breaking things guys. :(

The Core Support plugin should ONLY live in the Quicksilver.app bundle. The fixed plugin that I released would have been installed to the Plugins folder, and I guess if you have both, then Quicksilver would have been using the wrong one.

I think I removed it from the Plugins repo a while back, because I realised there was no point having it there if we were releasing more regular QS updates.

Maybe it should be in the check on start for a list of 'known bad plugins' e.g. none of the default plugins should be in the 'Plugins' folder, but in the QS.app itself.

Sorry again for breaking things (I don't want to be another Etienne! :P)

On 3 May 2011 13:49, philostein < reply@reply.github.com>wrote:

Cheers Rob! Thanks for gamely navigated around all my custom icons and getting it all working again. (And very quickly.)

So Core Support shouldn't be in the Plugins folder?

Reply to this email directly or view it on GitHub: https://github.com/quicksilver/Quicksilver/issues/144#comment_1091999