I just installed the Dark Theme with the GT Tools in a Pharo3 and they seem to work well now. Great great! The Dawn theme has difficult contrasts in other tools as well (even without GT installed). Try using the merge tool with it.... Johan On 08 Aug 2014, at 13:02, phil@highoctane.be wrote:
It works.
Now, following Johan point, the debugger is hard to read in a dark theme. See attached screenshot.
Phil
On Fri, Aug 8, 2014 at 11:55 AM, Andrei Chis <chisvasileandrei@gmail.com> wrote: Use GTGenericStackDebugger instead of GTDebugger. (it was renamed some time ago).
Cheers, Andrei
On Fri, Aug 8, 2014 at 11:51 AM, phil@highoctane.be <phil@highoctane.be> wrote: I have been trying to install the tools in Pharo 3 (Dark/Dawn Theme).
GTInspector loads and works pretty ok at first sight.
Gofer new url: 'http://www.smalltalkhub.com/mc/Moose/GToolkit/main'; configuration; load. (Smalltalk globals at: #ConfigurationOfGToolkit) loadDevelopment. "Works but with a warning" (Smalltalk globals at: #GTInspector) registerToolsOn: Smalltalk tools. "Ok" (Smalltalk globals at: #GTDebugger) registerToolsOn: Smalltalk tools. "Gives: KeyNotFound: key #GTDebugger not found in SystemDictionary"
Indeed there is no GTDebugger class but a set of other things.
What to use ?
TIA
âPhil
<GT08-08-14 13-00-52.png>