File: bracketcompletion.page

package info (click to toggle)
pluma-plugins 1.28.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,528 kB
  • sloc: ansic: 1,633; python: 1,555; makefile: 336; sh: 20; xml: 13
file content (41 lines) | stat: -rw-r--r-- 1,144 bytes parent folder | download | duplicates (2)
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
<page xmlns="http://projectmallard.org/1.0/"
      xmlns:its="http://www.w3.org/2005/11/its"
      type="topic" style="task"
      id="plugin-bracketcompletion">

  <info>
    <link type="guide" xref="index#pluma-additional-plugins"/>
    <revision version="1.25" date="2021-03-29" status="review"/>

    <credit type="author">
      <name>Jim Campbell</name>
      <email its:translate="no">jwcampbell@gmail.com</email>
    </credit>

    <desc>Auto-complete closing brackets.</desc>
  </info>

  <title>Bracket Completion</title>

  <p>The <app>Bracket Completion</app> plugin will auto-complete closing
  brackets for curly braces, parentheses and square brackets.</p>

  <steps>
    <title>To enable the plugin:</title>
    <item>
      <p> Go to
      <guiseq><gui style="menuitem">Edit</gui>
      <gui style="menuitem">Preferences</gui>
      <gui style="tab">Plugins</gui></guiseq>.</p>
    </item>
    <item>
      <p>Select <gui style="menuitem">Bracket Completion</gui> to enable the
      plugin.</p>
    </item>
  </steps>

  <note>
    <p>This plugin does not automatically insert closing HTML or XML tags.</p>
  </note>

</page>