On Wed, Jul 8, 2015 at 8:07 PM, Sean P. DeNigris <sean@clipperadams.com> wrote:
Andrei Chis wrote
have the diff view appear dynamically in the debugger when you get an assertion failed due to PhexMatcher
Is that possible? I mean "does the framework allow for that capability", not "could it be hacked in".
That's almost possible but using the Glamour interface of the debugger. The Spec interface is not really optimized to be customizable. Though it should be doable with a bit more work. You would do that by creating a custom debugger extension and customizing the interface with the widgets that you want/need. Right now the framework does not automatically switch between extensions when it detects that a more specific extension is available, though incorporating these feature into the framework is not that difficult. The SUnit debugger gives an example of how to customize the glamour interface (http://scg.unibe.ch/research/moldabledebugger) Cheers, Andrei
----- Cheers, Sean -- View this message in context: http://forum.world.st/Moldable-Tools-are-Cooooool-tp4836594p4836600.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.