Removed unused help file. release69
authorAndrea Lucarelli <raster@netbeans.org>
Mon, 23 Aug 2010 00:00:21 +0200
branchrelease69
changeset 163696daee7a51aa7
parent 16368 d9526cedfa31
child 16383 a44d8b2ec097
Removed unused help file.
ada.help/javahelp/org/netbeans/modules/ada/help/docs/findUsages-CSH.html
     1.1 --- a/ada.help/javahelp/org/netbeans/modules/ada/help/docs/findUsages-CSH.html	Sun Aug 22 23:56:21 2010 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,91 +0,0 @@
     1.4 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     1.5 -<!--
     1.6 -DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.7 -
     1.8 -Copyright 2008 Sun Microsystems, Inc. All rights reserved.
     1.9 -
    1.10 -The contents of this file are subject to the terms of either the GNU
    1.11 -General Public License Version 2 only ("GPL") or the Common
    1.12 -Development and Distribution License("CDDL") (collectively, the
    1.13 -"License"). You may not use this file except in compliance with the
    1.14 -License. You can obtain a copy of the License at
    1.15 -http://www.netbeans.org/cddl-gplv2.html
    1.16 -or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    1.17 -specific language governing permissions and limitations under the
    1.18 -License.  When distributing the software, include this License Header
    1.19 -Notice in each file and include the License file at
    1.20 -nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    1.21 -particular file as subject to the "Classpath" exception as provided
    1.22 -by Sun in the GPL Version 2 section of the License file that
    1.23 -accompanied this code. If applicable, add the following below the
    1.24 -License Header, with the fields enclosed by brackets [] replaced by
    1.25 -your own identifying information:
    1.26 -"Portions Copyrighted [year] [name of copyright owner]"
    1.27 -
    1.28 -If you wish your version of this file to be governed by only the CDDL
    1.29 -or only the GPL Version 2, indicate your decision by adding
    1.30 -"[Contributor] elects to include this software in this distribution
    1.31 -under the [CDDL or GPL Version 2] license." If you do not indicate a
    1.32 -single choice of license, a recipient has the option to distribute
    1.33 -your version of this file under either the CDDL, the GPL Version 2 or
    1.34 -to extend the choice of license to its licensees as provided above.
    1.35 -However, if you add GPL Version 2 code and therefore, elected the GPL
    1.36 -Version 2 license, then the option applies only if the new code is
    1.37 -made subject to such option by the copyright holder.
    1.38 -
    1.39 -Contributor(s):
    1.40 -
    1.41 -Portions Copyrighted 2008 Sun Microsystems, Inc.
    1.42 --->
    1.43 -<html>
    1.44 -    <head>
    1.45 -        <title>Find Usages Dialog Box</title>
    1.46 -        <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
    1.47 -    </head>
    1.48 -    <body>
    1.49 -        <h2>Find Usages Dialog Box</h2>
    1.50 -        <p>Use this dialog box to specify search options for the Find Usages command.
    1.51 -You can use the Find Usages command to determine all of the places a class, function,
    1.52 -        or variable is used in your project's source code. </p>
    1.53 -        
    1.54 -        
    1.55 -	
    1.56 -
    1.57 -        <p>The Find Usages dialog box displays the following option for all types of identifiers:</p>
    1.58 -        <ul>
    1.59 -            <li><b>Search in Comments.</b> If selected, occurrences of the identifier that 
    1.60 -            appear in code comments are also displayed.</li>
    1.61 -        </ul>
    1.62 -        <p>For classes and interfaces, the Find Usages dialog box displays the following 
    1.63 -        additional options:</p>
    1.64 -        <ul>
    1.65 -            <li><b>Find Usages.</b> If selected, all usages of the class are displayed.</li>
    1.66 -            <li><b>Find All Subtypes.</b> If selected, usages of all subtypes of the class, 
    1.67 -including subtypes of subtypes, are displayed. Usages of the class itself are not displayed.</li>
    1.68 -            <li><b>Find Direct Subtypes Only.</b> If selected, only usages of direct subtypes 
    1.69 -            are displayed. Subtypes of those subtypes are ignored. </li>
    1.70 -        </ul>
    1.71 -
    1.72 -        <p>For functions, the Find Usages dialog box sometimes displays the following additional options:</p>
    1.73 -        <ul>
    1.74 -          <li><b>Find Usages.</b> If selected, all usages of that 
    1.75 -        specific function in your project are displayed.</li>
    1.76 -          <li><b>Find Overriding Functions.</b> If selected, the output will show every usage 
    1.77 -        of a function that overrides this function in your project.</li>
    1.78 -          <li><b>Search from Base Class.</b> This option is only relevant if the function for which you 
    1.79 -are finding usages overrides another function. If selected, the output 
    1.80 -        will show every usage of that base function.</li>
    1.81 -        </ul>
    1.82 -        <ul class="note">
    1.83 -            <li>The Find Usages command is 
    1.84 -            distinct from the Find command, because Find Usages returns only occurrences of 
    1.85 -            the specified identifier in PHP source code. The Find command returns any matching string 
    1.86 -            that you specify in any type of file.</li>
    1.87 -        </ul>
    1.88 -        <hr>
    1.89 -        <small><a href="credits.html">Legal Notices</a></small> 
    1.90 -<table border="0" cellpadding="50">
    1.91 -<tr><td>&nbsp;</td></tr>
    1.92 -</table>
    1.93 -    </body>
    1.94 -</html>