PR# 5481 Autocomplete for 'if'

Problem Report Summary
Submitter: randyjohn
Category: EiffelStudio
Priority: Low
Date: 2005/08/25
Class: Bug
Severity: Non-critical
Number: 5481
Release: 5.6.1218
Confidential: No
Status: Open
Responsible:
Environment: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.1.4322; .NET CLR 2.0.50215)
Synopsis: Autocomplete for 'if'

Description
In the example that follows, I will use the vertical bar (|) to indicate where my cursor is.

When I type this:

	if c| then
		
	end

And then press RETURN, I get this:
	if c
	| then
		
	end

Yuck, there is a leading space in front of 'then'.  This used to be handled properly in 5.6.0723 (the leading space was removed).
   Randy
To Reproduce

										
Problem Report Interactions
From:randyjohn    Date:2005/11/11    Download