NewTools icon indicating copy to clipboard operation
NewTools copied to clipboard

Better class comment for MessageBrowserPresenter

Open Ducasse opened this issue 2 years ago • 1 comments

A MessageBrowser is a UI to browse a list of method, regardless of what they could be.

MessageBrowserPresenter new
	messages: (SystemNavigation new allSendersOf: #at:);
	open
MessageBrowserPresenter 
	browse: (SystemNavigation new allSendersOf: #at:)

Ducasse avatar Aug 01 '23 14:08 Ducasse

The issue is for Spec.

Ducasse avatar Aug 01 '23 16:08 Ducasse