This file is indexed.

/usr/share/help/C/anjuta-manual/scintilla-plugin.page is in anjuta-extras 3.10.0-5.

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
<page xmlns="http://projectmallard.org/1.0/"
      type="topic" style="task"
      id="scintilla-plugin">

  <info xmlns:facet="http://projectmallard.org/facet/1.0/">
    <facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
    <revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
    <desc>
      Scintilla plugin
    </desc>
    <credit type="author">
      <name>Sébastien Granjoux</name>
      <email>seb.sfo@free.fr</email>
    </credit>
  </info>

  <title>Scintilla plugin</title>

  <p>
    This plugin provides an alternative editor using Scintilla.
    Comparing to the default GtkSourceView editor, it has some
    additional features like
  </p>

  <list>
    <item>
      <p>Code folding. You can show or hide the body of a function or any
      other code blocks by clicking in the margin.</p>
    </item>
    <item>
      <p>Column mode. By pressing <key>Ctrl</key> while selecting some text,
      you can put the cursor on several lines and select only a part of each
      line.</p>
    </item>
    <item>
      <p>Custom types highlight. The symbol db plugin sends the types
      defined in the project to the editor which highlight them.</p>
    </item>
  </list>

  <p>On the other hand, GtkSourceView is better integrated within GNOME.</p>  

</page>