This file is indexed.

/usr/share/monkeystudio/templates/C++/MkS Debugger Plugin/template.ini is in monkeystudio-common 1.9.0.4+git20161218-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
[General]
Description=MkS Debugger Plugin
Files=$Plugin Name$.pro, $Sources Path$$Plugin Name$.h, $Sources Path$$Plugin Name$.cpp, $Resources Path$$Plugin Name$.qrc, $Resources Path$$Plugin Name$.png
ProjectsToOpen=$Plugin Name$.pro
FilesToOpen=$Sources Path$$Plugin Name$.h, $Sources Path$$Plugin Name$.cpp
FilesToAdd=$Plugin Name$.pro
Icon=mks.png
Language=C++
Script=
Type=MkS
Variables=Plugin Name, Description, Authors, Sources Path, Resources Path
Sources%20PathValues=src/
Resources%20PathValues=src/resources/
Plugin%20NameValues=MyDebuggerPlugin
DescriptionValues=MkS Debugger Plugin
AuthorsValues=You Name <your@email.org>