On further thought, I dont't think that it's possible to modify Freeplane directly, since it's a Java program and not a Cocoa progam.
Could I write a separate stand-along program (invoked when Freeplane fires up) to register as the provider class for the Freeplane program to catch the ```[provider resolveProxyObject:nil]``` call? Any pointers? If I can't do it in Applescript, then I'll probably try Swift. On Thursday, August 11, 2016 at 4:04:57 PM UTC-7, Mike Petonic wrote: > > > > On Thursday, August 11, 2016 at 10:58:05 AM UTC-7, Rob McBroom wrote: >> >> On 11 Aug 2016, at 13:21, Mike Petonic wrote: >> >> Absolutely correct. Some applications don't work well with "Current >> Document" or "Current Selection": Freeplane is one, for example. >> >> The answer to that, in my opinion, is a Freeplane plug-in that >> understands the internals of the app and provides a “Freeplane Selection” >> proxy object. >> >> If it’s done correctly >> <http://projects.skurfer.com/QuicksilverPlug-inReference.mdown#current-selection>, >> >> it’ll be integrated into Current Selection automatically. >> >> >> Interesting. Maybe that is the right way, since I do have access to FP's > source. Building it is a pain... ugh, Eclipse. > > Thanks! > -- 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 https://groups.google.com/group/blacktree-quicksilver. For more options, visit https://groups.google.com/d/optout.
