[squeak-dev] Re: deselection broken in method list

marcel.taeumel Marcel.Taeumel at hpi.de
Sun Apr 17 09:17:47 UTC 2016


Hi Eliot,

I think that you need these preferences:

PluggableListMorph menuRequestUpdatesSelection: false.
Preferences disable: #traceMessages.

Then, you can deselect everything in the list and file-out will file-out
everything.

Another way would be to show the vertical scroll bar and the menu icon:

ScrollBar scrollBarsWithoutMenuButton: false.
Preferences enable: #alwaysShowVScrollbar.

***

Anyway, the feature you are looking for, namely "file out all messages", is
not quite accessible at the moment. This may be one reason for your
discomfort. --- We should improve that! Such hidden features affect user
experience...

Sorry, for any inconveniences. Considering the request of this thread,
however, there is nothing broken.

Best,
Marcel



--
View this message in context: http://forum.world.st/deselection-broken-in-method-list-tp4770141p4890383.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.


More information about the Squeak-dev mailing list