My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
WishList  
What do you want from me? Blood??
Featured
Updated Feb 4, 2010 by n8gray@gmail.com

This isn't my wishlist, it's yours. Leave a comment if there's a feature you'd like to see in QLColorCode. I can't promise to do them all, but I'd be happy to hear your ideas.

Update: Please restrict this to features other than support for new languages. If there's a language you want supported take a look at the FAQ and file an issue. Thanks!

Comment by tigaen...@gmail.com, Jan 1, 2008

please add support for .jsp file it will be a great help

thanx

Comment by bagro...@gmail.com, Jan 5, 2008

I would like an option for wrapping long lines to the QL window border, preferably for certain languages. For example, wrapping .tex files but not .cpp....

Comment by falafelkiosken@gmail.com, Jan 6, 2008

If there isn't a support for changing tab sizes (at least I haven't found it yet), please add it, the tabs are far to big for me.

and thanks for making a great plugin :)

Comment by project member n8gray@gmail.com, Jan 6, 2008

@tigaenamb: Please see the FAQ and file a bug on .jsp if you want to help me add support.

I should clarify that language requests should definitely be filed as issues, not listed here. I'll put something to that effect at the top of the page

As for the others, it would be nice to have a configuration mechanism other than "edit the colorize.sh file". This has been on my TODO list for a while. I'll file an issue to remind myself.

Comment by pkpow...@gmail.com, Jan 7, 2008

great plugin! any way to get it to handle files without extensions? things like "Makefile", "Readme" etc of type Plain text just show up with with the generic document icon.

cheers phil

Comment by elvent...@gmail.com, Jan 7, 2008

Is there any way to force OS managed QL Source files to be handled by QLColorCode? It looks nicer, especially now that I can change preferences.

Comment by project member n8gray@gmail.com, Jan 7, 2008

@pkpowell: I haven't set QLCC to handle plain text since that's not really its mission, but I might reconsider that decision.

@elventear: The process by which the OS decides which plugin to use for a given file type is not well documented. One thing you can try is to run qlmanage -p somefile.foo 2>&1 | grep 'generator used' and look at the output that gets produced. You'll see something like:

2008-01-07 13:50:57.476 qlmanage[56917:5f03] [QL] Previewing /Users/n8gray/src/flickr/Notes.txt. Content type UTI: public.plain-text. Generator used: <QLGenerator /System/Library/Frameworks/QuickLook.framework/Resources/Generators/Text.qlgenerator>

That tells you what content type the OS thinks the file is and what generator was used to handle it. If you really want QLCC to handle that file, you can add the content type UTI (in this case public.plain-text) to QLCC's Info.plist file in the LSItemContentTypes array.

Comment by project member n8gray@gmail.com, Jan 7, 2008

Oops! That should be grep 'Generator used', not grep 'generator used' (capital G)

Comment by tigaen...@gmail.com, Jan 8, 2008

@n8gray for the BIG help

i havent found any bug yet but i'll inform later if exist

Comment by nettuno...@gmail.com, Feb 22, 2008

Can you add a support for .asp file it will be a great help

thanks

Comment by doodl...@naver.com, Feb 24, 2008

it display 2-byte characters as broken. do you have a plan to support this problem?

thanks. :)

Comment by joework...@gmail.com, Mar 7, 2008

I would love to see perl syntax support. Highlight seems to have support for it. I am sure you know this but the extensions are .pl and .pm

Cheers Joe

Comment by joework...@gmail.com, Mar 7, 2008

I just saw your post asking not to ask for new language support here . . . Sorry. I would be willing to help to add the perl support. How can this be done?

Comment by jlgr...@yahoo.fr, Mar 31, 2008

Yes please it would be great if it could handle plain text. Also usefull for all unix shell script without extension. Maybe with a way to easily activate it for people who need it ? If you dont plan to add this feature, can you explain (for example in the FAQ or here) how we could activate/desactivate it ourself ? Thank you for all :)

Comment by project member n8gray@gmail.com, Apr 2, 2008

@deepscarmac: See issue 12 in the issue tracker. I'm aware of the problem but I'm not sure how to solve it. I do intend to fix it.

@joeworkman: Perl already has a UTI defined by the OS (public.perl-script) so it should already work with QLCC. In my testing it does work.

@jlgr...: I would love to have it work for scripts without extensions but AFAIK there's no way to do it. I haven't planned to have QLCC handle plain text but I'm considering changing my mind on that. You can add public.plain-text to the LSItemContentTypes array in the Info.plist file if you want to enable it.

Comment by dch...@gmail.com, Jul 31, 2008

My vote goes to out of the box support of public.plain-text, because Apple's plain text generator needs to be pointed out to encoding of text by adding an extended attribute to file:

http://vnoel.wordpress.com/2008/06/18/weird-utf-8-bug-in-quicklook-its-the-ea/

QLColorCode could fix this.

Comment by swatha...@gmail.com, Jul 31, 2008

Hi. I'm also voting strongly for plaintext support so that all those files without suffixes can be read at a glance. Something that Apple should have done but it may be that it's left up to a product like this?

Comment by rudro.ra...@gmail.com, Sep 3, 2008

Please please add plaintext, .txt support - apart from enabling us to look at extensionless files of type plain text, it would also be a relief to quicklook .txt files in the larger font provided by your plugin.

