WorkspaceCompletionSupport.st
branchtext-view-selection-refactoring
changeset 4852 04fe7fca9320
parent 4802 a25143f6e512
child 4853 451f3b5f90bc
equal deleted inserted replaced
4851:6cebb40eb268 4852:04fe7fca9320
    38     ].
    38     ].
    39 
    39 
    40     UserInformation ignoreIn:[
    40     UserInformation ignoreIn:[
    41         anyFound := false.
    41         anyFound := false.
    42         DoWhatIMeanSupport 
    42         DoWhatIMeanSupport 
    43             codeCompletionForLanguage: editView editedLanguage
    43             codeCompletionFor: editView codeAspect
       
    44             language: editView editedLanguage
    44             method:editView editedMethod
    45             method:editView editedMethod
    45             orClass:editView editedClass 
    46             orClass:editView editedClass 
    46             context:contextOrNil 
    47             context:contextOrNil 
    47             codeView:editView 
    48             codeView:editView 
    48             into:[:listOfSuggestions :listOfActions :titleWhenAsking |
    49             into:[:listOfSuggestions :listOfActions :titleWhenAsking |
   229 ! !
   230 ! !
   230 
   231 
   231 !WorkspaceCompletionSupport class methodsFor:'documentation'!
   232 !WorkspaceCompletionSupport class methodsFor:'documentation'!
   232 
   233 
   233 version
   234 version
   234     ^ '$Header: /cvs/stx/stx/libwidg/WorkspaceCompletionSupport.st,v 1.1 2013-09-26 17:07:44 vrany Exp $'
   235     ^ '$Header: /cvs/stx/stx/libwidg/WorkspaceCompletionSupport.st,v 1.2 2013/09/27 09:26:43 vrany Exp $'
   235 !
   236 !
   236 
   237 
   237 version_CVS
   238 version_CVS
   238     ^ '$Header: /cvs/stx/stx/libwidg/WorkspaceCompletionSupport.st,v 1.1 2013-09-26 17:07:44 vrany Exp $'
   239     ^ '$Header: /cvs/stx/stx/libwidg/WorkspaceCompletionSupport.st,v 1.2 2013/09/27 09:26:43 vrany Exp $'
   239 ! !
   240 ! !
   240 
   241