pharo-ide/Calypso

QueryBrowser should work better with queries with specific type of result

dionisiydk opened this issue · 2 comments

Try open browser on senders sorted in reverted order:

ClyQueryBrowser openOn: ((ClyMessageSenders of: #do:) 
              withResult: (ClySortedQueryResult using: ClySortSystemItemFunction descending))

It will not correctly show state of Flat vs Hier. Switching to hierarchical view and then switching to flat view will loose original query result.
Browser should show result in the way which is specified in query itself. Default type of result should be forced only for unconfigured queries (like simple ClyMessageSenders of: #do:)

It is required feature to have better version of breakpoints browser (#383 )

in v0.14.1