From 0d905603a8eb2d40e9c1e95153442b31e296fa87 Mon Sep 17 00:00:00 2001 From: Artem Iliukhin Date: Fri, 6 Oct 2023 06:07:49 +0300 Subject: [PATCH 1/3] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=84=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2?= =?UTF-8?q?=20=D1=81=D0=B2=D0=BE=D0=B9=D1=81=D1=82=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/com/e1c/v8codestyle/md/check/messages.properties | 6 +++--- .../src/com/e1c/v8codestyle/md/check/messages_ru.properties | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages.properties b/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages.properties index b6c155af..35b9b605 100644 --- a/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages.properties +++ b/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages.properties @@ -11,11 +11,11 @@ CommonModuleNameClient_message = Client common module name should end with "{0}" CommonModuleNameClient_title = Client common module should end with Client suffix -CommonModuleNameGlobalClientCheck_Description = Global common module should end with Global suffix +CommonModuleNameGlobalClientCheck_Description = Client global common module should end with Client suffix -CommonModuleNameGlobalClientCheck_Message = Global common module should not have "{0}" suffix +CommonModuleNameGlobalClientCheck_Message = Client global client common module should not have "{0}" suffix -CommonModuleNameGlobalClientCheck_Title = Global common module should end with Global suffix +CommonModuleNameGlobalClientCheck_Title = Client global client common module should end with Client suffix CommonModuleNameGlobal_Description = Global common module should end with Global suffix diff --git a/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages_ru.properties b/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages_ru.properties index da150d6b..bde41d1d 100644 --- a/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages_ru.properties +++ b/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages_ru.properties @@ -12,11 +12,11 @@ CommonModuleNameClient_message = Клиентский общий модуль д CommonModuleNameClient_title = Клиентский общий модуль должен оканчиваться на суффикс Клиент -CommonModuleNameGlobalClientCheck_Description = Глобальный общий модуль должен оканчиваться на суффикс Глобальный +CommonModuleNameGlobalClientCheck_Description = Клиентский глобальный общий модуль должен оканчиваться на суффикс Клиент -CommonModuleNameGlobalClientCheck_Message = Глобальный общий модуль не должен содержать суффикс "{0}" +CommonModuleNameGlobalClientCheck_Message = Клиентский глобальный общий модуль не должен содержать суффикс "{0}" -CommonModuleNameGlobalClientCheck_Title = Глобальный общий модуль должен оканчиваться на суффикс Глобальный +CommonModuleNameGlobalClientCheck_Title = Клиентский глобальный общий модуль должен оканчиваться на суффикс Клиент CommonModuleNameGlobal_Description = Глобальный общий модуль должен оканчиваться на суффикс Глобальный From ffd7e95174009647da8bd26b97ee720c588fe0fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D0=B0=D0=B1=D0=B8=D0=BD=20=D0=9D=D0=B8=D0=BA=D0=BE?= =?UTF-8?q?=D0=BB=D0=B0=D0=B9?= Date: Fri, 24 Nov 2023 10:54:51 +0300 Subject: [PATCH 2/3] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=80=D0=B5=D1=81=D1=83=D1=80=D1=81=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D1=82=D0=B5=D1=81=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/doc-comment-ref-link.bsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/com.e1c.v8codestyle.bsl.itests/resources/doc-comment-ref-link.bsl b/tests/com.e1c.v8codestyle.bsl.itests/resources/doc-comment-ref-link.bsl index c8a1eaed..54fa8903 100644 --- a/tests/com.e1c.v8codestyle.bsl.itests/resources/doc-comment-ref-link.bsl +++ b/tests/com.e1c.v8codestyle.bsl.itests/resources/doc-comment-ref-link.bsl @@ -3,8 +3,8 @@ // // Parameters: // LinkToMethodParameter - See Complaint.UnknownParameter -// LinkToMethod - See NonComplaint() -// LinkToExtMethod - See Catalogs.Products.NonComplaint() +// LinkToMethod - See NonComplaint +// LinkToExtMethod - See Catalogs.Products.UnknownMethod // // Returns: // AnyRef - any ref From 4e41bcdb7e8ba0a3739e78cc8baff4377ae42fed Mon Sep 17 00:00:00 2001 From: Artem Iliukhin Date: Tue, 12 Dec 2023 10:14:30 +0300 Subject: [PATCH 3/3] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=84=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2?= =?UTF-8?q?=20=D1=81=D0=B2=D0=BE=D0=B9=D1=81=D1=82=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/com/e1c/v8codestyle/md/check/messages.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages.properties b/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages.properties index 35b9b605..b1d778dc 100644 --- a/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages.properties +++ b/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages.properties @@ -13,9 +13,9 @@ CommonModuleNameClient_title = Client common module should end with Client suffi CommonModuleNameGlobalClientCheck_Description = Client global common module should end with Client suffix -CommonModuleNameGlobalClientCheck_Message = Client global client common module should not have "{0}" suffix +CommonModuleNameGlobalClientCheck_Message = Client global common module should not have "{0}" suffix -CommonModuleNameGlobalClientCheck_Title = Client global client common module should end with Client suffix +CommonModuleNameGlobalClientCheck_Title = Client global common module should end with Client suffix CommonModuleNameGlobal_Description = Global common module should end with Global suffix