Skip to content

Commit

Permalink
Categorisation
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeAtHPI committed Jan 25, 2024
1 parent ae10b03 commit 273ace2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/Sandblocks-Babylonian/SBExploriants.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -114,7 +114,7 @@ SBExploriants >> objectToPermutation [
^ objectToPermutation
]

{ #category : #'as yet unclassified' }
{ #category : #actions }
SBExploriants >> onlySwitchedTabsIn: aMethodBlock multiverse: aMultiverse [

| methodClass methodSelector latestChange diff changes |
Expand Down Expand Up @@ -155,7 +155,7 @@ SBExploriants >> selector [
^ nil
]

{ #category : #'as yet unclassified' }
{ #category : #actions }
SBExploriants >> tryToUpdateInBackgroundAfterChangeIn: aMethodBlock [

| multiverse |
Expand All @@ -167,7 +167,7 @@ SBExploriants >> tryToUpdateInBackgroundAfterChangeIn: aMethodBlock [

]

{ #category : #'as yet unclassified' }
{ #category : #actions }
SBExploriants >> updateInBackgroundOnTimeoutRevertTo: theOldMultiverse [

updateProcessRunning ifTrue: [
Expand Down

0 comments on commit 273ace2

Please sign in to comment.