Suggestion: 'Tab' indents multiline selection in SQL editor

This commit is contained in:
schdub
2015-04-15 11:13:59 +03:00
parent 409e0f71e5
commit 2bfeb03b7e
2 changed files with 43 additions and 0 deletions
+1
View File
@@ -60,6 +60,7 @@ private slots:
void highlightCurrentLine();
void updateLineNumberAreaWidth();
void updateLineNumberArea(const QRect& rect, int dy);
void increaseSelectionIndent();
private:
QCompleter* m_Completer;