forked from qt-creator/qt-creator
		
	C++: Change back highlighting of types
The type highlighting change part of the recent patch
4a2a17af8a didn't seem to
please much from a visual point of view. It's a better
idea to keep the type highlighting as it was for now
and in the future try again the approach with an explicit
option and perhaps a more restrictive context.
The other patch is not reverted entirely because it does
fix a couple of bugs.
Change-Id: I806afa3d8c1c4b241080b8704255d737f61ee12c
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
			
			
This commit is contained in:
		@@ -56,7 +56,7 @@
 | 
			
		||||
// Whenever this feature is considered "accepted" the switch below should be permanently
 | 
			
		||||
// removed, unless we decide to actually make this a user setting - that is why it's
 | 
			
		||||
// currently a bool instead of a define.
 | 
			
		||||
static const bool highlightCtorDtorAsType = false;
 | 
			
		||||
static const bool highlightCtorDtorAsType = true;
 | 
			
		||||
 | 
			
		||||
using namespace CPlusPlus;
 | 
			
		||||
using namespace CppTools;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user