Skip to content

Commit

Permalink
delete button removes morph from the world and tree spec morph from t…
Browse files Browse the repository at this point in the history
…he editor
  • Loading branch information
Ol-Ba committed Jul 12, 2022
1 parent ca627fb commit 2ab4ef0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
messaging
deleteMorph

self propertyList remove: self propertyList first.

self selectedTreeNode ifNil: [^ 'break'].
self propertyList copy do: [:each | self selectedTreeNode targetMorph = each targetMorph ifTrue: [each targetMorph extent: 0@0. each targetMorph abandon. self propertyList remove: each]].

self propertyTreeMorph update: self propertyTreeMorph getChildrenSelector.



This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"createTextPropertyOn:" : "LW 7/26/2021 16:44",
"defaultEmptyPanels" : "DM 8/7/2020 17:37",
"defaultPropertyPanelPosition" : "mjs 7/31/2021 16:18",
"deleteMorph" : "lka 7/1/2022 16:40",
"deleteMorph" : "ob 7/12/2022 18:45",
"editorTitle" : "LH 8/4/2020 10:31",
"editorTitle:" : "DM 8/3/2020 15:40",
"emptyPanels" : "DM 8/7/2020 17:37",
Expand All @@ -50,7 +50,7 @@
"informationBarText:" : "FH 8/1/2021 18:50",
"initialize" : "NR 6/26/2022 15:00",
"initializeJsonHandler" : "FH 8/1/2021 18:49",
"initializePropertyEditorPanel" : "FH 8/1/2021 18:49",
"initializePropertyEditorPanel" : "ob 7/12/2022 18:00",
"insertMorph:Into:" : "FH 8/1/2021 18:46",
"jsonHandler" : "CL 7/5/2021 17:17",
"jsonHandler:" : "FH 8/1/2021 18:24",
Expand Down Expand Up @@ -84,8 +84,6 @@
"timelines:" : "DM 8/6/2020 10:53",
"toolBuilder" : "JIZ 6/3/2020 17:00",
"toolBuilder:" : "JIZ 6/3/2020 16:59",
"treeSpec" : "FH 8/1/2021 18:27",
"treeSpec:" : "FH 8/1/2021 18:27",
"updateInformationText:" : "FH 8/1/2021 18:50",
"windowReference" : "DM 8/4/2020 13:19",
"windowReference:" : "DM 8/4/2020 13:19" } }
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"propertyList",
"selectedTreeNode",
"toolBuilder",
"treeSpec",
"propertyEditorPanelChildren",
"mainWindow",
"informationBarText",
Expand Down

0 comments on commit 2ab4ef0

Please sign in to comment.