[Pharo-project] Issue 3773 in pharo: should get a better completionDialog
Status: Accepted Owner: stephane...@gmail.com Labels: Milestone-1.3 New issue 3773 by stephane...@gmail.com: 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.
Comment #1 on issue 3773 by stephane...@gmail.com: 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
Updates: Labels: -Milestone-1.3 Comment #2 on issue 3773 by marcus.d...@gmail.com: should get a better completionDialog http://code.google.com/p/pharo/issues/detail?id=3773 (No comment was entered for this change.)
participants (1)
-
pharo@googlecode.com