#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Sat, 07 May 2016 12:39:42 +0200
changeset 5711 79fed9b84afe
parent 5710 7757eb8d4d3e
child 5712 001865a1591f
#UI_ENHANCEMENT by cg class: WorkspaceCompletionSupport changed: #suggestionsArrived:implementations:actions:autoSelect:
WorkspaceCompletionSupport.st
--- a/WorkspaceCompletionSupport.st	Sat May 07 12:39:25 2016 +0200
+++ b/WorkspaceCompletionSupport.st	Sat May 07 12:39:42 2016 +0200
@@ -195,7 +195,7 @@
                                     ].    
                                     actions value:indexInSuggestions
                                 ] ifFalse:[
-                                    (actions at:indexInSuggestions) value
+                                    (actions at:indexInSuggestions) valueWithOptionalArgument:indexInSuggestions
                                 ].
                             ].
                         ].