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=3775FileList 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