myroslavarm / Experimental-Completion

My internship project: improving code completion for Pharo
6 stars 3 forks source link

New Model: we use NECGlobalEntry, instead we should implement our own #46

Closed MarcusDenker closed 5 years ago

MarcusDenker commented 5 years ago

The CompletionModel uses only one kind of entry from the old system: the NECGlobalEntry

We should instead use our own entry class

MarcusDenker commented 5 years ago

We could use the idea to make an empty class and implement everything needed if there is a DNU

myroslavarm commented 5 years ago

PR: https://github.com/myroslavarm/Experimental-Completion/pull/56. Already works but there's space for improvements (i.e. making temps display first)

myroslavarm commented 5 years ago

implemented