This plugin removes the whitespaces that start each of the selected line. After installing the plugin it can be accessed through the editor's contextual menu by choosing Plugins->Zero Indent.

Example:

Input:
	This is a sample.
Result: 
This is a sample.