blob: 523cbfbf5b47d5811b8f1de75dbe1a80c49b6b11 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
<title>Finding next or previous match</title>
</head>
<body>
<h1>Finding next or previous match</h1>
<p>To find the next match:</p>
<ol>
<li>In the text (or Java) editor, press <kbd>Ctrl</kbd>+<kbd>K</kbd> or select <span class="control">Edit &gt; Find Next</span> from the menu bar.</li>
<li>The next occurrence of the text selected in the editor will be found.</li>
</ol>
<p>To find the previous match:</p>
<ol>
<li>In the text (or Java) editor, press <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>K</kbd> or select <span class="control">Edit &gt; Find Previous</span> from the menu bar.</li>
<li>The next occurrence of the text selected in the editor will be found.</li>
</ol>
<p><img src="../images/ngrelc.png" alt="Related concepts" border="0" ><br>
<a href="../concepts/concepts-7.htm">Java editor</a></p>
<p><img src="../images/ngrelt.png" alt="Related tasks" border="0" ><br>
<a href="tasks-54.htm">Using the Java editor</a><br>
<a href="tasks-173.htm">Finding and Replacing</a><br>
<a href="tasks-182.htm">Using Incremental Find</a><a href="tasks-182.htm"></a></p>
<p><img src="../images/ngrelr.png" alt="Related reference" border="0" ><br>
<a href="../reference/ref-menu-edit.htm">Edit menu</a></p>
</body>
</html>