Make the "sort selection" tool do something.

* Handle <input> tag.
* Pass input to running process.
* Search for executable in path.
* Add "CurrentSelection" variable.

Remaining issue: ReplaceSelection output handling.
This commit is contained in:
con
2010-12-09 14:57:22 +01:00
parent 6c69638711
commit 10b6b2936b
6 changed files with 66 additions and 13 deletions

View File

@@ -76,6 +76,7 @@ private slots:
void invokeCompletion();
void invokeQuickFix();
void updateSearchResultsFont(const TextEditor::FontSettings &);
void updateVariable(const QString &variable);
private:
static TextEditorPlugin *m_instance;