-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from OpenSmock/typo
- Loading branch information
Showing
34 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Extension { #name : #BlElevation } | ||
|
||
{ #category : #'*Bloc-Serialization-Stash' } | ||
BlElevation >> asStashContructor [ | ||
BlElevation >> asStashConstructor [ | ||
|
||
^ self class printString , ' elevation: ' , self elevation printString | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Extension { #name : #BlFocusabilityAfter } | ||
|
||
{ #category : #'*Bloc-Serialization-Stash' } | ||
BlFocusabilityAfter >> asStashContructor [ | ||
BlFocusabilityAfter >> asStashConstructor [ | ||
|
||
^ 'BlFocusability after' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Extension { #name : #BlFocusabilityBefore } | ||
|
||
{ #category : #'*Bloc-Serialization-Stash' } | ||
BlFocusabilityBefore >> asStashContructor [ | ||
BlFocusabilityBefore >> asStashConstructor [ | ||
|
||
^ 'BlFocusability before' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Extension { #name : #BlFocusabilityBlock } | ||
|
||
{ #category : #'*Bloc-Serialization-Stash' } | ||
BlFocusabilityBlock >> asStashContructor [ | ||
BlFocusabilityBlock >> asStashConstructor [ | ||
|
||
^ 'BlFocusability block' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Extension { #name : #BlFocusabilityIgnore } | ||
|
||
{ #category : #'*Bloc-Serialization-Stash' } | ||
BlFocusabilityIgnore >> asStashContructor [ | ||
BlFocusabilityIgnore >> asStashConstructor [ | ||
|
||
^ 'BlFocusability ignore' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Extension { #name : #BlFocusabilityNone } | ||
|
||
{ #category : #'*Bloc-Serialization-Stash' } | ||
BlFocusabilityNone >> asStashContructor [ | ||
BlFocusabilityNone >> asStashConstructor [ | ||
|
||
^ 'BlFocusability none' | ||
] |
4 changes: 2 additions & 2 deletions
4
src/Bloc-Serialization-Stash/BlGaussianShadowEffect.extension.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Extension { #name : #BlOutskirtsCentered } | ||
|
||
{ #category : #'*Bloc-Serialization-Stash' } | ||
BlOutskirtsCentered >> asStashContructor [ | ||
BlOutskirtsCentered >> asStashConstructor [ | ||
|
||
^ 'BlOutskirts centered' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Extension { #name : #BlOutskirtsInside } | ||
|
||
{ #category : #'*Bloc-Serialization-Stash' } | ||
BlOutskirtsInside >> asStashContructor [ | ||
BlOutskirtsInside >> asStashConstructor [ | ||
|
||
^ 'BlOutskirts inside' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Extension { #name : #BlOutskirtsOutside } | ||
|
||
{ #category : #'*Bloc-Serialization-Stash' } | ||
BlOutskirtsOutside >> asStashContructor [ | ||
BlOutskirtsOutside >> asStashConstructor [ | ||
|
||
^ 'BlOutskirts outside' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/Bloc-Serialization-Stash/BlRoundedRectangleGeometry.extension.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/Bloc-Serialization-Stash/BlSimpleShadowEffect.extension.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Extension { #name : #BlSimpleShadowEffect } | ||
|
||
{ #category : #'*Bloc-Serialization-Stash' } | ||
BlSimpleShadowEffect >> asStashContructor [ | ||
BlSimpleShadowEffect >> asStashConstructor [ | ||
|
||
self flag: #ToFix. "Not correct" | ||
^ 'BlSimpleShadowEffect color: (' , self color asStashContructor | ||
^ 'BlSimpleShadowEffect color: (' , self color asStashConstructor | ||
, ') offset: ((' , self offset x printString , ')@(' | ||
, self offset y printString , '))' | ||
] |
2 changes: 1 addition & 1 deletion
2
src/Bloc-Serialization-Stash/BlStrokeLineBevelJoin.extension.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Extension { #name : #BlStrokeLineBevelJoin } | ||
|
||
{ #category : #'*Bloc-Serialization-Stash' } | ||
BlStrokeLineBevelJoin >> asStashContructor [ | ||
BlStrokeLineBevelJoin >> asStashConstructor [ | ||
|
||
^ 'BlStrokeLineJoin bevel' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Extension { #name : #BlStrokeLineButtCap } | ||
|
||
{ #category : #'*Bloc-Serialization-Stash' } | ||
BlStrokeLineButtCap >> asStashContructor [ | ||
BlStrokeLineButtCap >> asStashConstructor [ | ||
|
||
^ 'BlStrokeLineCap butt' | ||
] |
2 changes: 1 addition & 1 deletion
2
src/Bloc-Serialization-Stash/BlStrokeLineMiterJoin.extension.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Extension { #name : #BlStrokeLineMiterJoin } | ||
|
||
{ #category : #'*Bloc-Serialization-Stash' } | ||
BlStrokeLineMiterJoin >> asStashContructor [ | ||
BlStrokeLineMiterJoin >> asStashConstructor [ | ||
|
||
^ 'BlStrokeLineJoin miter' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Extension { #name : #BlStrokeLineRoundCap } | ||
|
||
{ #category : #'*Bloc-Serialization-Stash' } | ||
BlStrokeLineRoundCap >> asStashContructor [ | ||
BlStrokeLineRoundCap >> asStashConstructor [ | ||
|
||
^ 'BlStrokeLineCap round' | ||
] |
2 changes: 1 addition & 1 deletion
2
src/Bloc-Serialization-Stash/BlStrokeLineRoundJoin.extension.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Extension { #name : #BlStrokeLineRoundJoin } | ||
|
||
{ #category : #'*Bloc-Serialization-Stash' } | ||
BlStrokeLineRoundJoin >> asStashContructor [ | ||
BlStrokeLineRoundJoin >> asStashConstructor [ | ||
|
||
^ 'BlStrokeLineJoin round' | ||
] |
2 changes: 1 addition & 1 deletion
2
src/Bloc-Serialization-Stash/BlStrokeLineSquareCap.extension.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Extension { #name : #BlStrokeLineSquareCap } | ||
|
||
{ #category : #'*Bloc-Serialization-Stash' } | ||
BlStrokeLineSquareCap >> asStashContructor [ | ||
BlStrokeLineSquareCap >> asStashConstructor [ | ||
|
||
^ 'BlStrokeLineCap square' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Extension { #name : #BlVisibilityGone } | ||
|
||
{ #category : #'*Bloc-Serialization-Stash' } | ||
BlVisibilityGone >> asStashContructor [ | ||
BlVisibilityGone >> asStashConstructor [ | ||
|
||
^ 'BlVisibility gone' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Extension { #name : #BlVisibilityHidden } | ||
|
||
{ #category : #'*Bloc-Serialization-Stash' } | ||
BlVisibilityHidden >> asStashContructor [ | ||
BlVisibilityHidden >> asStashConstructor [ | ||
|
||
^ 'BlVisibility hidden' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Extension { #name : #BlVisibilityVisible } | ||
|
||
{ #category : #'*Bloc-Serialization-Stash' } | ||
BlVisibilityVisible >> asStashContructor [ | ||
BlVisibilityVisible >> asStashConstructor [ | ||
|
||
^ 'BlVisibility visible' | ||
] |