Is there a way to convert a block of text to title case in Notepad++?

It should turn

asdf ASDF aSdF

into

Asdf Asdf Asdf

I see upper case and lower case on the edit menu, but those aren't quite what I'm looking for.

link|improve this question
feedback

2 Answers

up vote 10 down vote accepted

The TextFX plugin has this feature, they call it "Proper Case". You can find it under TextFX -> TextFX Characters -> Proper Case:

alt text

link|improve this answer
feedback

One thing to keep in mind with this. The TextFX plug-in is only in the ANSI version. You will need to download the ZIP file and copy the contents of the ANSI directory to your computer. For some reason, the .exe only installs the unicode without a few key plug-ings.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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