mirror of
				https://github.com/notepad-plus-plus/notepad-plus-plus.git
				synced 2025-10-31 03:24:04 +01:00 
			
		
		
		
	[BUG_FIXED] Fix wrong File encoding auto-detection problem : binary file is detected as UTF-16 big-endian. [UPDATE] (Author : Christian Cuvier) Update NppHelp to v5.5. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@539 f5eea248-9336-0410-98b8-ebc06183d4e3
		
			
				
	
	
		
			15 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 | |
| <html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Incremental search</title>
 | |
| <link rel="stylesheet" href="styles.css" type="text/css"></head>
 | |
| <body><h1>Incremental Search</h1>
 | |
| <p><img style="width: 840px; height: 551px;" alt="" src="Images/Screenshots/incremental_search.png"><p>To
 | |
| open the Incremental Search dialog, select <span class="menu_item">Search->Incremental
 | |
| Search</span>. This is a fast
 | |
| means to find the first occurrence of some text and then find all
 | |
| consecutive results.</p>
 | |
| <ul><li> You can color all occurrences by enabling the
 | |
| <span class="checkbox">Highlight All </span>option. The color can be adjusted using the <a href="Styler%20Configurator.html#Incremental_highlight_all">Styler Configurator</a>. </li><li>If no text is found, the text area shows it by changing its background to pink - like the Firefox Search current web page control does. </li><li>The <span class="checkbox">Match Case</span> option only results in hits that
 | |
| have the same case as the query.</li><li>
 | |
| The
 | |
| <span class="button">></span> button searches for the next occurrence, the <span class="button"><</span> button for the
 | |
| previous one.</li></ul></p><p>Finally, the <span class="button">X</span> button will close the Incremental Search dialog.</p></body></html> |