diff options
| author | 2021-12-17 07:06:30 -0500 | |
|---|---|---|
| committer | 2021-12-17 07:06:30 -0500 | |
| commit | 1fdc150116cad39aae5c5da407c3312b47a59e3a (patch) | |
| tree | 123c79a4d7ad2d45781ba03ce939f7539fb428d8 /SQLiteStudio3/guiSQLiteStudio/sqleditor.h | |
| parent | feda8a7db8d1d7c5439aa8f8feef7cc0dd2b59a0 (diff) | |
New upstream version 3.3.3+dfsg1.upstream/3.3.3+dfsg1
Diffstat (limited to 'SQLiteStudio3/guiSQLiteStudio/sqleditor.h')
| -rw-r--r-- | SQLiteStudio3/guiSQLiteStudio/sqleditor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SQLiteStudio3/guiSQLiteStudio/sqleditor.h b/SQLiteStudio3/guiSQLiteStudio/sqleditor.h index c56492c..ca79a1c 100644 --- a/SQLiteStudio3/guiSQLiteStudio/sqleditor.h +++ b/SQLiteStudio3/guiSQLiteStudio/sqleditor.h @@ -165,13 +165,14 @@ class GUI_API_EXPORT SqlEditor : public QPlainTextEdit, public ExtActionContaine void refreshValidObjects(); void checkForSyntaxErrors(); void checkForValidObjects(); - Dialect getDialect(); void setObjectLinks(bool enabled); void addDbObject(int from, int to, const QString& dbName); void clearDbObjects(); void lineNumberAreaPaintEvent(QPaintEvent* event); int lineNumberAreaWidth(); - void highlightParenthesis(); + void highlightParenthesis(QList<QTextEdit::ExtraSelection>& selections); + void highlightCurrentLine(QList<QTextEdit::ExtraSelection>& selections); + void highlightCurrentCursorContext(); const TextBlockData::Parenthesis* matchParenthesis(QList<const TextBlockData::Parenthesis*> parList, const TextBlockData::Parenthesis* thePar); void markMatchedParenthesis(int pos1, int pos2, QList<QTextEdit::ExtraSelection>& selections); void doBackspace(int repeats = 1); @@ -269,7 +270,6 @@ class GUI_API_EXPORT SqlEditor : public QPlainTextEdit, public ExtActionContaine void parseContents(); void scheduleQueryParser(bool force = false); void updateLineNumberAreaWidth(); - void highlightCurrentLine(); void updateLineNumberArea(const QRect&rect, int dy); void cursorMoved(); void checkContentSize(); |
