On Tue, Dec 29, 2015 at 6:13 PM, Andrei Chis <[email protected]> wrote:
> Hi Mariano, > > I actually forgot about that change. > I'll add it tomorrow. Or if you have time today you can do it; it should > be exactly as in the Pharo 4 version. > > I want to commit but I don't have access. Could you add me to the team please? Thanks! > Cheers, > Andrei > > On Tue, Dec 29, 2015 at 10:03 PM, Mariano Martinez Peck < > [email protected]> wrote: > >> Hi Andrei, >> >> OK, the code loads correct now but I miss some changes you did back for >> 4.0. Remember the change on >> >> textAttributesForStackEntry: aContext >> >> (self selectedContext isNil or: self class enableStackColoring not) >> ifTrue: [ ^ {TextColor color: Smalltalk ui theme textColor} ]. >> >> * ^ Smalltalk ui theme styleContext: aContext from: self.* >> >> Which would delegate to the theme? And then we have special method >> for Pharo3DarkTheme. >> >> Is there a way to integrate that in the latest version too? >> >> Thanks! >> >> >> >> >> On Tue, Dec 29, 2015 at 2:48 PM, Andrei Chis <[email protected]> >> wrote: >> >>> Hi Mariano, >>> >>> The code below loads GTDebugger and registers the extensions. >>> >>> Gofer it >>> smalltalkhubUser: 'Moose' project: 'GToolkit'; >>> package: 'ConfigurationOfGTDebugger'; >>> load. >>> (Smalltalk at: #ConfigurationOfGTDebugger) loadDevelopment. >>> #GTGenericStackDebugger asClass register. >>> #GTSUnitDebugger asClass register. >>> #GTBytecodeDebugger asClass register. >>> Smalltalk tools registerDebugger: SpecDebugger withRank: 2. >>> >>> Cheers, >>> Andrei >>> >>> >>> On Tue, Dec 29, 2015 at 11:16 AM, Andrei Chis < >>> [email protected]> wrote: >>> >>>> I'm working now on a config for cleanly loading GTDebugger plus SUnit >>>> and bytecode extensions into Pharo 5. >>>> Hopefully it will be done by today or tomorrow. >>>> >>>> Cheers, >>>> Andrei >>>> >>>> On Tue, Dec 29, 2015 at 2:49 AM, Mariano Martinez Peck < >>>> [email protected]> wrote: >>>> >>>>> I tried: >>>>> >>>>> Gofer it >>>>> smalltalkhubUser: 'Moose' project: 'GToolkit'; >>>>> package: 'ConfigurationOfGTDebugger'; >>>>> load. >>>>> (Smalltalk at: #ConfigurationOfGTDebugger) loadBleedingEdge. >>>>> >>>>> >>>>> but that loads a hell of stuff I don't want...and conflicts and.. >>>>> >>>>> So.. how can I get simply GTDebugger with the SUnit extensions? >>>>> >>>>> Thanks in advance, >>>>> >>>>> -- >>>>> Mariano >>>>> http://marianopeck.wordpress.com >>>>> >>>> >>>> >>> >> >> >> -- >> Mariano >> http://marianopeck.wordpress.com >> > > -- Mariano http://marianopeck.wordpress.com
