forked from qt-creator/qt-creator
		
	add explicit "Clean Whitespace" advanced action
This commit is contained in:
		| @@ -685,6 +685,10 @@ void BaseTextEditor::selectBlockDown() | ||||
| } | ||||
|  | ||||
|  | ||||
| void BaseTextEditor::cleanWhitespace() | ||||
| { | ||||
|         d->m_document->cleanWhitespace(); | ||||
| } | ||||
|  | ||||
| void BaseTextEditor::keyPressEvent(QKeyEvent *e) | ||||
| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user