>  Log Message:
>  -----------
>  60436
> Moose
> 
> http://files.pharo.org/image/60/60436.zip
> 


This brings changes to the inspector, debugger and fast table renderer for 
glamour.
Detailed changes:

- added support for refresh in the Inspector/Playground. The refresh uses the 
stepping mechanism from Morphic. There exists a setting to start/stop the 
refresh. Each presentation can decide if it wants refresh or not.

- the Glamour renderer for fast table uses now a LRUCache for storing the 
string representation returned by the #format: block. This is disabled by 
default and configureable per presentation. By default it is enabled for the 
Raw presentation and the collection presentations.

- the debugger now offers access to variables defined in the playground when 
debugging code from the playground

- the inspector uses GTInspectorVariableNode to model variables in the Raw view.

- fixed inspector issues with collections 

Also fixes issues:
- case 18899 Raw presentation from the debugger inspector raises error when the 
rawSelection comes from another presentation
- case 17949 Missing evaluator presentation for the current context in debugger
- case 19753 Disappearing content in the context inspector from GTDebugger when 
tags are used
- case 19720 Add method scoped [Evaluator] tab to debugger
- case 14569 GTInspector should do live updates of objects and their slots



Reply via email to