Re: [Pharo-users] Customised auto-completion to give priority to specific packages

2016-02-20 Thread Denis Kudriashov
Hi 2015-08-19 19:04 GMT+02:00 Attila Magyar : > It would be really nice to have real message completion in the > debugger/inspector/workspace where the types of the variables are known. > For > example, when I'm debugging a method and an instance variable is already > initialized to a String, the

Re: [Pharo-users] Customised auto-completion to give priority to specific packages

2016-02-18 Thread stepharo
I agree! I would really like to have another pass done on the ecompletion. Stef Le 19/8/15 19:04, Attila Magyar a écrit : It would be really nice to have real message completion in the debugger/inspector/workspace where the types of the variables are known. For example, when I'm debugging a met

Re: [Pharo-users] Customised auto-completion to give priority to specific packages

2015-08-19 Thread Attila Magyar
Attila Magyar wrote > It would be really nice to have real message completion in the > debugger/inspector/workspace where the types of the variables are known. > For example, when I'm debugging a method and an instance variable is > already initialized to a String, then the auto completion could sh

Re: [Pharo-users] Customised auto-completion to give priority to specific packages

2015-08-19 Thread Attila Magyar
It would be really nice to have real message completion in the debugger/inspector/workspace where the types of the variables are known. For example, when I'm debugging a method and an instance variable is already initialized to a String, then the auto completion could show me only the messages asso

Re: [Pharo-users] Customised auto-completion to give priority to specific packages

2015-08-19 Thread webwarrior
I have interest in customized auto-completion. It would be also cool if it was possible to assign customized auto-completion to some instvars/arguments (for example based on knowlege about what their type is expected to be). -- View this message in context: http://forum.world.st/Customised-aut

[Pharo-users] Customised auto-completion to give priority to specific packages

2015-08-05 Thread Dimitris Chloupis
As a next step for my project Ephestos , I want to mess with auto-completion. My goal is for auto completion to give priority to the Ephestos packages. This way the Ephestos users will get recommended first auto completion of Ephestos classes and methods, I will then add a line to separate those fr