Edit file File name : gedit-plugins-change-case.page Content :<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="gedit-plugins-change-case" xml:lang="fi"> <info> <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/> <revision pkgversion="3.8" date="2013-02-24" status="review"/> <credit type="author"> <name>Daniel Neel</name> <email>dneelyep@gmail.com</email> </credit> <credit type="author"> <name>Jim Campbell</name> <email>jcampbell@gnome.org</email> </credit> <desc>Change the case of selected text.</desc> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>sampo555</mal:name> <mal:email>sampo_75 [at] windowslive [dot] com</mal:email> <mal:years>2012.</mal:years> </mal:credit> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Valto Wirkola</mal:name> <mal:email>valto [dot] wirkola [at] yahoo [dot] com</mal:email> <mal:years>2008, 2010</mal:years> </mal:credit> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Tommi Vainikainen</mal:name> <mal:email>thv [at] iki [dot] fi</mal:email> <mal:years>2006.</mal:years> </mal:credit> </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> Save