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_c_cpp_perspective.html 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Remote C/C++ Perspective</title>
<link rel="stylesheet" type="text/css" href="../../help.css">
</head>
<body>

<h1>Remote C/C++ Perspective</h1>

<p>A perspective is a layout of <a href="remote_c_views.html">views</a> (development tools) in the Workbench window.
Each type of perspective is a combination of views, menus, and toolbars that enable you to perform a particular task.
</p>


<div class="note">
<strong>Selecting / Opening Views:</strong>
<ul>
	<li>You can add views to a perspective. From the menu bar choose <strong>Window &gt; Show View &gt; Other</strong> and select a new view from the <strong>Show View</strong> dialog.</li>
	<li>To reset the current perspective to its original layout, from the menu bar choose <strong>Window &gt; Reset Perspective</strong>.</li>
</ul>
</div>

<p>The Remote C/C++ development tools contribute the following perspective to the workbench:
</p>

<h3>Remote C/C++ perspective views</h3>

<p>This perspective is tuned for working with remote C/C++ projects.
By default it consists of an editor area and the following views:
</p>
<ul>
<li>Project Explorer</li>
<li>Remote Systems</li>
<li>Outline</li>
<li>Console</li>
<li>Problems</li>
<li>Remote Call Hierarchy</li>
<li>Remote Type Hierarchy</li>
<li>Remote Shell</li>
</ul>

<span class="bold">Related reference</span>
<br>
<a href="../reference/remote_c_views.html">Remote C/C++ Views and Editors</a>
<br>

</body>
</html>