From d85c0aa6ec87e91901e393f701873085e5eeddb0 Mon Sep 17 00:00:00 2001 From: mbkma <39454100+mbkma@users.noreply.github.com> Date: Wed, 5 Aug 2020 11:19:36 +0200 Subject: Remove changecase plugin. Functionality is provided by GtkSourceView. (#565) --- help/C/index.docbook | 314 ++++++++++++++++++++++----------------------------- 1 file changed, 133 insertions(+), 181 deletions(-) (limited to 'help') diff --git a/help/C/index.docbook b/help/C/index.docbook index c363df9f..5961f617 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -21,21 +21,21 @@ 2015-2020 - MATE Documentation Project + MATE Documentation Project 2007 - GNOME Documentation Project + GNOME Documentation Project 2002 2003 2004 - Sun Microsystems + Sun Microsystems 2000 - Eric Baudais + Eric Baudais @@ -88,7 +88,7 @@ GNOME Documentation Project - baudais@okstate.edu + baudais@okstate.edu @@ -277,7 +277,7 @@ - + Shows pluma main window. @@ -286,25 +286,25 @@ The pluma window contains the following elements: - + Menubar The menus on the menubar contain all the commands you need to work with files in pluma. - + Toolbar The toolbar contains a subset of the commands that you can access from the menubar. - + Display area The display area contains the text of the file that you are editing. - + Statusbar The statusbar displays information about current pluma activity and contextual information about the menu items. The statusbar also displays the following information: @@ -318,14 +318,14 @@ - + Side Pane The side pane displays a list of open documents, and other information depending on which plugins are enabled. By default, the side pane is not shown. To show it, choose View Side Pane . - + Bottom Pane The bottom pane is used by programming tools such as the Python Console plugin to display output. @@ -472,13 +472,13 @@ Finding Text - + To search a file for a string of text, perform the following steps: - Choose - Search - Find + Choose + Search + Find to display the Find dialog. @@ -488,25 +488,25 @@ Click Find to search the file for the first occurrence of the string after your current cursor position. If pluma finds the string, the application selects first occurrence of the string. Other occurrences of the string are highlighted. - To find the next occurrence of the string, click Find or choose - Search - Find Next - . To find the previous occurrence of the text, choose - Search - Find Previous + To find the next occurrence of the string, click Find or choose + Search + Find Next + . To find the previous occurrence of the text, choose + Search + Find Previous . - After you have closed the Find dialog, you can still move the selection to other occurrences of the text by choosing - Search - Find Next - and - Search - Find Previous + After you have closed the Find dialog, you can still move the selection to other occurrences of the text by choosing + Search + Find Next + and + Search + Find Previous . - To remove the highlighting from the text, choose - Search - Clear Highlight + To remove the highlighting from the text, choose + Search + Clear Highlight . Refer to the pcrepattern 3 for more information about the syntax and the semantics of the regular expressions supported on Find dialog. @@ -515,12 +515,12 @@ Incremental Search - + Incremental search highlights matching text in the document as you type it letter by letter. (This is similar to the search feature in several web browsers.) - To start an incremental search, choose - Search - Incremental Search + To start an incremental search, choose + Search + Incremental Search . The search box appears at the top of the display area. Begin typing, and text that matches will be highlighted in the document. The first instance after the cursor position is also selected. To advance the selection to the next match while keeping the incremental search box open, press @@ -544,9 +544,9 @@ To search a file for a string, and replace the string with an alternative string, perform the following steps: - Choose - Search - Replace + Choose + Search + Replace to display the Replace dialog. @@ -566,7 +566,7 @@ Find and Replace Options - + The Find dialog and the Replace dialog both have the following options: @@ -589,7 +589,7 @@ Special Characters - + You can include the following escape sequences in the text to find or replace to represent special characters: @@ -662,23 +662,23 @@ General Tabbed Section - + - Print syntax highlighting + Print syntax highlighting Select this option to print syntax highlighting. For more information about syntax highlighting, see . - + - Print page headers + Print page headers Select this option to include a header on each page that you print. You cannot configure the header. - + Line Numbers @@ -687,9 +687,9 @@ Use the Number every ... lines spin box to specify how often to print the line numbers, for example every 5 lines, every 10 lines, and so on. - + - Text Wrapping + Text Wrapping Select the Enable text wrapping option to wrap text onto the next line, at a character level, when you print a file. The application counts wrapped lines as one line for line numbering purposes. @@ -704,15 +704,15 @@ Fonts - + - Body + Body Click on this button to select the font used to print the body text of a file. - + Line numbers @@ -720,9 +720,9 @@ Click on this button to select the font used to print line numbers. - + - Headers and footers + Headers and footers Click on this button to select the font to use to print the headers and footers in a file. @@ -757,9 +757,9 @@ Job Tabbed Section - + - Print range + Print range Select one of the following options to determine how many pages to print: @@ -785,9 +785,9 @@ - + - Copies + Copies Use the Number of copies spin box to specify the number of copies of the file that you want to print. @@ -801,28 +801,28 @@ Printer Tabbed Section - + - + - Printer + Printer Use this drop-down list to select the printer to which you want to print the file. - + - Settings + Settings Use this drop-down list to select the printer settings. To configure the printer, click Configure. For example, you can enable or disable duplex printing, or schedule delayed printing, if this functionality is supported by the printer. - + - Location + Location Use this drop-down list to select one of the following print destinations: @@ -867,25 +867,25 @@ - + - State + State This functionality is not supported in this version of pluma. - + - Type + Type This functionality is not supported in this version of pluma. - + - Comment + Comment This functionality is not supported in this version of pluma. @@ -898,62 +898,62 @@ Paper Tabbed Section - + - + - Paper size + Paper size Use this drop-down list to select the size of the paper to which you want to print the file. - + - Width + Width Use this spin box to specify the width of the paper. Use the adjacent drop-down list to change the measurement unit. - + - Height + Height Use this spin box to specify the height of the paper. - + - Feed orientation + Feed orientation Use this drop-down list to select the orientation of the paper in the printer. - + - Page orientation + Page orientation Use this drop-down list to select the page orientation. - + - Layout + Layout Use this drop-down list to select the page layout. A preview of each layout that you select is displayed in the Preview area. - + - Paper tray + Paper tray - Use this drop-down list to select the paper tray. + Use this drop-down list to select the paper tray. @@ -972,7 +972,7 @@ Syntax Highlighting - + Syntax highlighting makes source code easier to read by showing different parts of the text in different colors. pluma chooses an appropriate syntax highlighting mode based on a document's type. To override the syntax highlighting mode, choose View Highlight Mode , then choose one of the following menu items: @@ -1268,6 +1268,38 @@ Delete current line. + + + Ctrl + U + + + Change case to uppercase. + + + + + Ctrl + L + + + Change case to lowercase. + + + + + Alt + U + + + Toggle case of each character. + + + + + Alt + L + + + Capitalize each word. + + Alt + Up @@ -1541,7 +1573,7 @@ - Text Wrapping + Text Wrapping Select the Enable text wrapping option to have long lines of text flow into paragraphs instead of running off the edge of the text window. This avoids having to scroll horizontally @@ -1591,7 +1623,7 @@ - Tabs + Tabs Use the Tab width spin box to specify the width of the space that pluma inserts when you press the Tab key. @@ -1600,7 +1632,7 @@ - Auto Indentation + Auto Indentation Select the Enable auto indentation option to specify that the next line starts at the indentation level of the current line. @@ -1608,7 +1640,7 @@ - File Saving + File Saving Select the Create a backup copy of files before saving option to create a backup copy of a file each time you save the file. The backup copy of the file contains a ~ at the end of the filename. @@ -1622,11 +1654,11 @@ Font & Colors Preferences - + - Font + Font Select the Use default theme font option to use the default system font for the text in the pluma text window. @@ -1721,7 +1753,7 @@ Disabling a Plugin - + A plugin remains enabled when you quit pluma. To disable a pluma plugin, perform the following steps: @@ -1761,11 +1793,6 @@ File browser --> - - - allows you to change the case of the selected text. - - shows the number of lines, words, and characters in the document. @@ -1832,81 +1859,6 @@ -
- - Change Case Plugin - - The Change Case plugin changes the case of the selected text. - The following items are added to the Edit menu when the Change Case plugin is enabled: - - - - - - - - - Menu Item - - - Action - - - Example - - - - - - - Edit Change Case All Upper Case - - - Change each character to uppercase. - - - This text becomes THIS TEXT - - - - - Edit Change Case All Lower Case - - - Change each character to lowercase. - - - This Text becomes this text - - - - - Edit Change Case Invert Case - - - Change each lowercase character to uppercase, and change each uppercase character to lowercase. - - - This Text becomes tHIS tEXT - - - - - Edit Change Case Title Case - - - Change the first character of each word to uppercase. - - - this text becomes This Text - - - - - - -
-
Document Statistics Plugin @@ -2148,19 +2100,19 @@ To configure the Insert Date/Time plugin, perform the following steps: - + Choose Edit Preferences . - + Select the Plugins tab. - + Select the Insert Date/Time plugin. - + Click Configure Plugin to display the Configure insert date/time plugin dialog. - + Select one of the options, as follows: @@ -2180,11 +2132,11 @@ - + Click OK to close the Configure insert date/time plugin dialog. - + To close the Preferences dialog, click Close. @@ -2264,7 +2216,7 @@ When your document is ready, save it. - + You will see that any trailing whitespaces has been stripped after the document has been saved. -- cgit v1.2.1