Skip to content

Commit

Permalink
Remove Bloc-States
Browse files Browse the repository at this point in the history
After a discussion with Martin it seems that states are now unused un Bloc and are now in Toplo with a better implementation. So I propose to remove them.

I moved the code in /~https://github.com/pharo-graphics/Bloc-LegacyCode

Note that this PR depends on pharo-graphics#422 because it would have created conflicts otherwise.

Fixes pharo-graphics#423
  • Loading branch information
jecisc committed Jan 26, 2024
1 parent bc7e2d5 commit 0a2314b
Show file tree
Hide file tree
Showing 29 changed files with 0 additions and 985 deletions.
7 changes: 0 additions & 7 deletions src/Bloc-Spec2/BlElement.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ BlElement >> inspectionResizers: aBuilder [
yourself
]

{ #category : #'*Bloc-Spec2' }
BlElement >> inspectionStates: aBuilder [
<inspectorPresentationOrder: 5 title: 'States'>

^ self states inspectionItems: aBuilder
]

{ #category : #'*Bloc-Spec2' }
BlElement >> inspectionTree: aBuilder [
<inspectorPresentationOrder: 2 title: 'Tree'>
Expand Down
23 changes: 0 additions & 23 deletions src/Bloc-Spec2/BlElementStates.extension.st

This file was deleted.

11 changes: 0 additions & 11 deletions src/Bloc/BlElement.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3788,17 +3788,6 @@ BlElement >> startTextInput [
BlElement >> startTextInputAtRectangle: aRectangle [
]

{ #category : #'api - style' }
BlElement >> states [

"Style and properties computation are not used and will be removed"
^ nil

"^ self userData
at: #blocStates
ifAbsentPut: [ BlElementStates new element: self ]"
]

{ #category : #'text input' }
BlElement >> stopTextInput [
]
Expand Down
70 changes: 0 additions & 70 deletions src/Bloc/BlElementCompositeState.class.st

This file was deleted.

20 changes: 0 additions & 20 deletions src/Bloc/BlElementConjunctionState.class.st

This file was deleted.

20 changes: 0 additions & 20 deletions src/Bloc/BlElementDefaultState.class.st

This file was deleted.

20 changes: 0 additions & 20 deletions src/Bloc/BlElementDisabledState.class.st

This file was deleted.

24 changes: 0 additions & 24 deletions src/Bloc/BlElementDisabledStateEventHandler.class.st

This file was deleted.

18 changes: 0 additions & 18 deletions src/Bloc/BlElementDisabledStateWish.class.st

This file was deleted.

20 changes: 0 additions & 20 deletions src/Bloc/BlElementDisjunctionState.class.st

This file was deleted.

20 changes: 0 additions & 20 deletions src/Bloc/BlElementFocusedState.class.st

This file was deleted.

30 changes: 0 additions & 30 deletions src/Bloc/BlElementFocusedStateEventHandler.class.st

This file was deleted.

5 changes: 0 additions & 5 deletions src/Bloc/BlElementHoveredEvent.class.st

This file was deleted.

30 changes: 0 additions & 30 deletions src/Bloc/BlElementHoveredState.class.st

This file was deleted.

42 changes: 0 additions & 42 deletions src/Bloc/BlElementHoveredStateEventHandler.class.st

This file was deleted.

Loading

0 comments on commit 0a2314b

Please sign in to comment.