Re: [Pharo-users] GTInspector and code completion

2018-10-11 Thread Marcus Denker
> On 11 Oct 2018, at 15:40, Marcus Denker wrote: > > > >> On 11 Oct 2018, at 15:02, Hilaire > > wrote: >> >> Hi, >> >> In my working P7, when inspecting a Text object I don't have completion >> in the code evaluator. >> >> For example self allBolt does not auto-com

Re: [Pharo-users] GTInspector and code completion

2018-10-11 Thread Marcus Denker
> On 11 Oct 2018, at 15:02, Hilaire wrote: > > Hi, > > In my working P7, when inspecting a Text object I don't have completion > in the code evaluator. > > For example self allBolt does not auto-complete. > > On some other objects it works. > > The EyesInspector code evaluator provides the

[Pharo-users] GTInspector and code completion

2018-10-11 Thread Hilaire
Hi, In my working P7, when inspecting a Text object I don't have completion in the code evaluator. For example self allBolt does not auto-complete. On some other objects it works. The EyesInspector code evaluator provides the completion, but it is not as nice as GTInspector is. Am I missing so