This file is indexed.

/usr/share/doc/kde/HTML/en/kubuntu/development/code-blocks.html is in kubuntu-docs 12.04.0ubuntu1.

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
<html><head><title>Code::Blocks IDE</title><link rel="stylesheet" type="text/css" href="help:/common/kde-default.css"><link rel="stylesheet" type="text/css" href="help:/common/kde-docs.css"><link rel="stylesheet" type="text/css" href="help:/common/kde-localised.css"><link rel="stylesheet" type="text/css" href="help:/common/kubuntu.css"><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="Software Development Tools residing in the Kubuntu Repository"><link rel="up" href="index.html" title="Software Development Tools residing in the Kubuntu Repository"><link rel="prev" href="cameleon.html" title="Cameleon - IDE for Ocaml Applications"><link rel="next" href="coqide-proof-assistant.html" title="CoqIDE Proof Assistant"><link rel="copyright" href="legal.html" title="Credits and License"><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><meta name="GENERATOR" content="KDE XSL Stylesheet V1.14 using libxslt"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div id="content"><div id="header"><div id="header_content"><div id="header_left"><div id="header_right"><img src="help:/common/top-kde.jpg" width="36" height="34"> Code::Blocks <acronym class="acronym">IDE</acronym></div></div></div></div><div class="navCenter"><table class="navigation"><tr><td class="prevCell"><a accesskey="p" href="cameleon.html">Prev</a></td><td class="upCell"> </td><td class="nextCell"><a accesskey="n" href="coqide-proof-assistant.html">Next</a></td></tr></table></div><div id="contentBody"><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="code-blocks"></a>Code::Blocks <acronym class="acronym">IDE</acronym></h2></div></div></div><p>
Home Page: 
<a class="ulink" href="http://www.codeblocks.org/" target="_top">http://www.codeblocks.org</a>
</p><p>
<span class="application">Code::Blocks</span> is an open-source, cross-platform, free 
C++ Integrated Development Environment (<acronym class="acronym">IDE</acronym>).  Built around 
a plugin framework, <span class="application">Code::Blocks</span> can be extended 
with plugins. Any kind of functionality can be added by installing/coding a 
plugin. It is based on a self-developed plugin framework that allows unlimited 
xtensibility. Most of its functionality is already provided by pre-installed 
plugins included in the base package:
</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>
		Abbreviations - <span class="application">Code::Blocks</span> 
		AutoComplete plugin.
		</p></li><li class="listitem"><p>
		Autosave - saves project files between intervals.
		</p></li><li class="listitem"><p>
		Class Wizard - wizard for creating new classes.
		</p></li><li class="listitem"><p>
		Code Completion - provides code completion functionality and 
		class browser.
		</p></li><li class="listitem"><p>
		Compiler - support for various compilers in one interface.
		</p></li><li class="listitem"><p>
		Debugger - support for various debuggers in one interface.
		</p></li><li class="listitem"><p>
		File Extensions Handler - adds extra file extension handlers.
		</p></li><li class="listitem"><p>
		Header Guard (Disabled by default.) - creates header guards 
		(if needed) on file save.
		</p></li><li class="listitem"><p>
		LogHacker (Disabled by default.) - manipulates loggers.
		</p></li><li class="listitem"><p>
		ModPoller (Disabled by default.) - frequently checks for 
		external modification.
		</p></li><li class="listitem"><p>
		Open Files List - manages a list of all opened files 
		(editors).
		</p></li><li class="listitem"><p>
		Projects Importer - imports projects from other 
		<acronym class="acronym">IDE</acronym>s, <abbr class="abbrev">e.g.</abbr> 
		<span class="trademark">MS</span>&#8482; <span class="trademark">Visual 
		Studio</span>&#8482; and <span class="trademark">DevC++</span>&#8482;.
		</p></li><li class="listitem"><p>
		Scripted Wizard - provides scripted wizard functionality.
		</p></li><li class="listitem"><p>
		Source Code Formatter (AStyle) - formats source code files 
		with specific style.
		</p></li><li class="listitem"><p>
		Tidycmt (Disabled by default.) - formats comments on file 
		save.
		</p></li><li class="listitem"><p>
		To-Do List - adds to-do items to source code.
		</p></li><li class="listitem"><p>
		WinXP Look'n'Feel - creates manifest file which enables the 
		version 6.0 of the Common Controls on <span class="trademark">Windows 
		XP</span>&#8482;.
		</p></li></ul></div><p>
</p><p>
Addtional plugins for <span class="application">Code::Blocks</span> can be obtained 
at their wiki website:
<a class="ulink" href="http://wiki.codeblocks.org/index.php?title=Code::Blocks_Plugins" target="_top">
http://wiki.codeblocks.org/index.php?title=Code::Blocks_Plugins</a>
</p></div></div><div id="footer"><div class="navCenter"><table class="navigation"><tr><td class="prevCell"><a accesskey="p" href="cameleon.html">Prev</a></td><td class="upCell"><a accesskey="h" href="index.html">Home</a></td><td class="nextCell"><a accesskey="n" href="coqide-proof-assistant.html">Next</a></td></tr><tr><td class="prevCell">Cameleon - <acronym class="acronym">IDE</acronym> for Ocaml Applications </td><td class="upCell"> </td><td class="nextCell"> CoqIDE Proof Assistant</td></tr></table></div><div id="footer_text"><br><a href="mailto:ubuntu-docs@lists.ubuntu.com" class="footer_email">
	  Ubuntu Documentation Project
        </a></div></div></div></body></html>