Comment by a.luns...@gmail.com, Nov 10, 2008

Line numbers on the left of the preview box would make a lot of sense for a source code viewer!

Comment by whom...@gmail.com, Nov 28, 2008

I have created a QL plugin for plain text if anyone's interested:

http://whomwah.com/2008/11/27/quicklookstephen/

D

Comment by lriv...@gmail.com, Mar 25, 2009

Ponies!

Comment by joe.gree...@gmail.com, Apr 13, 2009

bash and sql are great, thanks! A nice addition would be groovy. (.groovy, .script) someone mentioned this too .jsp Thanks.

Comment by tom...@gmail.com, Apr 25, 2009

Thank you for this great pluggin. Please add support to MXML one day, that would be superb !

Comment by tyc...@gmail.com, May 7, 2009

Add php support: http://pasteninja.com/paste/2306 (code via @ramsey on twitter)

Comment by dow...@gmail.com, Jun 28, 2009

Two things that would make this great plugin even more great:

- Custom style sheets, with or without a built-in editor - Support for .NFO files, particularly if it can properly display the text encoding as MS-DOS Codepage 437.

Comment by oliver.s...@gmail.com, Aug 24, 2009

Proper support for markup languages like textile, markdown, ... would be nice. Right now I use

http://pypi.python.org/pypi/textile

and changed the colorize.sh accordingly

	*.textile )
		lang=html 
		reader=(/usr/bin/python /Users/Shared/Local/textile-2.x/textile.py $target
		)
		;;

to convert textile files on the fly. It does has some kinks but it suffices for now.

Comment by adu...@gmail.com, Nov 9, 2009

Re. files without extension ("Makefile", "Readme", etc.):

It is possible to enable QLColorCode to handle these files by editing Info.plist (using Property List Editor) and adding a type "public.data" to the list of "Document Content Type UTIs".

Of course then all extension-less types will be handled by QLColorCode, which might or might not be what you want...

Comment by lonewolf...@gmail.com, Dec 3, 2009

Is it possible to implement IDL color syntax? I see it is supported by Highlight

Comment by macko.je...@gmail.com, Jan 28, 2010

Hi,

First thanks you for you software ! It's just great but it could be better... :P It is possible to enable QLColorCode to handle Makefile ?

thx

It's will help a lot

Comment by chocolat...@gmail.com, May 10, 2010

Support for XSL files (same as XML).

Comment by timhemm...@gmail.com, Jun 11, 2010

+1 for XSL support.

Comment by Max.Ockl...@gmail.com, Sep 16, 2010

jspx and jspf would be nice

Comment by stevemcm...@gmail.com, Sep 21, 2010

I hope I'm not asking something already here. I read thru the Readme, FAQ and as much of this as I could bear.

While you do describe how to add new types, it would be nice if there were instructions on how to just add extensions to common types like XML. For example, any app that uses Xml to store their settings but sets a different file ext. Or even .cfg, .conf or .pref are often xml files.

I did figure out how to do this but I had to poke at it a bit. For those of us with less time, it would be nice if the instructions were right in the ReadMe or the FAQ but not part of "how to create a new type". Very simple instructions like this:

If you want to add file extensions to the XML type, do this:

  1. Add your extensions to the type ??? in Info.plist in the array under the "<key>public.filename-extension</key>" line.
  2. Modify filetypes.conf by adding the file extensions you wish to the "$ext(xml)" line
  3. Move the package out of the QuickLook?? dir and copy it back in
  4. Log off or reboot

I was not sure but I also edited the ext/highlight/filetypes.conf

Comment by jdeffenb...@ubermind.com, Mar 21, 2011

Adding formatting to XML would be awesome. Most of my XML documents are one liners.

Comment by Andrius....@gmail.com, Jun 3, 2011

add selection of text

Comment by surveyor...@gmail.com, Jul 26, 2011

64bit version for Lion, plz

Comment by sindreso...@gmail.com, Aug 16, 2011

Support for JSON files. 64bit version for Lion.

Comment by ch...@zavoodi.com, Sep 6, 2011

Support for JSON files. 64bit version for Lion.

Comment by Lyons...@gmail.com, Sep 26, 2011

Support for CoffeeScript?

Comment by doodll...@gmail.com, Nov 21, 2011

The 2-byte texts of the UTF-16 plain text file were display as broken. please support it !!

Comment by ursanraz...@gmail.com, Jan 2, 2012

Please add support for LESS & CoffeeScript? :)

Comment by d...@decdynamics.com, Apr 14, 2012

I second @Andrius to add the ability to select and copy text.

One of the main reasons a do a "quick look" is to find some tidbit of info currently escaping me. When I find it my natural inclination would be to copy and paste it where I need it.

I think this feature would be a big boost to the usefulness of this excellent tool!

Comment by teleserv...@gmail.com, Apr 14, 2012

I have tried using the scattered bits of information about how to add other extensions to this tool without success. I may not be doing it right - but it is extremely difficult to understand exactly what needs to be done.

For example .xml files work great but .xsl or .xslt files do not show anything but a big fat document icon and text telling me thst it is an XSL Stylesheet.

Would you be kind enough to do a simple wiki page describing how to add other extensions?

Holding my breath ;-)

Thanks!!!


Sign in to add a comment
Powered by Google Project Hosting