Jan 17 2009

PureText

Category: SoftwareOren Hurvitz @ 8:25 pm

One of my favorite utilities is Steve Miller’s PureText. It lets you copy-and-paste text while removing all of the formatting. This is extremely useful; in fact, I used it twice just while writing this blog post.

For example, I often want to copy code snippets from my IDE, Eclipse, into Microsoft Word. Here’s what the code looks like in Eclipse:

Code in Eclipse

And here’s what it looks like after pasting into Word:

Code in Microsoft Word

I blame Bill Gates.

However, with PureText, I simply paste using a different shortcut (Windows+V), and get only the text, without any of the formatting:

Code in Microsoft Word, without formatting

Mission accomplished.

(By the way, Microsoft Word allows you to remove formatting from pasted text, but only after you paste it. Using PureText is faster, and it works with all applications; not just Word.)

3 Responses to “PureText”

  1. Kevin Nohl says:

    Word also allows you to paste the text only; the Edit/Paste Special… menu. Among other options, it has “unformatted text”.

  2. Oren Hurvitz says:

    I know. But that requires several mouse clicks, whereas with PureText I can just use one keystroke to paste the text (Windows + V). And PureText works with every program, not just Word.

  3. Ian Beckett says:

    This is a good suggestion, but you could also create a macro in MS word using the paste special option, and bind the macro to a key in word!