44 lines
1.6 KiB
Text
44 lines
1.6 KiB
Text
<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>
|