forked from qt-creator/qt-creator
		
	Implement selection expanding / shrinking, that is aware of C++ semantics, thus giving smart selection changing. Change-Id: I1386a20597fa6bb85c3aa0d8ddfb87cdb3fd7c38 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
		
			
				
	
	
		
			20 lines
		
	
	
		
			302 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			302 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
| TEMPLATE = subdirs
 | |
| CONFIG += ordered
 | |
| 
 | |
| SUBDIRS = \
 | |
|     ast \
 | |
|     codeformatter \
 | |
|     findusages \
 | |
|     lookup \
 | |
|     preprocessor \
 | |
|     semantic \
 | |
|     typeprettyprinter \
 | |
|     misc \
 | |
|     c99 \
 | |
|     cppselectionchanger\
 | |
|     cxx11 \
 | |
|     checksymbols \
 | |
|     lexer \
 | |
|     translationunit \
 | |
|     fileiterationorder
 |