col / qlcolorcode

Automatically exported from code.google.com/p/qlcolorcode
0 stars 0 forks source link

Font in spotlight preview is too small to see something #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
*** NOTE: Do not report errors in syntax highlighting unless they are for
the following languages: C, Objective-C, or OCaml.  Report highlighting
bugs in other languages to http://www.andre-simon.de/mail.html ***

What steps will reproduce the problem?
1. Press spotlight lens icon at the top right conner
2. Search for some source code file
3. Move mouse over source code file to see quicklook view

What is the expected output? What do you see instead?
I expect to see highlighted text with readable font size.
I see highlighted lines but can't read a text because of too small font

What version of the product are you using? On what operating system?
downloads/QLColorCode-2.0.2.tgz
Mac OS X Lion

Please provide any additional information below.

Original issue reported on code.google.com by undersu...@gmail.com on 24 Nov 2011 at 10:34

GoogleCodeExporter commented 8 years ago
You can fix this by changing the default font size to something a little larger 
(see the ReadMe for details):

defaults write org.n8gray.QLColorCode fontSizePoints 12

It seems that Spotlight uses a smaller font size with the plugin than when used 
from the Finder. But at 12 points it seems to provide a better compromise. 

Original comment by p.ohan...@gmail.com on 2 Nov 2012 at 9:28