TypingVisitor window opens while editing a source

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

TypingVisitor window opens while editing a source

Richard Van de Moosdijk/G
Hi,

Since a few days Pharo opens a « TypingVisitor » window each time i try to edit a method (every one or two characters). It looks like a debug breakpoint:

How can i get rid of this?

Thank you for help.

Richard

Reply | Threaded
Open this post in threaded view
|

Re: TypingVisitor window opens while editing a source

hogoww

Hi Richard,

Could you open an Issue on the github repository please?
I was unable to reproduce it (quickly) with a fresh 64 pharo 8 or 9.
Maybe I had the wrong process.

Regardless, I think this is related with the code completion tool, so i'll take a look if you can indicate a reproducible case !


Pierre.

On 17/06/2020 09:41, Richard Van de Moosdijk/G wrote:
Hi,

Since a few days Pharo opens a « TypingVisitor » window each time i try to edit a method (every one or two characters). It looks like a debug breakpoint:

How can i get rid of this?

Thank you for help.

Richard

Reply | Threaded
Open this post in threaded view
|

Re: TypingVisitor window opens while editing a source

Marcus Denker-6
In reply to this post by Richard Van de Moosdijk/G
Ups, I will check, I did a back-port that was related to this.

> On 17 Jun 2020, at 09:41, Richard Van de Moosdijk/G <[hidden email]> wrote:
>
> Hi,
>
> Since a few days Pharo opens a « TypingVisitor » window each time i try to edit a method (every one or two characters). It looks like a debug breakpoint:
> <PastedGraphic-1.tiff>
>
> How can i get rid of this?
>
> Thank you for help.
>
> Richard
>


Reply | Threaded
Open this post in threaded view
|

Re: TypingVisitor window opens while editing a source

Marcus Denker-4
In reply to this post by Richard Van de Moosdijk/G
Hello,

I can not reproduce.

In Pharo8 (latest, not stable) the back-port added exactly that method on Undefined.

Maybe a workaround is to add yourself to UndefinedObject:


commonSuperclassWith: aClass
  ^ self

> On 17 Jun 2020, at 09:41, Richard Van de Moosdijk/G <[hidden email]> wrote:
>
> Hi,
>
> Since a few days Pharo opens a « TypingVisitor » window each time i try to edit a method (every one or two characters). It looks like a debug breakpoint:
> <PastedGraphic-1.tiff>
>
> How can i get rid of this?
>
> Thank you for help.
>
> Richard
>