2015-10-06 15:28 GMT+02:00 Esteban Lorenzano
<estebanlm@gmail.com>:
OCompletion is already in the image (since Pharo 2.0).
if you check your settings, under "Code Completion���, Controller��� it should say NOCController.
Funny, I always thought the NOC-Classes are some kind of "Old" NEC-Classes.
Is a lot better than older NECController, but still far from good enough.
Some more information on this? What is missing.
ECompletion was just a list of matching classes/selectors
OCompletion added some candy like showing first last typed entries (with some other heuristic). AFAIR It was scanning changes file to do it so Camilo changed it to do something more ���image based��� (and fast), but we never got happy with the results.
IMO older version was a bit better (but do not be mistaken: it was just ���a bit��� better��� we changed it because Marcus hated it, and I think he still does :P)
So there you have��� we need a real completion tool, I agree��� :)
Esteban