Fix distcheck
[anjuta-extras.git] / help / C / scintilla-plugin.page
blob341af15761098566f0e1af77ae2331bfd391ea4b
1 <page xmlns="http://projectmallard.org/1.0/"
2       type="topic" style="task"
3       id="scintilla-plugin">
5   <info xmlns:facet="http://projectmallard.org/facet/1.0/">
6     <facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
7     <revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
8     <desc>
9       Scintilla plugin
10     </desc>
11     <credit type="author">
12       <name>Sébastien Granjoux</name>
13       <email>seb.sfo@free.fr</email>
14     </credit>
15   </info>
17   <title>Scintilla plugin</title>
19   <p>
20     This plugin provides an alternative editor using Scintilla.
21     Comparing to the default GtkSourceView editor, it has some
22     additional features like
23   </p>
25   <list>
26     <item>
27       <p>Code folding. You can show or hide the body of a function or any
28       other code blocks by clicking in the margin.</p>
29     </item>
30     <item>
31       <p>Column mode. By pressing <key>Ctrl</key> while selecting some text,
32       you can put the cursor on several lines and select only a part of each
33       line.</p>
34     </item>
35     <item>
36       <p>Custom types highlight. The symbol db plugin sends the types
37       defined in the project to the editor which highlight them.</p>
38     </item>
39   </list>
41   <p>On the other hand, GtkSourceView is better integrated within GNOME.</p>  
43 </page>