[Pharo-project] Issue 3775 in pharo: FileList shouldn't inherit from StringHolder
Status: Fixed Owner: Benjamin...@gmail.com New issue 3775 by Benjamin...@gmail.com: 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
Updates: Labels: Milestone-1.3 Comment #1 on issue 3775 by marcus.d...@gmail.com: FileList shouldn't inherit from StringHolder http://code.google.com/p/pharo/issues/detail?id=3775 in 13070
Updates: Status: Closed Comment #2 on issue 3775 by marcus.d...@gmail.com: FileList shouldn't inherit from StringHolder http://code.google.com/p/pharo/issues/detail?id=3775 (No comment was entered for this change.)
participants (1)
-
pharo@googlecode.com