forked from qt-creator/qt-creator
		
	Editor: Make ui text clearer for matching characters
Change-Id: I23a5dd090fd37cd645fba3fde83f56b8c9ac1f7a Reviewed-on: http://codereview.qt-project.org/5545 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
		
				
					committed by
					
						
						Leandro T. C. Melo
					
				
			
			
				
	
			
			
			
						parent
						
							eb6cee45e1
						
					
				
				
					commit
					12c58839c3
				
			@@ -117,13 +117,13 @@
 | 
			
		||||
        </property>
 | 
			
		||||
       </widget>
 | 
			
		||||
      </item>
 | 
			
		||||
      <item row="3" column="0">
 | 
			
		||||
      <item row="3" column="0" colspan="2">
 | 
			
		||||
       <widget class="QCheckBox" name="autoInsertBrackets">
 | 
			
		||||
        <property name="toolTip">
 | 
			
		||||
         <string>Automatically insert brackets and semicolons when appropriate.</string>
 | 
			
		||||
         <string>Automatically insert semicolons and closing brackets, parentheses, curly braces, and quotes when appropriate.</string>
 | 
			
		||||
        </property>
 | 
			
		||||
        <property name="text">
 | 
			
		||||
         <string>&Automatically insert brackets</string>
 | 
			
		||||
         <string>&Automatically insert matching characters</string>
 | 
			
		||||
        </property>
 | 
			
		||||
        <property name="checked">
 | 
			
		||||
         <bool>true</bool>
 | 
			
		||||
@@ -151,10 +151,10 @@
 | 
			
		||||
        <item>
 | 
			
		||||
         <widget class="QCheckBox" name="surroundSelectedText">
 | 
			
		||||
          <property name="toolTip">
 | 
			
		||||
           <string>Automatically surround text selections with brackets.</string>
 | 
			
		||||
           <string>When typing a matching character and there is a text selection, instead of removing the selection, surround it with the corresponding characters.</string>
 | 
			
		||||
          </property>
 | 
			
		||||
          <property name="text">
 | 
			
		||||
           <string>Surround selected &text</string>
 | 
			
		||||
           <string>Surround &text selections</string>
 | 
			
		||||
          </property>
 | 
			
		||||
          <property name="checked">
 | 
			
		||||
           <bool>true</bool>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user