diff --git a/packages/SwaLint-Core.package/SLResultDialog.class/instance/testAt.put..st b/packages/SwaLint-Core.package/SLResultDialog.class/instance/testAt.put..st deleted file mode 100644 index 5e22ed18..00000000 --- a/packages/SwaLint-Core.package/SLResultDialog.class/instance/testAt.put..st +++ /dev/null @@ -1,5 +0,0 @@ -inheritance -testAt: anInteger put: aBoolean - - super testAt: anInteger put: aBoolean. - self updateResults. \ No newline at end of file diff --git a/packages/SwaLint-Core.package/SLResultDialog.class/instance/testCategoriesSelected..st b/packages/SwaLint-Core.package/SLResultDialog.class/instance/testCategoriesSelected..st new file mode 100644 index 00000000..1af9f582 --- /dev/null +++ b/packages/SwaLint-Core.package/SLResultDialog.class/instance/testCategoriesSelected..st @@ -0,0 +1,5 @@ +inheritance +testCategoriesSelected: aSet + + super testCategoriesSelected: aSet. + self updateResults. \ No newline at end of file diff --git a/packages/SwaLint-Core.package/SLResultDialog.class/instance/testCategoryAt.put..st b/packages/SwaLint-Core.package/SLResultDialog.class/instance/testCategoryAt.put..st deleted file mode 100644 index 7f0d850d..00000000 --- a/packages/SwaLint-Core.package/SLResultDialog.class/instance/testCategoryAt.put..st +++ /dev/null @@ -1,5 +0,0 @@ -inheritance -testCategoryAt: anInteger put: aBoolean - - super testCategoryAt: anInteger put: aBoolean. - self updateResults. \ No newline at end of file diff --git a/packages/SwaLint-Core.package/SLResultDialog.class/instance/testsSelected..st b/packages/SwaLint-Core.package/SLResultDialog.class/instance/testsSelected..st new file mode 100644 index 00000000..a03f5c1f --- /dev/null +++ b/packages/SwaLint-Core.package/SLResultDialog.class/instance/testsSelected..st @@ -0,0 +1,5 @@ +inheritance +testsSelected: aSet + + super testsSelected: aSet. + self updateResults. \ No newline at end of file diff --git a/packages/SwaLint-Core.package/SLResultDialog.class/methodProperties.json b/packages/SwaLint-Core.package/SLResultDialog.class/methodProperties.json index a83bd585..85f5abb4 100644 --- a/packages/SwaLint-Core.package/SLResultDialog.class/methodProperties.json +++ b/packages/SwaLint-Core.package/SLResultDialog.class/methodProperties.json @@ -68,10 +68,10 @@ "selectNoResults" : "NA 7/16/2015 12:47", "selectionButtonString" : "NA 7/30/2015 14:46", "selectorEnvironmentForResults" : "BD 7/13/2018 11:51", - "testAt:put:" : "NA 7/2/2015 19:29", "testCategoriesBottom" : "NA 7/1/2015 11:44", - "testCategoryAt:put:" : "NA 7/2/2015 19:30", + "testCategoriesSelected:" : "ct 12/22/2024 01:35", "testsFrame" : "BD 6/29/2018 12:54", + "testsSelected:" : "ct 12/22/2024 01:35", "toggleResultOrdering" : "NA 7/2/2015 10:13", "toggleResultView" : "ct 12/21/2024 18:59", "toggleSelection" : "NA 7/2/2015 10:13",