From 306d6d3ca9c9ad774d19135681a7f9805f77035f Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 22 Feb 2015 14:06:29 -0500 Subject: Imported Upstream version 3.0.3 --- .../SqlEnterpriseFormatter.pro | 24 ++- .../SqlEnterpriseFormatter_de.qm | Bin 0 -> 23 bytes .../SqlEnterpriseFormatter_de.ts | 208 +++++++++++++++++++++ .../SqlEnterpriseFormatter_es.qm | Bin 0 -> 23 bytes .../SqlEnterpriseFormatter_es.ts | 208 +++++++++++++++++++++ .../SqlEnterpriseFormatter_fr.qm | Bin 0 -> 5804 bytes .../SqlEnterpriseFormatter_fr.ts | 208 +++++++++++++++++++++ .../SqlEnterpriseFormatter_pt_BR.qm | Bin 0 -> 23 bytes .../SqlEnterpriseFormatter_pt_BR.ts | 208 +++++++++++++++++++++ .../SqlEnterpriseFormatter_ru.qm | Bin 0 -> 5623 bytes .../SqlEnterpriseFormatter_ru.ts | 208 +++++++++++++++++++++ .../SqlEnterpriseFormatter_sk.qm | Bin 0 -> 27 bytes .../SqlEnterpriseFormatter_sk.ts | 208 +++++++++++++++++++++ .../SqlEnterpriseFormatter_zh_CN.qm | 1 + .../SqlEnterpriseFormatter_zh_CN.ts | 208 +++++++++++++++++++++ .../formatcreatevirtualtable.cpp | 2 +- Plugins/SqlEnterpriseFormatter/formatexpr.cpp | 8 +- Plugins/SqlEnterpriseFormatter/formatstatement.cpp | 4 +- .../sqlenterpriseformatter.json | 2 +- .../sqlenterpriseformatter.qrc | 2 + 20 files changed, 1491 insertions(+), 8 deletions(-) create mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_de.qm create mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_de.ts create mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_es.qm create mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_es.ts create mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_fr.qm create mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_fr.ts create mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pt_BR.qm create mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pt_BR.ts create mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ru.qm create mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ru.ts create mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_sk.qm create mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_sk.ts create mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_zh_CN.qm create mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_zh_CN.ts (limited to 'Plugins/SqlEnterpriseFormatter') diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro index 23efd4c..965767b 100644 --- a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro +++ b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro @@ -4,10 +4,10 @@ # #------------------------------------------------- -include($$PWD/../../SQLiteStudio3/plugins.pri) - QT -= gui +include($$PWD/../../SQLiteStudio3/plugins.pri) + TARGET = SqlEnterpriseFormatter TEMPLATE = lib @@ -100,5 +100,23 @@ RESOURCES += \ sqlenterpriseformatter.qrc -TRANSLATIONS += SqlEnterpriseFormatter_pl.ts +TRANSLATIONS += SqlEnterpriseFormatter_zh_CN.ts \ + SqlEnterpriseFormatter_sk.ts \ + SqlEnterpriseFormatter_de.ts \ + SqlEnterpriseFormatter_ru.ts \ + SqlEnterpriseFormatter_pt_BR.ts \ + SqlEnterpriseFormatter_fr.ts \ + SqlEnterpriseFormatter_es.ts \ + SqlEnterpriseFormatter_pl.ts + + + + + + + + + + + diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_de.qm b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_de.qm new file mode 100644 index 0000000..9dad8df Binary files /dev/null and b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_de.qm differ diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_de.ts b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_de.ts new file mode 100644 index 0000000..bd56eba --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_de.ts @@ -0,0 +1,208 @@ + + + + + QObject + + + + name + example name wrapper + + + + + SqlEnterpriseFormatter + + + Indentation + + + + + Line up keywords in multi-line queries + + + + + Indent contents of parenthesis block + + + + + Tab size: + + + + + New lines + + + + + Before opening parenthesis in column definitions + + + + + After opening parenthesis in column definitions + + + + + Before closing parenthesis in column definitions + + + + + After closing parenthesis in column definitions + + + + + Before opening parenthesis in expressions + + + + + After opening parenthesis in expressions + + + + + Before closing parenthesis in expressions + + + + + After closing parenthesis in expressions + + + + + After JOIN keywords in FROM clause + + + + + Put each column constraint in CREATE TABLE into new line + + + + + After comma + + + + + After comma in expressions + + + + + After semicolon + + + + + + Never before semicolon + + + + + White spaces + + + + + Before comma in lists + + + + + After comma in lists + + + + + Before opening parenthesis + + + + + After opening parenthesis + + + + + Before closing parenthesis + + + + + After closing parenthesis + + + + + No space between SQL function name and opening parenthesis + + + + + Before dot operator (in path to database object) + + + + + After dot operator (in path to database object) + + + + + Before mathematical operator + + + + + After mathematical operator + + + + + Never before comma + + + + + Names + + + + + Preferred name wrapper + + + + + Always use name wrapping + + + + + Uppercase data type names + + + + + Uppercase keywords + + + + + Preview + + + + diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_es.qm b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_es.qm new file mode 100644 index 0000000..9dad8df Binary files /dev/null and b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_es.qm differ diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_es.ts b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_es.ts new file mode 100644 index 0000000..15b85f4 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_es.ts @@ -0,0 +1,208 @@ + + + + + QObject + + + + name + example name wrapper + + + + + SqlEnterpriseFormatter + + + Indentation + + + + + Line up keywords in multi-line queries + + + + + Indent contents of parenthesis block + + + + + Tab size: + + + + + New lines + + + + + Before opening parenthesis in column definitions + + + + + After opening parenthesis in column definitions + + + + + Before closing parenthesis in column definitions + + + + + After closing parenthesis in column definitions + + + + + Before opening parenthesis in expressions + + + + + After opening parenthesis in expressions + + + + + Before closing parenthesis in expressions + + + + + After closing parenthesis in expressions + + + + + After JOIN keywords in FROM clause + + + + + Put each column constraint in CREATE TABLE into new line + + + + + After comma + + + + + After comma in expressions + + + + + After semicolon + + + + + + Never before semicolon + + + + + White spaces + + + + + Before comma in lists + + + + + After comma in lists + + + + + Before opening parenthesis + + + + + After opening parenthesis + + + + + Before closing parenthesis + + + + + After closing parenthesis + + + + + No space between SQL function name and opening parenthesis + + + + + Before dot operator (in path to database object) + + + + + After dot operator (in path to database object) + + + + + Before mathematical operator + + + + + After mathematical operator + + + + + Never before comma + + + + + Names + + + + + Preferred name wrapper + + + + + Always use name wrapping + + + + + Uppercase data type names + + + + + Uppercase keywords + + + + + Preview + + + + diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_fr.qm b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_fr.qm new file mode 100644 index 0000000..6e8f481 Binary files /dev/null and b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_fr.qm differ diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_fr.ts b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_fr.ts new file mode 100644 index 0000000..519235f --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_fr.ts @@ -0,0 +1,208 @@ + + + + + QObject + + + + name + example name wrapper + Nom + + + + SqlEnterpriseFormatter + + + Indentation + Identation + + + + Line up keywords in multi-line queries + Ligne de most clé en majuscule dans une requête multiligne + + + + Indent contents of parenthesis block + Indenté le contenu du block entre parenthèses + + + + Tab size: + Dimension Tab: + + + + New lines + Nouvelles lignes + + + + Before opening parenthesis in column definitions + Avant l'ouverture des parenthèses dans la définition de la colonne + + + + After opening parenthesis in column definitions + Après l'ouverture des parenthèses dans la définition de la colonne + + + + Before closing parenthesis in column definitions + Avant la fermeture des parenthèses dans la définition de la colonne + + + + After closing parenthesis in column definitions + Après la fermeture des parenthèses dans la définition de la colonne + + + + Before opening parenthesis in expressions + Avant l'ouverture des parenthèses dans l'expression + + + + After opening parenthesis in expressions + Après l'ouverture des parenthèses dans l'expression + + + + Before closing parenthesis in expressions + Avant la fermeture des parenthèses dans l'expression + + + + After closing parenthesis in expressions + Après la fermeture des parenthèses dans l'expression + + + + After JOIN keywords in FROM clause + Après le mot clé JOIN dans la clause FROM + + + + Put each column constraint in CREATE TABLE into new line + Mettez chaque contrainte de colonne dans CREATE TABLE à une nouvelleligne + + + + After comma + Après virgule + + + + After comma in expressions + Après la virgule dans l'exoression + + + + After semicolon + Après un point virgule + + + + + Never before semicolon + Jamais avant un point virgule + + + + White spaces + Espaces + + + + Before comma in lists + Après virgule dans la liste + + + + After comma in lists + Avant virgule dans la liste + + + + Before opening parenthesis + Avant l'ouverture des parenthèses + + + + After opening parenthesis + Après l'ouverture des parenthèses + + + + Before closing parenthesis + Avant la fermeture des parenthèses + + + + After closing parenthesis + Après la fermeture des parenthèses + + + + No space between SQL function name and opening parenthesis + aucun espance entre le nom de la fonction SQL et l'ouverture des paranthèses + + + + Before dot operator (in path to database object) + Avant le point (dans le chemin de la base de données) + + + + After dot operator (in path to database object) + Après + + + + Before mathematical operator + Avant opérateurmathématique + + + + After mathematical operator + Après opérateurmathématique + + + + Never before comma + Jamais avant virgule + + + + Names + noms + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Nom de type de données en majuscule + + + + Uppercase keywords + Mots clé en majuscule + + + + Preview + Aperçu + + + diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pt_BR.qm b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pt_BR.qm new file mode 100644 index 0000000..c02994c Binary files /dev/null and b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pt_BR.qm differ diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pt_BR.ts b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pt_BR.ts new file mode 100644 index 0000000..8921d18 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pt_BR.ts @@ -0,0 +1,208 @@ + + + + + QObject + + + + name + example name wrapper + + + + + SqlEnterpriseFormatter + + + Indentation + + + + + Line up keywords in multi-line queries + + + + + Indent contents of parenthesis block + + + + + Tab size: + + + + + New lines + + + + + Before opening parenthesis in column definitions + + + + + After opening parenthesis in column definitions + + + + + Before closing parenthesis in column definitions + + + + + After closing parenthesis in column definitions + + + + + Before opening parenthesis in expressions + + + + + After opening parenthesis in expressions + + + + + Before closing parenthesis in expressions + + + + + After closing parenthesis in expressions + + + + + After JOIN keywords in FROM clause + + + + + Put each column constraint in CREATE TABLE into new line + + + + + After comma + + + + + After comma in expressions + + + + + After semicolon + + + + + + Never before semicolon + + + + + White spaces + + + + + Before comma in lists + + + + + After comma in lists + + + + + Before opening parenthesis + + + + + After opening parenthesis + + + + + Before closing parenthesis + + + + + After closing parenthesis + + + + + No space between SQL function name and opening parenthesis + + + + + Before dot operator (in path to database object) + + + + + After dot operator (in path to database object) + + + + + Before mathematical operator + + + + + After mathematical operator + + + + + Never before comma + + + + + Names + + + + + Preferred name wrapper + + + + + Always use name wrapping + + + + + Uppercase data type names + + + + + Uppercase keywords + + + + + Preview + + + + diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ru.qm b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ru.qm new file mode 100644 index 0000000..1b13dc9 Binary files /dev/null and b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ru.qm differ diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ru.ts b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ru.ts new file mode 100644 index 0000000..0212e14 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ru.ts @@ -0,0 +1,208 @@ + + + + + QObject + + + + name + example name wrapper + имя + + + + SqlEnterpriseFormatter + + + Indentation + Отступы + + + + Line up keywords in multi-line queries + Выравнивать ключевые слова в многострочных запросах + + + + Indent contents of parenthesis block + Выравнивать содержимое внутри скобок + + + + Tab size: + Шаг табуляции: + + + + New lines + Переносы строк + + + + Before opening parenthesis in column definitions + Перед открывающей скобкой в определениях столбцов + + + + After opening parenthesis in column definitions + После открывающей скобки в определениях столбцов + + + + Before closing parenthesis in column definitions + Перед закрывающей скобкой в определениях столбцов + + + + After closing parenthesis in column definitions + После закрывающей скобки в определениях столбцов + + + + Before opening parenthesis in expressions + Перед открывающей скобкой в выражениях + + + + After opening parenthesis in expressions + После открывающей скобки в выражениях + + + + Before closing parenthesis in expressions + Перед закрывающей скобкой в выражениях + + + + After closing parenthesis in expressions + После закрывающей скобки в выражениях + + + + After JOIN keywords in FROM clause + После ключевых слов JOIN в операторе FROM + + + + Put each column constraint in CREATE TABLE into new line + Разместить каждое ограничение на столбец в отдельной строке в конструкции CREATE TABLE + + + + After comma + После запятой + + + + After comma in expressions + После запятой в выражениях + + + + After semicolon + После точки с запятой + + + + + Never before semicolon + Никогда перед точкой с запятой + + + + White spaces + Пробелы + + + + Before comma in lists + Перед запятой в списках + + + + After comma in lists + После запятой в списках + + + + Before opening parenthesis + Перед открывающей скобкой + + + + After opening parenthesis + После открывающей скобки + + + + Before closing parenthesis + Перед закрывающей скобкой + + + + After closing parenthesis + После закрывающей скобки + + + + No space between SQL function name and opening parenthesis + Не ставить пробел между именем функции SQL и открывающкй скобкой + + + + Before dot operator (in path to database object) + Перед оператором '.' (в путях к объектам базы данных) + + + + After dot operator (in path to database object) + После оператора '.' (в путях к объектам базы данных) + + + + Before mathematical operator + Перед математическим оператором + + + + After mathematical operator + После математического оператора + + + + Never before comma + Никогда перед запятой + + + + Names + Имена + + + + Preferred name wrapper + Предпочитаемое обрамление имён + + + + Always use name wrapping + Всегда обрамлять имена + + + + Uppercase data type names + Приводить имена типов данных к верхнему регистру + + + + Uppercase keywords + Приводить ключевые слова к верхнему регистру + + + + Preview + Предпросмотр + + + diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_sk.qm b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_sk.qm new file mode 100644 index 0000000..1776294 Binary files /dev/null and b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_sk.qm differ diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_sk.ts b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_sk.ts new file mode 100644 index 0000000..24086e8 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_sk.ts @@ -0,0 +1,208 @@ + + + + + QObject + + + + name + example name wrapper + + + + + SqlEnterpriseFormatter + + + Indentation + + + + + Line up keywords in multi-line queries + + + + + Indent contents of parenthesis block + + + + + Tab size: + + + + + New lines + + + + + Before opening parenthesis in column definitions + + + + + After opening parenthesis in column definitions + + + + + Before closing parenthesis in column definitions + + + + + After closing parenthesis in column definitions + + + + + Before opening parenthesis in expressions + + + + + After opening parenthesis in expressions + + + + + Before closing parenthesis in expressions + + + + + After closing parenthesis in expressions + + + + + After JOIN keywords in FROM clause + + + + + Put each column constraint in CREATE TABLE into new line + + + + + After comma + + + + + After comma in expressions + + + + + After semicolon + + + + + + Never before semicolon + + + + + White spaces + + + + + Before comma in lists + + + + + After comma in lists + + + + + Before opening parenthesis + + + + + After opening parenthesis + + + + + Before closing parenthesis + + + + + After closing parenthesis + + + + + No space between SQL function name and opening parenthesis + + + + + Before dot operator (in path to database object) + + + + + After dot operator (in path to database object) + + + + + Before mathematical operator + + + + + After mathematical operator + + + + + Never before comma + + + + + Names + + + + + Preferred name wrapper + + + + + Always use name wrapping + + + + + Uppercase data type names + + + + + Uppercase keywords + + + + + Preview + + + + diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_zh_CN.qm b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_zh_CN.qm new file mode 100644 index 0000000..be651ee --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_zh_CN.qm @@ -0,0 +1 @@ + + + + + QObject + + + + name + example name wrapper + + + + + SqlEnterpriseFormatter + + + Indentation + + + + + Line up keywords in multi-line queries + + + + + Indent contents of parenthesis block + + + + + Tab size: + + + + + New lines + + + + + Before opening parenthesis in column definitions + + + + + After opening parenthesis in column definitions + + + + + Before closing parenthesis in column definitions + + + + + After closing parenthesis in column definitions + + + + + Before opening parenthesis in expressions + + + + + After opening parenthesis in expressions + + + + + Before closing parenthesis in expressions + + + + + After closing parenthesis in expressions + + + + + After JOIN keywords in FROM clause + + + + + Put each column constraint in CREATE TABLE into new line + + + + + After comma + + + + + After comma in expressions + + + + + After semicolon + + + + + + Never before semicolon + + + + + White spaces + + + + + Before comma in lists + + + + + After comma in lists + + + + + Before opening parenthesis + + + + + After opening parenthesis + + + + + Before closing parenthesis + + + + + After closing parenthesis + + + + + No space between SQL function name and opening parenthesis + + + + + Before dot operator (in path to database object) + + + + + After dot operator (in path to database object) + + + + + Before mathematical operator + + + + + After mathematical operator + + + + + Never before comma + + + + + Names + + + + + Preferred name wrapper + + + + + Always use name wrapping + + + + + Uppercase data type names + + + + + Uppercase keywords + + + + + Preview + + + + diff --git a/Plugins/SqlEnterpriseFormatter/formatcreatevirtualtable.cpp b/Plugins/SqlEnterpriseFormatter/formatcreatevirtualtable.cpp index d291eda..c702846 100644 --- a/Plugins/SqlEnterpriseFormatter/formatcreatevirtualtable.cpp +++ b/Plugins/SqlEnterpriseFormatter/formatcreatevirtualtable.cpp @@ -54,7 +54,7 @@ void FormatCreateVirtualTable::handleToken(const TokenPtr& token) withFloat(token->value.toDouble()); break; case Token::INTEGER: - withInteger(token->value.toInt()); + withInteger(token->value.toLongLong()); break; case Token::BIND_PARAM: withBindParam(token->value); diff --git a/Plugins/SqlEnterpriseFormatter/formatexpr.cpp b/Plugins/SqlEnterpriseFormatter/formatexpr.cpp index 2099126..da51ae6 100644 --- a/Plugins/SqlEnterpriseFormatter/formatexpr.cpp +++ b/Plugins/SqlEnterpriseFormatter/formatexpr.cpp @@ -71,8 +71,14 @@ void FormatExpr::formatInternal() break; } case SqliteExpr::Mode::FUNCTION: - withFuncId(expr->function).withParFuncLeft().withStatementList(expr->exprList, "funcArgs", FormatStatement::ListSeparator::EXPR_COMMA).withParFuncRight(); + { + withFuncId(expr->function).withParFuncLeft(); + if (expr->distinctKw) + withKeyword("DISTINCT"); + + withStatementList(expr->exprList, "funcArgs", FormatStatement::ListSeparator::EXPR_COMMA).withParFuncRight(); break; + } case SqliteExpr::Mode::SUB_EXPR: withParExprLeft().withStatement(expr->expr1).withParExprRight(); break; diff --git a/Plugins/SqlEnterpriseFormatter/formatstatement.cpp b/Plugins/SqlEnterpriseFormatter/formatstatement.cpp index b5fd408..be5bc49 100644 --- a/Plugins/SqlEnterpriseFormatter/formatstatement.cpp +++ b/Plugins/SqlEnterpriseFormatter/formatstatement.cpp @@ -343,10 +343,10 @@ FormatStatement& FormatStatement::withLiteral(const QVariant& value) } } - value.toInt(&ok); + qint64 longVal = value.toLongLong(&ok); if (ok) { - withInteger(value.toInt()); + withInteger(longVal); return *this; } diff --git a/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.json b/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.json index 492f811..43095c2 100644 --- a/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.json +++ b/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.json @@ -2,6 +2,6 @@ "type": "CodeFormatterPlugin", "title": "SQL Enterprise", "description": "Advanced SQL formatter.", - "version": 10003, + "version": 10004, "author": "SalSoft" } diff --git a/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.qrc b/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.qrc index 79ed2c7..4a62ae6 100644 --- a/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.qrc +++ b/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.qrc @@ -4,5 +4,7 @@ SqlEnterpriseFormatter_pl.qm + SqlEnterpriseFormatter_ru.qm + SqlEnterpriseFormatter_fr.qm -- cgit v1.2.3