From 1fdc150116cad39aae5c5da407c3312b47a59e3a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Fri, 17 Dec 2021 07:06:30 -0500 Subject: New upstream version 3.3.3+dfsg1. --- SQLiteStudio3/guiSQLiteStudio/sqleditor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'SQLiteStudio3/guiSQLiteStudio/sqleditor.h') 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& selections); + void highlightCurrentLine(QList& selections); + void highlightCurrentCursorContext(); const TextBlockData::Parenthesis* matchParenthesis(QList parList, const TextBlockData::Parenthesis* thePar); void markMatchedParenthesis(int pos1, int pos2, QList& 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(); -- cgit v1.2.3