Weird issues while editing

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

Weird issues while editing

sergio_101
Hey, all..

I have been having a weird problem for awhile. It has been happening on both pharo 3 and pharo 4.

I can't pin down when it is happening, but here's what i am seeing:

at some random time, when i hit the backspace, the cursor moves to the beginning of the method name.. and if i type anything, it overwrites the method name and any other text..

if i try to backspace, the cursor goes all the way back to the beginning of the method name.

the only way out is to save or cancel changes, and try editing again..

any ideas?

thanks!
Reply | Threaded
Open this post in threaded view
|

Re: Weird issues while editing

Marcus Denker-4

> On 05 Mar 2015, at 22:36, sergio_101 <[hidden email]> wrote:
>
> Hey, all..
>
> I have been having a weird problem for awhile. It has been happening on both pharo 3 and pharo 4.
>
> I can't pin down when it is happening, but here's what i am seeing:
>
> at some random time, when i hit the backspace, the cursor moves to the beginning of the method name.. and if i type anything, it overwrites the method name and any other text..
>

I think this is the code-completion trying to “complete” whole methods… it is very annoying. I once searched for where it does it, but I could not find it.

        Marcus