Enhancement request -- missing methods

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

Enhancement request -- missing methods

Chris Uppal-3
Is there any particular reason why SequenceableCollection>>endsWith: and
Integer>>setBit: don't exist (in parallel with #beginsWith: and #clearBit:
respectively) ?

I could post my code, but it's so trivial...

Also Aspect>>folder: (like Aspect>>fileSave: but with a folder dialog) would
be nice.  I notice that both Ian and I have added it (I found out the hard
way -- with a name clash, sigh...) so it's probably of general utility.

    -- chris