You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Currently, SublimePeek uses the command line utility
qlmanage
to open files in quicklook. This is kind of a hack becauseqlmanage
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
The text was updated successfully, but these errors were encountered: