Thanks, Patrick. I love Quicksilver and the extensibility of it. My coding skills have eroded, but back in the day, I wrote UNIX device drivers (STREAMS and traditional), compilers, etc. But this was 20+ years ago. Perhaps this will be enough to get me to start hacking again beyond small perl scripts.
On Friday, November 14, 2014 11:23:55 PM UTC-8, Patrick wrote: > > The source code is available for both interfaces: > > The parts of interest will be: > Primer: > https://github.com/quicksilver/Quicksilver/blob/master/Quicksilver/PlugIns-Main/PrimerInterface/QSPrimerInterfaceController.m#L72 > Window Interface: > https://github.com/quicksilver/QSWindowInterfacePlugIn-qsplugin/blob/master/QSWindowInterfaceController.m > > I’m by no means an expert on this part of the code, so you’d be just as > good as me at solving the problem - but it looks like Primer explicitly > re-centres the interface every time it’s opened, whereas the Window > interface doesn’t do this. > To me, it seems like this bug you mention is common to all QS interfaces > (that are movable) so the code that should probably be changed is in [1]. > I.e., the superclass of both the Primer and Window Interface Controllers > > If you do go down the route of trying to fix the code, then post any > problems you might encounter over on > https://groups.google.com/forum/?fromgroups#!forum/quicksilver---development > We’re always more than happy to help out those wanting to develop > Quicksilver! > > [1] > https://github.com/quicksilver/Quicksilver/blob/master/Quicksilver/Code-QuickStepInterface/QSResizingInterfaceController.m > > On 15 Tach 2014, at 06:48, Mike Petonic <[email protected] <javascript:>> > wrote: > > I like the minimalist and moveable features of the Window interface. > Moveable is good because with other non-moveable interfaces, sometimes > that Quicksilver pop-up obscures the text that I want to read. > > The challenge is that when I undock from my external display and go native > with the Macbook Air 11", I'll lose the little Window. I mean, it'll be > positioned outside of the display of my MBA. > I noticed one or another one of the interfaces (I think it's the Primer > Interface), which is also moveable, seems to re-center the popup in the > exact middle of the display everytime that it gets invoked. > > Is the source code for both interfaces available? Or, can a kind > Quicksilver dev contributor made the feature addition? I think that one > could easily snarf the code from the Primer interface and insert it in the > appropriate spots of the Window Interface. > > Thanks in advance, > -Mike > > > -- > 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] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > Visit this group at http://groups.google.com/group/blacktree-quicksilver. > For more options, visit https://groups.google.com/d/optout. > > > -- 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.
