30416 ----- 11645 missing visitSequence: method https://pharo.fogbugz.com/f/cases/11645 11646 Add Inspector Views / Types https://pharo.fogbugz.com/f/cases/11646 Camillo says: BAM! Inspectors just got a massive upgrade: - customizable subviews in the inspectors, by implementing #additionalInspectorClasses on the class which returns a collection of inspectors - by default: class-specific inspector + basic inspector - basic-inspector menu becomes obsolete (yet to be done) - switch between the inspector types via dropdown menu - shortcuts to navigate between the inspectors (CMD-0 .. CMD-9) - shortcut to get to the basic inspector (CMD-Shift-0) - shortcut to cycle between the inspectors (CMD-Shift-[ and CMD-Shift-]) - history is aware of selected inspector type - first basic integration of object explorer and view hierarchy (no dive support yet, should be rewritten using newer coding style) - more views on the way (namely for debugging views for AsmJit) - tree inspectors are no longer based on the tree explorer, but on the normal inspector infrastructure. Diff information: http://smalltalkhub.com/mc/Pharo/Pharo30/main/Spec-Inspector-MarcusDenker.90... http://smalltalkhub.com/mc/Pharo/Pharo30/main/Spec-Debugger-MarcusDenker.121... http://smalltalkhub.com/mc/Pharo/Pharo30/main/Spec-Core-MarcusDenker.159.dif... http://smalltalkhub.com/mc/Pharo/Pharo30/main/OpalCompiler-Core-MarcusDenker... http://smalltalkhub.com/mc/Pharo/Pharo30/main/Nautilus-MarcusDenker.542.diff
On Sep 22, 2013, at 10:44 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
30416 -----
11645 missing visitSequence: method https://pharo.fogbugz.com/f/cases/11645
11646 Add Inspector Views / Types https://pharo.fogbugz.com/f/cases/11646
This change breaks the Debugger. Which is odd because I remember that I tested exactly that when reviewing. https://pharo.fogbugz.com/f/cases/11654/Debugger-broken-class-InspectorWrapp... Marcus
On 2013-09-22, at 07:50, Marcus Denker <marcus.denker@inria.fr> wrote:
On Sep 22, 2013, at 10:44 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
30416 -----
11645 missing visitSequence: method https://pharo.fogbugz.com/f/cases/11645
11646 Add Inspector Views / Types https://pharo.fogbugz.com/f/cases/11646
This change breaks the Debugger. Which is odd because I remember that I tested exactly that when reviewing.
https://pharo.fogbugz.com/f/cases/11654/Debugger-broken-class-InspectorWrapp...
fixed it.
looks exciting :) On Sep 22, 2013, at 10:44 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
30416 -----
11645 missing visitSequence: method https://pharo.fogbugz.com/f/cases/11645
11646 Add Inspector Views / Types https://pharo.fogbugz.com/f/cases/11646
Camillo says:
BAM! Inspectors just got a massive upgrade: - customizable subviews in the inspectors, by implementing #additionalInspectorClasses on the class which returns a collection of inspectors - by default: class-specific inspector + basic inspector - basic-inspector menu becomes obsolete (yet to be done) - switch between the inspector types via dropdown menu - shortcuts to navigate between the inspectors (CMD-0 .. CMD-9) - shortcut to get to the basic inspector (CMD-Shift-0) - shortcut to cycle between the inspectors (CMD-Shift-[ and CMD-Shift-]) - history is aware of selected inspector type - first basic integration of object explorer and view hierarchy (no dive support yet, should be rewritten using newer coding style) - more views on the way (namely for debugging views for AsmJit) - tree inspectors are no longer based on the tree explorer, but on the normal inspector infrastructure.
Diff information: http://smalltalkhub.com/mc/Pharo/Pharo30/main/Spec-Inspector-MarcusDenker.90... http://smalltalkhub.com/mc/Pharo/Pharo30/main/Spec-Debugger-MarcusDenker.121... http://smalltalkhub.com/mc/Pharo/Pharo30/main/Spec-Core-MarcusDenker.159.dif... http://smalltalkhub.com/mc/Pharo/Pharo30/main/OpalCompiler-Core-MarcusDenker... http://smalltalkhub.com/mc/Pharo/Pharo30/main/Nautilus-MarcusDenker.542.diff
participants (3)
-
Camillo Bruni -
Marcus Denker -
Stéphane Ducasse