PR# 19557 `Result' variable vanishes from auto complete within every feature with an alias.
Problem Report Summary
Submitter: rosivaldo
Category: EiffelStudio
Priority: Low
Date: 2019/08/05
Class: Bug
Severity: Non-critical
Number: 19557
Release: 19.05
Confidential: No
Status: Analyzed
Responsible:
Environment: win, win64
Synopsis: `Result' variable vanishes from auto complete within every feature with an alias.
Description
Just an add: this has plagued every (Windows) version of EiffelStudio I have worked with since 2004 or so.
To Reproduce
Try to access `Result' via auto complete within `value' below. It must be ok. Try the same within `aliased_value'. `Result' is not listed when pressed ctrl-space. class APPLICATION create make feature make do print (value (3)) end value (x: INTEGER): INTEGER do Result := x end aliased_value alias "+" (x: INTEGER): INTEGER do Result := x end end
Problem Report Interactions
Thanks you for this report, We will look at the editor issue caused by the alias.