eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'WorkspaceCompletionSupport':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: WorkspaceCompletionSupport


Inheritance:

   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

Description:


A completion support using DWIM to complete code for Smalltalk (and JavaScript)


[instance variables:]

[class variables:]

copyright

COPYRIGHT (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.

Class protocol:

defaults
o  numberOfCompletionSuggestionsShown
used to be 25, but that makes a long list, which seems disturbung


Instance protocol:

private
o  computeCompletions
compute completions (but do not show them)

o  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)

o  suggestionsArrived: suggestionsArg implementations: implementationsArg actions: actionsArg autoSelect: autoSelectArg
the background process has generated some suggestions



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 06:48:40 GMT