[Pharo-project] strange autocomplete behavior
Hi guys, I don't know if any of you experience this problem, but with last versions of Pharo I have a strange behavior with code completion. The autocomplete list shows as I should, however after selecting an item hitting tab does not always completes the code as it should. For example try something like while typing Configuration... Do someone have an idea why this happens? Cheers, ciprian -- Dr. Ciprian TEODOROV Ingénieur Développement CAO tél : 06 08 54 73 48 mail : ciprian.teodorov@gmail.com www.teodorov.ro
Check the setting because there are many setting related to the autocompletion. Stef On Mar 3, 2013, at 1:46 PM, Ciprian Teodorov <ciprian.teodorov@gmail.com> wrote:
Hi guys,
I don't know if any of you experience this problem, but with last versions of Pharo I have a strange behavior with code completion.
The autocomplete list shows as I should, however after selecting an item hitting tab does not always completes the code as it should.
For example try something like while typing Configuration...
Do someone have an idea why this happens?
Cheers, ciprian -- Dr. Ciprian TEODOROV Ingénieur Développement CAO
tél : 06 08 54 73 48 mail : ciprian.teodorov@gmail.com www.teodorov.ro
There was a discussion about that recently now the autocompletion is partially done with tab and partially with enter by default. In your case tab didn't work because it was necessary to use enter. You can change in the setting browser to your favorite setting. 2013/3/3 stephane ducasse <stephane.ducasse@free.fr>
Check the setting because there are many setting related to the autocompletion.
Stef
On Mar 3, 2013, at 1:46 PM, Ciprian Teodorov <ciprian.teodorov@gmail.com> wrote:
Hi guys,
I don't know if any of you experience this problem, but with last versions of Pharo I have a strange behavior with code completion.
The autocomplete list shows as I should, however after selecting an item hitting tab does not always completes the code as it should.
For example try something like while typing Configuration...
Do someone have an idea why this happens?
Cheers, ciprian -- Dr. Ciprian TEODOROV Ingénieur Développement CAO
tél : 06 08 54 73 48 mail : ciprian.teodorov@gmail.com www.teodorov.ro
On Sun, Mar 3, 2013 at 9:46 AM, Ciprian Teodorov <ciprian.teodorov@gmail.com
wrote:
Hi guys,
I don't know if any of you experience this problem, but with last versions of Pharo I have a strange behavior with code completion.
The autocomplete list shows as I should, however after selecting an item hitting tab does not always completes the code as it should.
Yes, it happened to me. What is more weird is that when tab does not work, doing an "enter" does indeed work! weird.... However, it is even worst because it is like if it forgets about what I already typed, and it paste the whole word again (so I have duplicated parts now) The problem is that it is difficult to reproduce...
For example try something like while typing Configuration...
Do someone have an idea why this happens?
Cheers, ciprian -- Dr. Ciprian TEODOROV Ingénieur Développement CAO
tél : 06 08 54 73 48 mail : ciprian.teodorov@gmail.com www.teodorov.ro
-- Mariano http://marianopeck.wordpress.com
participants (4)
-
Ciprian Teodorov -
Clément Bera -
Mariano Martinez Peck -
stephane ducasse