When a whole part of a project was working perfectly, I noticed a badly written line; despite this, no errors:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
There is a space between NextMe and .BaseNodeHeight.
It is not reported in the IDE and does not create any problems at runtime. The reason is that the space is ignored.
I take this opportunity to ask again ("Wish") that the editor automatically distributes the spaces in the lines (remove the superfluous spaces and add a space where it is "necessary", i.e. after arithmetic operators, closing parentheses, commas...).
			
			
			
				B4X:
			
		
		
		nx.Top = nx.Top - NextMe .BaseNode.HeightIt is not reported in the IDE and does not create any problems at runtime. The reason is that the space is ignored.
I take this opportunity to ask again ("Wish") that the editor automatically distributes the spaces in the lines (remove the superfluous spaces and add a space where it is "necessary", i.e. after arithmetic operators, closing parentheses, commas...).
 
				 
 
		 
 
		 
 
		