PR# 19526 [er] EiffelStudio out of sync with large class text files
Problem Report Summary
			
									Submitter:	axarosenberg 
								
								
									Category:	EiffelStudio 
								
								
									Priority:	Medium 
								
							
									Date:	2019/02/19 
								
								
									Class:	Bug 
								
								
									Severity: Serious 
								
							
									Number:	19526 
								
								
									Release:	18.11.10.2592 
								
								
								
									
										Confidential: No 
									
								
							
									Status: Open 
								
								
									Responsible:  
								
							
									Environment: win 
								
							
									Synopsis: [er] EiffelStudio out of sync with large class text files 
								
							Description
										When editing large class text files in EiffelStudio, sometimes it ends up being out of sync when targeting some features: dropping the feature in the editor, or clicking on the feature name from the Features pane moves the cursor to the wrong location in the class text. Usually, recompiling from scratch solves the issue. -- Eric Bezault
To Reproduce
										Problem Report Interactions
			I confirm that recompiling from scratch solves the issue. Also note that my project is using <root all_classes="true"/>, just in case it makes a difference. -- Eric Bezault
I just have an example where clicking on the feature name in the Features pane moves the cursor to a place in the class text where the feature is used rather than scrolling to the text of the declaration of the feature. From what I remember, what I did is to give another name to this feature, and then introduce a new feature with the same (old) name. -- Eric Bezault