vote up 1 vote down star

Im in the situation that I often send small codesnippets and xml-snippets to coworkers and partners via my outlook. Has anyone got a good idea or tool that I can use to have my pastes syntaxhighlighted before I paste them into an email.

I was thinking of an intermediate paste to "$fancytool" and then I would have something to copy that will htmlified so I can copy paste it into the "compose email" window.

Edit-More-info:

Im pasting from windows within a VMWare virtual Machine, it might be eclipse, xmlspy, logfiles and other programs

Even-more-info:

I've seen this link how to do it from Vim. Unfortunately it seldom from vim im copying Code, and my email machine hasnt got any vim. The vmware machines has gvim, but I was hoping for an easier way that pasting to vim, saving to file, opening in internetexplorer and then copy/paste

flag

Sorry. My question didnt contain info enough. I have updated it with abit more info about what im pastin from – svrist Oct 22 '08 at 14:07

5 Answers

vote up 1 vote down

If you just want the Add-In here it is.

If you want to know how it is done, here is an article on how to write the Add-In.

link|flag
vote up 1 vote down

Vim (or GVim) will output your code as formatted HTML. Then as long as your email is using an HTML format you can copy and paste it in.

link|flag
how do you tell VIM to do that? – Nathan Fellman Oct 22 '08 at 14:07
@Nathan: See the link ive added in the question: vim.wikia.com/wiki/… – svrist Oct 22 '08 at 14:14
vote up 0 vote down

If you're on Windows, Visual Studio does this automatically. At least it does for me, using Visual Studio 2005 on XP and copy/pasting to both MS Word and Lotus Notes

link|flag
Was about to post the same. Would be overkill to fire up VS just for formatting, but I guess most IDEs will have such a feature. – OregonGhost Oct 22 '08 at 14:08
I havnt got a VS licence :( – svrist Oct 22 '08 at 14:11
vote up 0 vote down

@Kris: CopySourceAsHtml works only with VS2008 (.NET framework) installed. I couldnt get it working for old MSVC6.0 or even Visual Studio 2005 setup i have. Any pointers on that?

-AD

link|flag
vote up 0 vote down check

This link led me to SciTE.

Looks like SciTE has a Copy to RTF feature:

SciTE

Edit(vmware upgrade): But it looks like I am pretty much lost when I use vmware because I cant transfer rtf clipboard items to the vmware host. And I cant install software on the vmware host.

Maybe a paste-site with syntax highlighting?

link|flag

Your Answer

Get an OpenID
or

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