summaryrefslogtreecommitdiffstats
path: root/help/C/gedit-plugins-change-case.page
blob: 52dddb51b1f4427cad792283166628ba0253048e (plain)
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
<page xmlns="http://projectmallard.org/1.0/"
      type="topic" style="task"
      id="gedit-plugins-change-case">

<info>
  <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
  <desc>Change the case of selected text.</desc>
</info>

<title>Change case</title>

  <p>This plugin helps you to change the case of selected portions of text. You
  can use it to change text to be all lower case, all upper case, to invert the
  case, or apply title case. To enable this plugin, select
  <guiseq><gui style="menu">gedit</gui><gui style="menuitem">Preferences</gui>
  <gui>Plugins</gui><gui>Change Case</gui></guiseq>.</p>

  <p>Once the <em>Change Case</em> plugin is enabled, you can use it by
  completing the following steps:</p>

  <steps>
    <item><p>Highlight the portion of text that you want to change.</p></item>
    <item><p>Select <guiseq><gui style="menu">gedit</gui><gui>Change Case</gui></guiseq></p>
    </item>
    <item><p>Choose your desired text-formatting option.</p></item> 
  </steps>

  <p>The updates to the text formatting will take place immediately.</p>

  <note style="tip">
    <p>The <gui>Invert Case</gui> option will convert all lower case letters to
    upper case, and will convert all upper case letters to lower case.</p>
    <p>The <gui>Title Case</gui> option will convert the first letter of each
    word to upper case. All other letters will be converted to lower
    case.</p>
  </note>

  <note>
    <p>If you have not highlighted any text, the <em>Change Case</em> feature
    will be grayed-out. You need to select a portion of text before you use the
    <em>Change Case</em> feature.</p>
  </note>

</page>