Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Morphic World host #504

Merged
merged 2 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
575 changes: 0 additions & 575 deletions src/BlocHost-Morphic/BlBlocUIManager.class.st

This file was deleted.

116 changes: 0 additions & 116 deletions src/BlocHost-Morphic/BlBlocUIManagerNotification.class.st

This file was deleted.

This file was deleted.

113 changes: 0 additions & 113 deletions src/BlocHost-Morphic/BlBlocUIManagerNotificationHandler.class.st

This file was deleted.

17 changes: 0 additions & 17 deletions src/BlocHost-Morphic/BlBlocUINotificationBasicPublisher.class.st

This file was deleted.

73 changes: 0 additions & 73 deletions src/BlocHost-Morphic/BlBlocUINotificationPublisher.class.st

This file was deleted.

12 changes: 0 additions & 12 deletions src/BlocHost-Morphic/BlElement.extension.st

This file was deleted.

2 changes: 1 addition & 1 deletion src/BlocHost-Morphic/BlExternalForm.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Class {
#superclass : #OSSDL2ExternalForm,
#traits : 'TBlDebug',
#classTraits : 'TBlDebug classTrait',
#category : #'BlocHost-Morphic-Host - Common'
#category : #'BlocHost-Morphic-Common'
}

{ #category : #'external resource management' }
Expand Down
2 changes: 1 addition & 1 deletion src/BlocHost-Morphic/BlMorphicEventHandler.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Class {
#classVars : [
'HorizontalScrolling'
],
#category : #'BlocHost-Morphic-Support'
#category : #'BlocHost-Morphic-Common - Events'
}

{ #category : #'instance creation' }
Expand Down
2 changes: 1 addition & 1 deletion src/BlocHost-Morphic/BlMorphicFormSurfaceRenderer.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Class {
#instVars : [
'spaceHostMorph'
],
#category : #'BlocHost-Morphic-Host - Common'
#category : #'BlocHost-Morphic-Common'
}

{ #category : #initialization }
Expand Down
2 changes: 1 addition & 1 deletion src/BlocHost-Morphic/BlMorphicHost.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Class {
#instVars : [
'containerMorph'
],
#category : #'BlocHost-Morphic-Host - Morph'
#category : #'BlocHost-Morphic-Embedded'
}

{ #category : #testing }
Expand Down
Loading