QLColorCode icon indicating copy to clipboard operation
QLColorCode copied to clipboard

QuickLook plugin for source code with syntax highlighting.

Results 22 QLColorCode issues
Sort by recently updated
recently updated
newest added

When opening `~/Library/QuickLook/QLColorCode.qlgenerator/Contents/MacOS/QLColorCode`, I first get the warning from #95. Then ``` zsh: exec format error: /Users/louisabraham/Library/QuickLook/QLColorCode.qlgenerator/Contents/MacOS/QLColorCode ``` I'm using a M1, maybe that's why?

I've driven myself to distraction in attempting to get this to work on multiple macOS versions. What I've found for v4.1.0: ### unstated 10.14+ requirement Not really surprising given that...

I have tried to use this library installed via homebrew on an intel macbookpro running Monterey, but it still refuses to quickpreview `.ts` files. 1. `open ~/Library/QuickLook/QLColorCode.qlgenerator/Contents/Info.plist` 2. Added `public.mpeg-2-transport-stream`...

I test many times but it not working on Apple M1 devices

Great plugin! However, for me it did't work straight away with the `.ino` file type for Arduino sketches. I added the file type `dyn.ah62d4rv4ge80w5xt` to the `LSItemContentTypes` array in `Info.plist`...

I've tried several settings as described in the documentation, such as defaults write org.n8gray.QLColorCode fontSizePoints 8 or defaults write org.n8gray.QLColorCode font Monaco and can confirm that they have been written...

@anthonygelibert is it possible to update the brew cask version with the one compiled by @jpc so we can install it through brew? 🙂 [Universal QLColorCode version compiled](https://github.com/anthonygelibert/QLColorCode/issues/88#issuecomment-927783435) by @jpc

The resulting `.qlgenerator` will need to be properly signed and notarized and I have managed to do it but this PR is only for the compilation fixes.

When opening the xcodeproj I get build errors even though I've got all the required dependencies. Is this missing a `Makefile` or a `configure` script?