New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recent documents changes #819
Conversation
…plications: * Removed pre-10.6 code * Added synchronization of preferences, so latest values will be available
So you finally got round to making the QT plugin? ;-) I've actually already made a pull request that removes the 10.5 code, but it doesn't add the 3rd thing you have. See #756 Would you be able to take the extra stuff from that pull request and put it in here? |
What I actually set out to do was the third point. I was annoyed that my recent documents didn't show up until a reboot (or restart of QS maybe?). The QT plugin was just a by-product.
Woups...I forgot about that one. But now that I look at it, it doesn't seem to contain any code changes. Just |
Oh yeah, you're right - no changes to the code there. Maybe I did it, but On 14 April 2012 20:17, Henning Jungkurth <
|
I'm not sure if it was previously like this, but it seems to be a bit slow when right arrowing into some applications (as well as ones where it doesn't work, e.g. Activity Monitor) Perhaps you could put the It'd probably also be worth doing the same for Other than that, it's good to have this finally fixed! |
I didn't notice, but I don't doubt it. But the caching stuff is in place for a reason. Every time you do caching, there's a trade of between having more recent data and speed. In this case I went for having more recent data (because it always annoyed me not to have the recent data).
Nope,
Nope, isn't worth it. If there are no recent documents, it doesn't do much anyways. It skips the whole for-loop. |
Are you sure 100,000 times is enough? :-) Merged. Now we need to get the QT plugin out :) |
Well...the number had to be large enough so the execution takes some time. You can't notice much of a difference on fractions of milliseconds ;-) |
Sorry, my Aussie sarcasm didn't come through much on that post ;-) On 25 April 2012 08:32, Henning Jungkurth <
|
Updated code for showing recent documents when right arrowing into applications: