View | Details | Raw Unified | Return to bug 53072
Collapse All | Expand All

(-)reference/ref-131.htm (+10 lines)
Lines 20-25 Link Here
20
    current selection.</p>
20
    current selection.</p>
21
21
22
    <ul>
22
    <ul>
23
      <li>Depending on what is searched for, the search string should describe the element:
24
      <ul>
25
        <li>Type: the fully qualified name of the type (e.g. org.eclipse.jdt.internal.core.JavaElement)</li>
26
        <li>Method: the fully qualified name of the defining type, the method selector, and its parameters (e.g. org.eclipse.jdt.internal.core.JavaElement.getHandleFromMemento(MementoTokenizer, WorkingCopyOwner))</li>
27
        <li>Package: the package name for a package (e.g. org.eclipse.jdt.internal.core)</li>
28
        <li>Constructor: the fully qualified name of the defining type, and the constructor parameters (e.g. org.eclipse.jdt.internal.core.JavaElement(JavaElement, String)).
29
             Note that the constructor name should not be entered as it is always the same as the type name.</li>
30
        <li>Field: the fully qualified name of the defining type and the field name (e.g. org.eclipse.jdt.internal.core.JavaElement.name)</li>
31
      </ul>
32
      </li>
23
      <li>From the drop-down menu, you can choose to repeat (or modify) a recent search.<br>
33
      <li>From the drop-down menu, you can choose to repeat (or modify) a recent search.<br>
24
       Select the <span class="control">Case sensitive</span> field to force a case aware search. <span class="control">Case sensitive</span> is enabled when a custom search
34
       Select the <span class="control">Case sensitive</span> field to force a case aware search. <span class="control">Case sensitive</span> is enabled when a custom search
25
      string is entered.</li>
35
      string is entered.</li>

Return to bug 53072