|
A few more...
---------------
Something I forgot to mention from when I still had the RB installed in
beta3. In the CHB, select some variable then invoke Class=>Create
Accessors... from the menu bar. It silently creates accessors for the
selected variable(s), rather than giving the dialog that the '...' promises
(and which is what I'd expect, since I'd have used the variable's context
menu if I'd wanted to create accessors for the selected ones).
---------------
In the CHB, go to some class, select the Method tab, and start typing to
create a new method. Until the method is saved 'self' is bound to nil in
that workspace, rather than the class.
---------------
Same scenario as above, or use the "new method" toolbar item. Type
something in. Decide you don't like it and use the toolbar item again to
start afresh. You get the usual "do you want to discard changes?" dialog,
answer no. The text is not discarded.
---------------
SmalltalkSystem class>>publishedEventsOfInstances should include
#protocolRemoved:.
---------------
An enhancement request. I've just noticed the
SystemBrowser=>Browse=>Resources referencing... command and I think it's a
very good idea. The request is for a similar option to browse for resources
containing instances of <some class>. Or has that already been added
somewhere else and I've missed it ?
(BTW, thanks for adding the ability to browse for compilation failures.)
---------------
Very minor. Browsing references to global 'CompositePresenter' shows
Presenter class>>icon. Is can see why it's happening, but it still seems a
little odd.
---------------
I think that SingleChunkReader>>fileInFrom: is using a block literal by
mistake, i.e. it should have:
(... or: [...]) ifTrue: ...
not:
[... or: [...]] ifTrue: ...
---------------
-- chris
|