vote up 1 vote down star

Hi all,

I sent my code to my friend over Gmail but as you guess, the code is not highlighted in Gmail. Is there solution to highlight code that is sent over Gmail?

flag

2 Answers

vote up 2 vote down check

Paste your code to an online (maybe offline) syntax highlighter, like http://tohtml.com/ . Then copy/paste it to gmail & send.

link|flag
This is good for me but I wish there should be a gmail plugin in gmail labs. Thanks Ahmet... – Firstthumb Jul 20 at 10:30
vote up 8 vote down

Unless you absolutely have to have the code in the email, I would just put your code on Pastebin and link to the code.

If you must put your code in the email, you could use a GreaseMonkey script such as this C++ highlighter, however that will not work for the person you're sending it to, only you. Another solution is to export your code as HTML (with coloring), and send it to the person as HTML. Try Visual Studio's CopySourceAsHtml plugin if you're using Visual Studio.

link|flag
I prefer to use internal application not external link. So generating highlighted html code for sourcecode is the best way. – Firstthumb Jul 20 at 10:31

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.