Skip to content
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

Native quicklook support #22

Open
jlegewie opened this issue Jun 3, 2012 · 0 comments
Open

Native quicklook support #22

jlegewie opened this issue Jun 3, 2012 · 0 comments

Comments

@jlegewie
Copy link
Owner

jlegewie commented Jun 3, 2012

Currently, SublimePeek uses the command line utility qlmanage to open files in quicklook. This is kind of a hack because qlmanage is a maintenance tool. For full support, you have to dive into the Quicklook API and Objective C.

Here is a related discussion with some information for a better implementation:
https://groups.google.com/forum/?fromgroups#!topic/quicksilver---development/0xsj7Hr-eqM

And here is the relevant pull request for Quicksilver (I think):
https://github.com/quicksilver/Quicksilver/pull/660/files

command line tool in objective c:
http://stackoverflow.com/questions/4030106/command-line-tool-in-objective-c-using-foundation
http://objectmix.com/c/177987-command-line-tool-xcode.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant