Issue 3793 in pharo: MorphTreeMorph >> #addSelectedNodeItem:

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3793 in pharo: MorphTreeMorph >> #addSelectedNodeItem:

pharo
Status: Fixed
Owner: [hidden email]

New issue 3793 by [hidden email]: 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


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3793 in pharo: MorphTreeMorph >> #addSelectedNodeItem:

pharo
Updates:
        Cc: aplantec

Comment #1 on issue 3793 by [hidden email]: MorphTreeMorph >>  
#addSelectedNodeItem:
http://code.google.com/p/pharo/issues/detail?id=3793

(No comment was entered for this change.)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3793 in pharo: MorphTreeMorph >> #addSelectedNodeItem:

pharo
Updates:
        Status: Accepted

Comment #2 on issue 3793 by [hidden email]: MorphTreeMorph >>  
#addSelectedNodeItem:
http://code.google.com/p/pharo/issues/detail?id=3793

(No comment was entered for this change.)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3793 in pharo: MorphTreeMorph >> #addSelectedNodeItem:

pharo

Comment #3 on issue 3793 by [hidden email]: MorphTreeMorph >>  
#addSelectedNodeItem:
http://code.google.com/p/pharo/issues/detail?id=3793

forgot to add the cs

Attachments:
        MorphTreeMorph.bvr.1.cs  268 bytes


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3793 in pharo: MorphTreeMorph >> #addSelectedNodeItem:

pharo
Updates:
        Status: Closed
        Labels: Milestone-1.3

Comment #4 on issue 3793 by [hidden email]: MorphTreeMorph >>  
#addSelectedNodeItem:
http://code.google.com/p/pharo/issues/detail?id=3793

in 13114