Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » [solved] New Navigator has an interesting bug 
	
		
		
			| [solved] New Navigator has an interesting bug [message #43702] | 
			Tue, 23 September 2014 13:18   | 
		 
		
			
				
				
				
					
						  
						cbpporter
						 Messages: 1428 Registered: September 2007 
						
					 | 
					Ultimate Contributor  | 
					 | 
		 
		 
	 | 
 
	
		So I have this extremely ugly auto-generated UT code: 
::ColorRGBA b;
b = ::ColorRGBA();
b = ::ColorRGBA((uint8)(50));
b = ::ColorRGBA(0.5f);
b = ::ColorRGBA(0.1);
b = ::ColorRGBA((uint8)(1), (uint8)(2), (uint8)(3));
b = ::ColorRGBA(0.1f, (float)(0.2), 0.3f);
b = ::ColorRGBA((uint8)(1), (uint8)(2), (uint8)(3), (uint8)(4));
b = ::ColorRGBA(0.1, 0.2, 0.3, 0.4);
b = ::ColorRGBA();
b = ::ColorRGBA((uint8)(50));
b = ::ColorRGBA(0.5f);
b = ::ColorRGBA(0.1);
b = ::ColorRGBA((uint8)(1), (uint8)(2), (uint8)(3));
b = ::ColorRGBA(0.1f, (float)(0.2), 0.3f);
b = ::ColorRGBA((uint8)(1), (uint8)(2), (uint8)(3), (uint8)(4));
b = ::ColorRGBA(0.1, 0.2, 0.3, 0.4);
b._();
b._((uint8)(50));
b._(0.5f);
b._(0.1);
b._((uint8)(1), (uint8)(2), (uint8)(3));
b._(0.1f, (float)(0.2), 0.3f);
b._((uint8)(1), (uint8)(2), (uint8)(3), (uint8)(4));
b._(0.1, 0.2, 0.3, 0.4);
b._();
b._((uint8)(50));
b._(0.5f);
b._(0.1);
b._((uint8)(1), (uint8)(2), (uint8)(3));
b._(0.1f, (float)(0.2), 0.3f);
b._((uint8)(1), (uint8)(2), (uint8)(3), (uint8)(4));
b._(0.1, 0.2, 0.3, 0.4);
  
 
It is indented with one tab. If I select it all and press Shift-tab, after about two second this happens: 
 
 
 
If I press tab again restoring the indentation the navigator returns to normal  .
		
	- 
	
 
	Attachment: bug.png
	 
	(Size: 48.54KB, Downloaded 678 times)
 
 
		
		[Updated on: Tue, 03 January 2017 12:01] Report message to a moderator  
 |  
	| 
		
	 | 
 
 
 |  
	| 
		
 |  
	| 
		
 |   
Goto Forum:
 
 Current Time: Tue Nov 04 10:16:34 CET 2025 
 Total time taken to generate the page: 0.05028 seconds 
 |