This plugin capitalizes the first letter found on every new line that is selected. Only the first letter is affected, the rest of the line remains the same. If the first character on the new line is not a letter then no changes are made.
After installing the plugin it can be accessed through the editor's contextual menu by choosing Plugins->Capitalize Lines.
Example:
Input: this is a sample. Result: This Is A Sample.