PR# 19440 Right Click Pick Issue

Problem Report Summary
Submitter: hcater
Category: EiffelStudio
Priority: Medium
Date: 2018/05/14
Class: Bug
Severity: Serious
Number: 19440
Release: 17.05 and 18.01
Confidential: No
Status: Open
Responsible:
Environment: windows 10 64 bit
Synopsis: Right Click Pick Issue

Description
Cannot right click and pick a constant feature that is from an inherited class, nor as a member feature when there is at least one capital letter in the feature.

For example:

inherit

WEL_DT_CONSTANTS

test 
     local
          a : INTEGER
     do
           a := Dt_top
           a := {WEL_CAPABILITIES_CONSTANTS}.Driver_version
     end

Neither 'Dt_top', nor 'Driver_version' will be pickable.
To Reproduce
Inherit from WEL_DT_CONSTANTS and try a code snippet similar to above.
Problem Report Interactions