From 01da3b3a7006a9f6cd10d74b280c98d9b6fedb17 Mon Sep 17 00:00:00 2001 From: 02090095 Date: Thu, 16 Jan 2025 23:44:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B3=D0=B0=D0=BB=D0=BE=D1=87=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=BD=D0=B0=D0=B7=D0=BD=D0=B0=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F=20=D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D1=8F?= =?UTF-8?q?=20=D0=BF=D0=BE=20=D1=83=D0=BC=D0=BE=D0=BB=D1=87=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 9 ++++- properties | 38 +++++++++---------- src/_VisualDVM/GlobalData/GlobalDatabase.java | 1 + .../SapforProfile/SapforProfile.java | 14 +++++++ .../SapforProfile/UI/SapforProfilesForm.java | 24 ++++++++++++ .../Passes/All/SetDefaultSapforProfile.java | 37 ++++++++++++++++++ src/_VisualDVM/Passes/PassCode.java | 3 ++ .../Visual/Tables/RendererProfileAuto.java | 12 ++++++ .../Visual/Tables/SwitcherProfileAuto.java | 22 +++++++++++ 9 files changed, 139 insertions(+), 21 deletions(-) create mode 100644 src/_VisualDVM/Passes/All/SetDefaultSapforProfile.java create mode 100644 src/_VisualDVM/Visual/Tables/RendererProfileAuto.java create mode 100644 src/_VisualDVM/Visual/Tables/SwitcherProfileAuto.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 556a228d..76113978 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,10 +7,15 @@ + + + + - - + + +