> > Log Message: > ----------- > 60403 > Moose > http://files.pharo.org/image/60/60403.zip > > This actually is a merge for GT… with:
The version moves the inspector to FastTable. More precisely it moves the Raw presentation and the presentations for collections to FastTable. For that it adds a tree datasource that has columns. More details here: http://forum.world.st/inspector-performance-improvement-td4933944.html There are still two issues that need to be fixed after integrating this version: - sorting in the Raw presentation does not preserve expanded elements - editing should be done using SHIFT+double click (in place) or using a popup window for larger expressions. This fixes: - case 19645 Enabling search triggers error in the FastTable renderer for Glamour - case 19560 The Glamour renderer for FastTable should offer a DataSource that combines a table and a tree presentation - case 19648 Collection>>gtInspectorItemsIn: should use FastTable Also fixes: - case 17578 GTInspector recognizes a mouse click only after moving the mouse - case 19423 Collection*gtInspectorItemsIn: defines the same helpMessage twice - case 17644 Header rows in the Inspector can be "dragged" - case 19676 We miss closeAllInspectors in Smalltalk tools inspector to close all inspectors, like we do for debuggers - case 19712 GTInspector should not sort variables by name
