aac719f843
Signed-off-by: Don HO <don.h@free.fr> git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@504 f5eea248-9336-0410-98b8-ebc06183d4e3
19 lines
1.2 KiB
HTML
19 lines
1.2 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>Replacing</title>
|
|
<link rel="stylesheet" href="styles.css" type="text/css">
|
|
</head>
|
|
<body>
|
|
<h1>Replacing</h1>
|
|
<p>
|
|
<img style="width: 488px; height: 318px;" alt="" src="Images/Screenshots/replace.png"><p>The
|
|
Replace dialog is a supplement to the Find dialog. All the same rules
|
|
still apply, but now you can replace the found text with some other
|
|
text., or nothing if you want to remove it.
|
|
<p>
|
|
The
|
|
most important change is that the <span class="checkbox">Selection only</span> checkbox now applies
|
|
to the Replace All operation. <span class="button">Replace All</span> will replace all
|
|
occurrences of the query with the replacement text. <span class="button">Replace in all
|
|
opened documents</span> will perform a Replace All operation on all the
|
|
documents that are currently opened in Notepad++. Likewise, <span class="button">Replace in files</span> performs a replacement across all files of a certain type(s) in a folder; it is available from the Find in files dialog, and uses all its applicable options.
|
|
</body></html> |