On 13 Jul 2014, at 14:51, 1.61803 wrote:

Apart from learning Obj-C (remember I said I have C notions), what else
should I learn to understand and make this plugin work again?

How deep should I need to understand how QS works?

I think you mostly need to understand which classes are involved. Looking at existing interfaces is probably the best way to figure that out.

Would I be better off writing an interface from scratch — since I just use
fixed settings for Cube plugin?

I suspect that when it’s all said and done, you will have basically rewritten the entire thing. You can see some (older) [examples of interfaces][1] that use Core Animation from Julius Eckert. As you will see, he basically had to replace a ton of Quicksilver’s built-in interface-related classes and create his own. (But I suspect a lot of that is just copying and pasting the current one and changing a few lines.)

[1]: https://github.com/julius

--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.

Reply via email to