This file is indexed.

/usr/share/codeblocks/templates/wxwidgets.template is in codeblocks-common 16.01+dfsg-2.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
<?xml version="1.0"?>
<!DOCTYPE CodeBlocks_template_file>
<CodeBlocks_template_file>
    <Template name="wxWidgets" title="wxWidgets Application" category="GUI" bitmap="wxwidgets.png">
        <FileSet name="s" title="No header file">
            <File source="wx-main-s.cpp" destination="main.cpp"/>
            <File source="wx_pch.h" destination="wx_pch.h"/>
        </FileSet>
        <FileSet name="sh" title="With header file">
            <File source="wx-main-sh.cpp" destination="main.cpp"/>
            <File source="wx-main-sh.h" destination="main.h"/>
            <File source="wx_pch.h" destination="wx_pch.h"/>
        </FileSet>
        <FileSet name="ash" title="Use separate wxApp, wxFrame files">
            <File source="wx-app-ash.cpp" destination="app.cpp"/>
            <File source="wx-app-ash.h" destination="app.h"/>
            <File source="wx-main-ash.cpp" destination="main.cpp"/>
            <File source="wx-main-ash.h" destination="main.h"/>
            <File source="wx_pch.h" destination="wx_pch.h"/>
        </FileSet>
        <Option name="wxWidgets Application">
            <Project file="wxwidgets.cbp"/>
        </Option>
    </Template>
</CodeBlocks_template_file>