From 071aab5ea6c57403716efe56033626d704ff43fb Mon Sep 17 00:00:00 2001 From: 02090095 Date: Wed, 16 Oct 2024 00:40:45 +0300 Subject: [PATCH] =?UTF-8?q?fix.=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20=D0=B8?= =?UTF-8?q?=D0=B7=20=D0=BE=D0=B1=D1=89=D0=B5=D0=B9(=D0=B2=20=D0=BF=D0=B5?= =?UTF-8?q?=D1=80=D1=81=D0=BF=D0=B5=D0=BA=D1=82=D0=B8=D0=B2=D0=B5=20=D0=B1?= =?UTF-8?q?=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D1=87=D0=BD=D0=BE?= =?UTF-8?q?=D0=B9)=20=D1=87=D0=B0=D1=81=D1=82=D0=B8=20=D1=81=D1=81=D1=8B?= =?UTF-8?q?=D0=BB=D0=BA=D0=B8=20=D0=BD=D0=B0=20=D1=87=D0=B0=D1=81=D1=82?= =?UTF-8?q?=D0=BD=D1=8B=D0=B5=20=D0=BE=D0=B1=D1=8A=D0=B5=D0=BA=D1=82=D1=8B?= =?UTF-8?q?=20=D0=B2=D0=B8=D0=B7=D1=83=D0=B0=D0=BB=D0=B8=D0=B7=D0=B0=D1=82?= =?UTF-8?q?=D0=BE=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.name | 1 - .idea/workspace.xml | 59 ++++++++++++++++++- src/Common/CommonConstants.java | 9 +++ src/Common/Database/VisualiserDatabase.java | 4 +- src/Common/Utils/InterruptThread.java | 6 +- src/Common/Visual/Controls/TabToolBar.java | 6 +- src/Common/Visual/DataSetControlForm.java | 30 +++------- src/Common/Visual/Menus/DataMenuBar.java | 4 +- .../Visual/Menus/GraphMenu.java | 2 +- .../Visual/Menus/VisualiserMenuBar.java | 9 +-- src/Common/Visual/Trees/DataTree.java | 4 +- src/Common/Visual/Trees/SelectableTree.java | 4 +- src/Common/Visual/Trees/StyledTree.java | 2 +- src/_VisualDVM/Constants.java | 8 --- .../Local/Linux/LinuxLocalTaskSupervisor.java | 5 +- .../Remote/RemoteTaskSupervisor.java | 9 +-- src/_VisualDVM/Passes/All/AddFile.java | 2 +- .../Passes/All/CreateEmptyDirectory.java | 2 +- .../Passes/All/CreateEmptyProject.java | 2 +- .../Passes/All/DownloadDVMPackage.java | 4 +- .../Passes/All/DownloadDVMPackages.java | 4 +- .../Passes/All/DownloadRepository.java | 3 +- .../Passes/All/DownloadSapforPackage.java | 4 +- .../Passes/All/ExportDVMPackageToExcel.java | 4 +- .../Passes/All/RenameDirectory.java | 2 +- src/_VisualDVM/Passes/All/RenameFile.java | 2 +- .../Passes/All/ShowCompilerHelp.java | 2 +- .../Passes/All/ShowCompilerVersion.java | 2 +- .../Passes/All/ShowComponentChangesLog.java | 2 +- .../Passes/All/ShowTestingServerFile.java | 2 +- .../Passes/Project/ChangeFilePass.java | 2 +- .../Passes/SSH/RepositoryServerSSHPass.java | 9 +-- .../ProjectData/Files/ProjectFile.java | 7 ++- .../ProjectData/Files/UI/FileGraphTree.java | 2 +- .../ProjectData/Files/UI/FilesTree.java | 2 +- .../ProjectData/Project/UI/VersionsTree.java | 2 +- .../ProjectData/Project/db_project_info.java | 2 +- .../Arrays/UI/DistributionMenu.java | 2 +- .../SapforData/Arrays/UI/RulesTree.java | 2 +- .../SapforData/Functions/UI/InlineTree.java | 2 +- .../SapforData/Functions/UI/InlineTree2.java | 2 +- .../SapforData/Includes/UI/IncludesTree.java | 2 +- .../Common/MachineProcess/MachineProcess.java | 4 +- .../Common/TestingPackage/TestingPackage.java | 6 +- .../TestingSystem/Common/TestingPlanner.java | 5 +- .../SAPFOR/PackageModeSupervisor.java | 5 +- .../SAPFOR/SapforTestingPlanner.java | 10 ++-- .../Visual/Menus/ProjectFilesMenu.java | 1 + .../Visual/Menus/SelectionTreeMenu.java | 1 + src/_VisualDVM/Visual/Menus/VersionsMenu.java | 1 + .../Visual/Trees/GraphTreeCellRenderer.java | 3 +- .../Visual/Windows}/FileNameForm.java | 3 +- .../Visual/Windows}/MultilineTextForm.java | 3 +- .../Windows}/ReadOnlyMultilineTextForm.java | 2 +- 54 files changed, 166 insertions(+), 113 deletions(-) delete mode 100644 .idea/.name rename src/{_VisualDVM => Common}/Visual/Menus/GraphMenu.java (97%) rename src/{Common => _VisualDVM}/Visual/Trees/GraphTreeCellRenderer.java (93%) rename src/{Common/Visual/Windows/Dialog/Text => _VisualDVM/Visual/Windows}/FileNameForm.java (71%) rename src/{Common/Visual/Windows/Dialog/Text => _VisualDVM/Visual/Windows}/MultilineTextForm.java (90%) rename src/{Common/Visual/Windows/Dialog/Text => _VisualDVM/Visual/Windows}/ReadOnlyMultilineTextForm.java (85%) diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index ff715921..00000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -VariantsWindow.java \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 68580685..4c7d6859 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,7 +6,62 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +