Kbase P176024: Excluding Data-Aware Proposal in Architect Preferences breaks content assist for references that exc
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  26/10/2010 |
|
Status: Unverified
SYMPTOM(s):
Excluding Data-Aware Proposal in Architect Preferences breaks content assist for references that exclude the package name
Excluding Data-Aware Proposal in OEA causes context assistance to stop working if USING is used to reference the package
Example:
USING <NameSpace>.<NameSpace>.*.
DEFINE VARIABLE oVar AS ClassName NO-UNDO.
oVar = NEW ClassName().
oVar:<CTRL-SPACE> /* Shows no context assistance entries if the Data-Aware Proposal option is selected in the Editor Assistance Preferences Page*/
FACT(s) (Environment):
Windows
OpenEdge 10.2x
CAUSE:
Bug# OE00201395
FIX:
To work around this issue include the entire namespace in all class references or de-select the Data-Aware Proposals option.