myroslavarm / Experimental-Completion

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

add sorting strategies to settings #76

Closed myroslavarm closed 5 years ago

myroslavarm commented 5 years ago

the idea is that you should be able to choose various sorting strategies via settings, the same way it now happens with completion controllers. i was only able to port the functionality in general (aka that you could see sorting strategies in the settings) but still not successful in actually making the settings choice influence the environment

myroslavarm commented 5 years ago

PR : https://github.com/pharo-project/pharo/pull/4197

myroslavarm commented 5 years ago

done!