col / qlcolorcode

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

Ability to copy text from the preview #73

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. Quicklook a source code file
2. Select text in the quicklook window
3. Press cmd-c on keyboard
4. Text copied to the clipboard

What is the expected output? What do you see instead?
Unable to select text, therefore unable to copy text.

What version of the product are you using? On what operating system?
2.0.2, Mac OS X 10.7.5

Please provide any additional information below.
Is this possible to implement?

Original issue reported on code.google.com by realg...@gmail.com on 15 Aug 2013 at 12:56

GoogleCodeExporter commented 8 years ago
You can select text using

defaults write -g QLEnableTextSelection -bool true; killall Finder

but you still can't copy text. It may be a limitation of this plugin?!

Original comment by dominiqu...@gmail.com on 29 Mar 2014 at 12:49