[Pharo-project] Issue 3793 in pharo: MorphTreeMorph >> #addSelectedNodeItem:
Status: Fixed Owner: Benjamin...@gmail.com New issue 3793 by Benjamin...@gmail.com: MorphTreeMorph >> #addSelectedNodeItem: http://code.google.com/p/pharo/issues/detail?id=3793 addSelectedNodeItem: aNodeItem self selectionAdd: (self nodeMorphsWithNodeItem: aNodeItem). But nodeMorphsWithNodeItem: aNodeItem ^ self allNodeMorphs select: [:m | m complexContents withoutListWrapper = aNodeItem] so if you do treeMorph addSelectedNodeItem: 'test', you get a DNU: Array DNU highlight
Updates: Cc: aplantec Comment #1 on issue 3793 by stephane...@gmail.com: MorphTreeMorph >> #addSelectedNodeItem: http://code.google.com/p/pharo/issues/detail?id=3793 (No comment was entered for this change.)
Updates: Status: Accepted Comment #2 on issue 3793 by stephane...@gmail.com: MorphTreeMorph >> #addSelectedNodeItem: http://code.google.com/p/pharo/issues/detail?id=3793 (No comment was entered for this change.)
Comment #3 on issue 3793 by Benjamin...@gmail.com: MorphTreeMorph >> #addSelectedNodeItem: http://code.google.com/p/pharo/issues/detail?id=3793 forgot to add the cs Attachments: MorphTreeMorph.bvr.1.cs 268 bytes
Updates: Status: Closed Labels: Milestone-1.3 Comment #4 on issue 3793 by marcus.d...@gmail.com: MorphTreeMorph >> #addSelectedNodeItem: http://code.google.com/p/pharo/issues/detail?id=3793 in 13114
participants (1)
-
pharo@googlecode.com