Восстановление фокуса при обновлении таблицы.( назначенные пакеты все равно не восстанавливает)
This commit is contained in:
6
.idea/workspace.xml
generated
6
.idea/workspace.xml
generated
@@ -6,7 +6,11 @@
|
||||
</artifacts-to-build>
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="e42177c3-2328-4b27-8a01-35779b2beb99" name="Default Changelist" comment="" />
|
||||
<list default="true" id="e42177c3-2328-4b27-8a01-35779b2beb99" name="Default Changelist" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/properties" beforeDir="false" afterPath="$PROJECT_DIR$/properties" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SynchronizeTestsTasks.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/SynchronizeTestsTasks.java" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"InstructionPath": "",
|
||||
"PerformanceAnalyzerPath": "",
|
||||
"ComponentsBackUpsCount": 10,
|
||||
"TestingKernels": 14,
|
||||
"TestingKernels": 28,
|
||||
"AutoCheckTesting": false,
|
||||
"CheckTestingIntervalSeconds": 15,
|
||||
"EmailOnTestingProgress": true
|
||||
|
||||
@@ -56,6 +56,7 @@ public class SynchronizeTestsTasks extends Pass_2021 {
|
||||
}
|
||||
@Override
|
||||
protected void showPreparation() throws Exception {
|
||||
Global.testingServer.account_db.SaveLastSelections();
|
||||
Global.testingServer.account_db.packages.ClearUI();
|
||||
Global.testingServer.account_db.sapforTasksPackages.ClearUI();
|
||||
}
|
||||
@@ -83,6 +84,7 @@ public class SynchronizeTestsTasks extends Pass_2021 {
|
||||
protected void showFinish() throws Exception {
|
||||
Global.testingServer.account_db.packages.ShowUI();
|
||||
Global.testingServer.account_db.sapforTasksPackages.ShowUI();
|
||||
Global.testingServer.account_db.RestoreLastSelections();
|
||||
if (!Global.testingServer.account_db.hasActivePackages()) {
|
||||
Global.properties.updateField("AutoCheckTesting", false);
|
||||
TestingServer.TimerOff();
|
||||
|
||||
Reference in New Issue
Block a user