PR# 5287 Autocompletion fails to open after a target expression

Problem Report Summary
Submitter: peter_gummer
Category: EiffelStudio
Priority: Medium
Date: 2005/07/21
Class: Bug
Severity: Non-critical
Number: 5287
Release: 5.6.1118
Confidential: No
Status: Open
Responsible: ted_eiffel
Environment: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Synopsis: Autocompletion fails to open after a target expression

Description
Executing step 3 below requires a little care, due to problem report 5286.
To Reproduce
1. Create and compile a new console application.

2. Open ROOT_CLASS in the editor.

3. Edit 'make' thus:

	make is
		local
			b: BOOLEAN
		do
			b := (1 |..| 2)
		end

4. After the expression, type a dot. Autocompletion fails to open.

5. Hit Ctrl+Space. Autocompletion still fails to open.
Problem Report Interactions
From:peter_gummer    Date:2005/11/11    Download