Issue 3773 in pharo: should get a better completionDialog

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3773 in pharo: should get a better completionDialog

pharo
Status: Accepted
Owner: [hidden email]
Labels: Milestone-1.3

New issue 3773 by [hidden email]: should get a better  
completionDialog
http://code.google.com/p/pharo/issues/detail?id=3773

OBCompletionDialog / OBCompletionRequest come with the OB from Pharo 1.2.  
The way to use it is like:

        OBCompletionRequest new
                        prompt: 'Find Class';
                        searchBlock: [ :string | OBCmdFindClass new findClassIn: Smalltalk  
pattern: string ];
                        labelBlock: [ :class | class name ];
                        iconBlock: [ :class | class browserIcon ];
                        signal.



Reply | Threaded
Open this post in threaded view
|

Re: Issue 3773 in pharo: should get a better completionDialog

pharo

Comment #1 on issue 3773 by [hidden email]: should get a better  
completionDialog
http://code.google.com/p/pharo/issues/detail?id=3773

OBCompletionRequest is the configuration of the OBCompletionDialog

(OBCompletionDialog openOn: aReqest) answer

would be good also to merge OBPluggableListMorph into PluggableListMorph


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3773 in pharo: should get a better completionDialog

pharo
Updates:
        Labels: -Milestone-1.3

Comment #2 on issue 3773 by [hidden email]: should get a better  
completionDialog
http://code.google.com/p/pharo/issues/detail?id=3773

(No comment was entered for this change.)