Open GoogleCodeExporter opened 8 years ago
I too have same issues. but as mentioned this doesn't happen with all
third-party quick look plugins. for example QLStephen.qlgenerator gives correct
title.
Original comment by santhosh.tekuri@gmail.com
on 12 Dec 2011 at 3:11
I fixed this by modifying the highlighting process.
In short, I modified the colorize.sh in
"QLColorCode.qlgenerator/Contents/Resources" to this one: http://git.io/xH2FtQ
Information about this fix is at http://git.io/_8RjEg
Original comment by hansbo...@gmail.com
on 18 Dec 2011 at 11:14
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
It's weird but sometimes this mod http://git.io/xH2FtQ fails on some filetypes.
But it could be done way simplier, just by appending the parameter --doc-title
to the cmdOpts line:
--doc-title="$(basename $target)"
After that, the highlight module will get the current filename and includes
that one in the resulting title-tag.
I have attached my colorize.sh file. The only modification was done in line 38.
Original comment by yaihimgi...@mailinator.com
on 5 Mar 2012 at 8:42
Attachments:
Original issue reported on code.google.com by
wes...@gmail.com
on 5 Dec 2011 at 2:40