This plugin capitalizes the first letter of every sentence in the selected text from the document.

If the first character in the sentence is not a letter then this plugin has no effect. The sentences are considered to be separated by: '.', '!' or '?'.

After installing the plugin it can be accessed through the editor's contextual menu by choosing Plugins->Form Sentences.

Example:

Input:
	this is a sample. this is a sample! this is a sample?
Result:
	This is a sample. This is a sample! This is a sample?