Issue 3775 in pharo: FileList shouldn't inherit from StringHolder

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

Issue 3775 in pharo: FileList shouldn't inherit from StringHolder

pharo
Status: Fixed
Owner: [hidden email]

New issue 3775 by [hidden email]: FileList shouldn't inherit from  
StringHolder
http://code.google.com/p/pharo/issues/detail?id=3775

FileList reuse only one method from StringHolder which is:

contentsSelection
        "Return the interval of text in the code pane to select when I set the  
pane's contents"

        ^ 1 to: 0  "null selection"

It was used to set the selection of a PluggableTextMorph, so I just put nil  
instead :)



Attachments:
        FixFileList.1.cs  655 bytes


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3775 in pharo: FileList shouldn't inherit from StringHolder

pharo
Updates:
        Labels: Milestone-1.3

Comment #1 on issue 3775 by [hidden email]: FileList shouldn't  
inherit from StringHolder
http://code.google.com/p/pharo/issues/detail?id=3775

in 13070


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3775 in pharo: FileList shouldn't inherit from StringHolder

pharo
Updates:
        Status: Closed

Comment #2 on issue 3775 by [hidden email]: FileList shouldn't  
inherit from StringHolder
http://code.google.com/p/pharo/issues/detail?id=3775

(No comment was entered for this change.)