|
Class: WorkspaceCompletionSupport
Object
|
+--EditTextViewCompletionSupport
|
+--WorkspaceCompletionSupport
- Package:
- stx:libwidg
- Category:
- Interface-Smalltalk
- Version:
- rev:
1.31
date: 2023/09/08 13:20:23
- user: stefan
- file: WorkspaceCompletionSupport.st directory: libwidg
- module: stx stc-classLibrary: libwidg
A completion support using DWIM to complete code for Smalltalk (and JavaScript)
[instance variables:]
[class variables:]
copyrightCOPYRIGHT (c) 2013 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
defaults
-
numberOfCompletionSuggestionsShown
-
used to be 25, but that makes a long list, which seems disturbung
private
-
computeCompletions
-
compute completions (but do not show them)
-
contextOrNil
-
return the current executed method's context, or nil if there is none.
If completing inside a debugger, we'll have a context selected,
which will provide more info for better completions (types are known)
-
suggestionsArrived: suggestionsArg implementations: implementationsArg actions: actionsArg autoSelect: autoSelectArg
-
the background process has generated some suggestions
|