PR# 3741 Feature name not clickable when target is a manifest constant
Problem Report Summary
Submitter: gobobe
Category: EiffelStudio
Priority: Medium
Date: 2004/05/03
Class: Bug
Severity: Non-critical
Number: 3741
Release: 5.5.0409
Confidential: No
Status: Analyzed
Responsible:
Environment: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02
Synopsis: Feature name not clickable when target is a manifest constant
Description
I already reported that when we have: feature {CHARACTER}.Max_value `Max_value' is not clickable in the Editor in basic text view (it has to be in flat view in the Context for example to be clickable) whereas with: my_char.Max_value `Max_value' is clickable. I found another case where the feature name is not clickable: ("foo").append ("bar") (1).out (1 + 1).out ... are not clickable, even in flat view in the Context.
To Reproduce