Skip to content

Commit

Permalink
Fix revealActiveTreeMember for compressed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Jan 18, 2025
1 parent c9d886f commit f9e9125
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ui
revealActiveTreeMember
self activeRefTreeMember ifNotNil: [ | path |
path := self activeRefTreeMember withAllParents allButFirst.
path := self activeRefTreeMember withAllUncompressedParents allButFirst.
self changed: {#openPath}, (path collect: #label)].
self changed: #activeRefTreeMember.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"refTreeRoots" : "mad 12/16/2024 21:55",
"refsChanged" : "mad 12/16/2024 20:45",
"reopen" : "mad 1/15/2025 18:56",
"revealActiveTreeMember" : "mad 12/23/2024 20:04",
"revealActiveTreeMember" : "mad 1/18/2025 15:49",
"unitOfWork" : "mad 9/19/2023 12:37",
"update:" : "mad 12/21/2024 20:47",
"updateRefTree" : "mad 12/16/2024 22:13",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
compressing
compressible
self subclassResponsibility.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessing
withAllUncompressedParents
^ self withAllParents reject: #willCompress
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"children:" : "mad 12/16/2024 21:41",
"compressed" : "mad 1/15/2025 17:33",
"compressedChildren" : "mad 1/15/2025 17:30",
"compressible" : "mad 1/18/2025 15:50",
"ensure:" : "mad 1/15/2025 17:54",
"findRef:ifFound:ifNone:" : "mad 1/17/2025 11:11",
"findRef:ifNone:" : "mad 1/17/2025 11:12",
Expand All @@ -25,5 +26,6 @@
"wants:" : "mad 1/15/2025 17:55",
"willCompress" : "mad 1/15/2025 17:27",
"withAllParents" : "mad 12/16/2024 23:09",
"withAllUncompressedParents" : "mad 1/18/2025 15:49",
"workingCopy" : "mad 10/9/2024 23:31",
"workingCopy:" : "mad 10/9/2024 23:32" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
as yet unclassified
compressible
^ false
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"children" : "mad 10/10/2024 01:08",
"children:" : "mad 12/16/2024 21:41",
"compressed" : "mad 1/15/2025 17:33",
"compressible" : "mad 1/18/2025 15:50",
"ensure:" : "mad 1/15/2025 13:46",
"isActive" : "mad 12/17/2024 19:24",
"isRef" : "mad 10/9/2024 23:33",
Expand Down

0 comments on commit f9e9125

Please sign in to comment.