Skip to content

Commit

Permalink
Fixed null check in test, used capital letters in messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ol-Ba committed Jul 30, 2022
1 parent 8604864 commit 2ed11a2
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
messaging
messageActivateProperty

^ 'activate property first'.
^ 'Activate property first'.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
messaging
messageAddedKeyframe

^'added keyframe'.
^'Added keyframe'.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
messaging
messageMorphDeleted

^ 'selected Morph deleted'.
^ 'Selected Morph deleted'.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
messaging
messageNoMorphAddedOrActivatedProperty

^ 'no morph added or property activated'.
^ 'No morph added or property activated'.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
messaging
messageNoMorphSelected

^ 'no morph selected'.
^ 'No morph selected'.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
messaging
messageNoPropertySelected

^'no property selected'.
^'No property selected'.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
messaging
messagePlayAnimations

^ 'playing selected animation.'.
^ 'Playing selected animation.'.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"defaultEmptyPanels" : "DM 8/7/2020 17:37",
"defaultPropertyPanelPosition" : "mjs 7/31/2021 16:18",
"deleteMorph" : "lka 7/21/2022 16:55",
"deleteMorph:" : "NR 7/18/2022 18:35",
"editorTitle" : "LH 8/4/2020 10:31",
"editorTitle:" : "DM 8/3/2020 15:40",
"emptyPanels" : "DM 8/7/2020 17:37",
Expand All @@ -60,13 +59,13 @@
"loadJsonWithExceptionHandling:" : "FH 8/1/2021 18:48",
"mainWindow" : "JIZ 6/3/2020 17:04",
"mainWindow:" : "JIZ 6/3/2020 17:04",
"messageActivateProperty" : "lka 7/21/2022 16:59",
"messageAddedKeyframe" : "lka 7/21/2022 16:58",
"messageMorphDeleted" : "lka 7/20/2022 15:37",
"messageNoMorphAddedOrActivatedProperty" : "lka 7/21/2022 16:48",
"messageNoMorphSelected" : "lka 7/21/2022 16:55",
"messageNoPropertySelected" : "lka 7/21/2022 16:57",
"messagePlayAnimations" : "lka 7/21/2022 16:53",
"messageActivateProperty" : "ob 7/30/2022 16:48",
"messageAddedKeyframe" : "ob 7/30/2022 16:48",
"messageMorphDeleted" : "ob 7/30/2022 16:48",
"messageNoMorphAddedOrActivatedProperty" : "ob 7/30/2022 16:48",
"messageNoMorphSelected" : "ob 7/30/2022 16:48",
"messageNoPropertySelected" : "ob 7/30/2022 16:49",
"messagePlayAnimations" : "ob 7/30/2022 16:48",
"numberButtons" : "lka 7/1/2022 16:04",
"playAnimations" : "lka 7/21/2022 16:56",
"propertyEditorPanel" : "DM 6/22/2020 01:27",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
"frame" : "MH 7/8/2021 11:08",
"frame:" : "MH 7/8/2021 11:10",
"initialize" : "ob 7/30/2022 13:41",
"isActivated" : "ob 6/26/2022 18:59",
"isActivated:" : "ob 6/26/2022 18:59",
"isFirstFrame" : "MH 7/8/2021 11:31",
"isKey:outOfBound:" : "MH 7/8/2021 11:36",
"isKeyframeExceptStartFrameExistent" : "FH 8/1/2021 19:11",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
support
morphIsDeleted
"replace with self animationsEditorInstance selectedTreeNoe isNil"
^self animationsEditorInstance propertyTreeMorph submorphs first submorphs size = 1.

^self animationsEditorInstance selectedTreeNode isNil.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"instance" : {
"animationsEditorInstance" : "MH 8/1/2021 18:39",
"animationsEditorInstance:" : "MH 8/1/2021 18:39",
"morphIsDeleted" : "NR 7/30/2022 16:23",
"morphIsDeleted" : "ob 7/30/2022 16:50",
"setUp" : "NR 7/30/2022 15:15",
"tearDown" : "NR 7/30/2022 15:15",
"testGetDeepestMorph" : "MH 8/1/2021 18:40",
Expand Down

0 comments on commit 2ed11a2

Please sign in to comment.