diff --git a/packages/Sandblocks-Babylonian/SBExploriants.class.st b/packages/Sandblocks-Babylonian/SBExploriants.class.st index 60df9a43..5489756c 100644 --- a/packages/Sandblocks-Babylonian/SBExploriants.class.st +++ b/packages/Sandblocks-Babylonian/SBExploriants.class.st @@ -45,7 +45,7 @@ SBExploriants >> = other [ ^ self class = other class ] -{ #category : #'as yet unclassified' } +{ #category : #callbacks } SBExploriants >> artefactSaved: aMethodBlock [ (aMethodBlock isMethod and: [self isInEditor]) ifTrue: [self tryToUpdateInBackgroundAfterChangeIn: aMethodBlock] @@ -114,7 +114,7 @@ SBExploriants >> objectToPermutation [ ^ objectToPermutation ] -{ #category : #'as yet unclassified' } +{ #category : #actions } SBExploriants >> onlySwitchedTabsIn: aMethodBlock multiverse: aMultiverse [ | methodClass methodSelector latestChange diff changes | @@ -155,7 +155,7 @@ SBExploriants >> selector [ ^ nil ] -{ #category : #'as yet unclassified' } +{ #category : #actions } SBExploriants >> tryToUpdateInBackgroundAfterChangeIn: aMethodBlock [ | multiverse | @@ -167,7 +167,7 @@ SBExploriants >> tryToUpdateInBackgroundAfterChangeIn: aMethodBlock [ ] -{ #category : #'as yet unclassified' } +{ #category : #actions } SBExploriants >> updateInBackgroundOnTimeoutRevertTo: theOldMultiverse [ updateProcessRunning ifTrue: [