Re: [Pharo-users] Spec: Class pop list code completion

2016-09-23 Thread Peter Uhnak
Something like this?

TextInputFieldModel new
enableGlobalsCompletion;
openWithSpec


On Thu, Sep 22, 2016 at 12:04:50PM -0700, Brad Selfridge wrote:
> Is there a way in Spec to pop a list widget that contains class names when
> entering a partial class name in a test field, (like GTPlayground does)?   
> 
> p.s. I do not want to go down the Glamour route. 
> 
> 
> 
> -
> Brad Selfridge
> --
> View this message in context: 
> http://forum.world.st/Spec-Class-pop-list-code-completion-tp4916672.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
> 



Re: [Pharo-users] Spec: Class pop list code completion

2016-09-23 Thread Stephan Eggermont

On 22-09-16 21:42, Johan Fabry wrote:

Hi Brad,

AFAIK there is nothing prebuilt, you will have to roll your own.


You can configure a SelectEntity for it

Stephan




Re: [Pharo-users] Spec: Class pop list code completion

2016-09-22 Thread Johan Fabry
Hi Brad,

AFAIK there is nothing prebuilt, you will have to roll your own.

--
Does this mail seem too brief? Sorry for that, I don’t mean to be rude! Please 
see http://emailcharter.org .

Johan Fabry   -   http://pleiad.cl/~jfabry
PLEIAD and RyCh labs  -  Computer Science Department (DCC)  -  University of 
Chile

> On Sep 22, 2016, at 16:04, Brad Selfridge  wrote:
> 
> Is there a way in Spec to pop a list widget that contains class names when
> entering a partial class name in a test field, (like GTPlayground does)?   
> 
> p.s. I do not want to go down the Glamour route. 
> 
> 
> 
> -
> Brad Selfridge
> --
> View this message in context: 
> http://forum.world.st/Spec-Class-pop-list-code-completion-tp4916672.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
> 
>