pharo-project / pharo

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
http://pharo.org
Other
1.21k stars 355 forks source link

Code Completion: completion sometimes has its window in a random place #13709

Closed jecisc closed 11 months ago

jecisc commented 1 year ago

I don't really know how to reproduce it but I have often a case where my completion window is not in the right place.

image

I have the impression it happens when the completion is empty.

Might interest @privat

We can see the code I am typing in the screenshot

privat commented 1 year ago

I'm not able to reproduce. :(

jecisc commented 1 year ago

I know I still get this problem but I don't know how to reproduce it exactly :( (for now)

jecisc commented 1 year ago

I got it!

I created a Toto class. Then a toto method. And then I started to slowly type "tata" as a method name (after doing cmd + a to select the full toto method). And I got it to pop

jecisc commented 1 year ago
image
Enzo-Demeulenaere commented 11 months ago

This has been fixed last month but the issue is still open due to the lack of # in the commit message