From 2eadbbd3fa7c8e2754767f5a6579fbc6ab22281e Mon Sep 17 00:00:00 2001 From: 02090095 Date: Fri, 6 Oct 2023 22:51:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D1=81=D1=82=D1=80=D0=BE=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=B5=D1=80=D0=B5=D0=B2=D0=B0=20?= =?UTF-8?q?=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B9=20=D1=80=D0=B5=D0=B7=D1=83?= =?UTF-8?q?=D0=BB=D1=8C=D1=82=D0=B0=D1=82=D0=BE=D0=B2=20=D1=82=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F(=D0=B5?= =?UTF-8?q?=D1=89=D0=B5=20=D1=81=20=D0=B1=D0=B0=D0=B3=D0=B0=D0=BC=D0=B8),?= =?UTF-8?q?=20=D0=B8=20=D1=84=D0=B8=D0=BA=D1=81=20=D0=BC=D0=B5=D0=BB=D0=BA?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D0=B1=D0=B0=D0=B3=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 15 +- src/Common/Constants.java | 6 +- src/Common/Utils/Files/ProjectsChooser.java | 4 +- src/Common/Utils/Utils.java | 2 +- src/ProjectData/Project/db_project_info.java | 21 +- .../PerformSapforTask.java | 182 +++++++++++++++++- .../SapforTask/SapforTask.java | 3 +- src/TestingSystem/UserConnection.java | 4 +- .../Passes/All/CreateEmptyDirectory.java | 6 +- .../Passes/All/CreateEmptyProject.java | 4 +- .../All/EditSapforConfigurationCommand.java | 2 +- .../Passes/All/OpenCurrentProject.java | 3 +- .../Passes/All/OpenSapforTest.java | 4 +- .../Passes/All/PublishTest.java | 3 +- src/Visual_DVM_2021/Passes/PassCode_2021.java | 2 + .../Passes/SSH/ConnectionPass.java | 3 +- 16 files changed, 227 insertions(+), 37 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4c1d5409..289b38b5 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -8,9 +8,20 @@ + + + + - - + + + + + + + + +