This file is indexed.

/usr/share/eclipse/dropins/ptp-rdt/eclipse/plugins/org.eclipse.ptp.rdt.doc.user_1.0.0.dist/html/reference/remote_include_browser_view.htm is in eclipse-ptp-rdt 8.1.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
  <head>
	<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2008. 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=utf-8">
    <title>Include Browser View</title>
    <link rel="stylesheet" href="../../help.css" charset="utf-8" type="text/css">
    <script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
  </head>
  <body>
    <h1>
      Remote Include Browser view
    </h1>
    <p>
      The <img src="../../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.ptp.rdt.ui.includeBrowser)")'> Remote Include Browser</a> view shows the <span class="typewriter">&lt;include&gt;</span> and <span class="typewriter">#include</span> relationships between source and header files.
    </p>
    <p><img src="../../images/view_include_browser.png" border="0" alt="Include Browser view" ></p>
    <h2 class="Head">
      Include Browser toolbar buttons
    </h2>
    <p>
    The Include Browser tree shows files included by the focused file or files including the focused file depending on the selection made in the
    toolbar.
    </p>
    <table border="1" cellspacing="0" cellpadding="4" width="600px" bordercolor="#DDDDDD" >
    	<caption><strong>Include Browser Toolbar Options</strong></caption>
	<colgroup>
		<col width="5%" valign="top" >
		<col width="30%" valign="top" >
		<col width="65%" valign="top" >
	</colgroup>
 	<tr>
		<th>Icon</th>
		<th>Name</th>	
		<th>Description</th>
	 </tr>
      <tbody>
        <tr>
          <td valign="top" align="center"><img src="../../images/icon_next.png" border="0" alt="Show Next Include icon" ></td>
          <td valign="top">
            <strong><p>
              Show Next Include
            </p></strong>
          </td>
          <td valign="top">
            <p>
              This command selects the next include directive of the current file and opens it in the editor.
            </p>
          </td>
        </tr>
        <tr>
          <td valign="top" align="center"><img src="../../images/icon_previous.png" border="0" alt="Show Previous Include icon" ></td>
          <td valign="top">
            <strong><p>
              Show Previous Include
            </p></strong>
          </td>
          <td valign="top">
            <p>
              This command selects the previous include directive of the current file and opens it in the editor.
            </p>
          </td>
        </tr>
        <tr>
          <td valign="top" align="center"><img src="../../images/icon_hide_sys_includes.png" border="0" alt="Hide System Includes icon" ></td>
          <td valign="top">
            <strong><p>
              Hide System Includes
            </p></strong>
          </td>
          <td valign="top">
            <p>
              This command toggles the display of include directives with angle brackets (&lt;&gt;).
            </p>
          </td>
        </tr>
        <tr>
          <td valign="top" align="center"><img src="../../images/icon_hide_inactive_includes.png" border="0" alt="Hide Inactive Code Includes icon" ></td>
          <td valign="top">
            <strong><p>
              Hide Includes from Inactive Code
            </p></strong>
          </td>
          <td valign="top">
            <p>
              This command toggles the display of include directives which are contained in an inactive conditional preprocessor branch.
            </p>
          </td>
        </tr>
        <tr>
          <td valign="top" align="center" ><img src="../../images/icon_show_callers.png" border="0" alt="Show Includes icon" ></td>
          <td valign="top">
            <strong><p>
              Show Includers
            </p></strong>
          </td>
          <td valign="top">
            <p>
              Show files including the currently focused file.
            </p>
          </td>
        </tr>
        <tr>
          <td valign="top" align="center"><img src="../../images/icon_show_callees.png" border="0" alt="Show Included Files icon" ></td>
          <td valign="top">
            <strong><p>
              Show Included Files
            </p></strong>
          </td>
          <td valign="top">
            <p>
              Show files included by the currently focused file.
            </p>
          </td>
        </tr>
        <tr>
          <td valign="top" align="center"><img src="../../images/history_list.gif" border="0" alt="Show History List icon" ></td>
          <td valign="top">
            <strong><p>
              Show History List
            </p></strong>
          </td>
          <td valign="top">
            <p>
              This menu displays a history of previously displayed include relationships.
            </p>
          </td>
        </tr>
        <tr>
          <td valign="top" align="center"><img src="../../images/refresh_nav.gif" border="0" alt="Refresh icon" ></td>
          <td valign="top">
            <strong><p>
              Refresh View Content
            </p></strong>
          </td>
          <td valign="top">
            <p>
              This command updates the view content by running a new query on the index database.
            </p>
          </td>
        </tr>
        <tr>
          <td valign="top" align="center"><img src="../../images/icon_menu.png" border="0" alt="Menu icon" ></td>
          <td valign="top">
            <strong><p>
              View Menu
            </p></strong>
          </td>
          <td valign="top">
            <p>
              Shows additional options to manage the Include Browser view including: <br>
              <ul>
              	<li>Select Working Set...</li>
              	<li>Deselect Working Set</li>
              	<li>Edit Active Working Set...</li>
              	<li>Show Includers</li>
              	<li>Show Files Included</li>
              	<li>Hide System Includes</li>
              	<li>Hide Inactive Includes</li>
              </ul>
            <p></p>
          </td>
        </tr>
      </tbody>
    </table>
    <br>
    <br>
  </body>
</html>