From 421415f7cb1ba9c8a97a1837d4f789242c2fb0e6 Mon Sep 17 00:00:00 2001 From: Perberos Date: Mon, 7 Nov 2011 21:10:16 -0300 Subject: using ./config/ instead of ./mate2/ --- help/C/pluma.xml | 128 +++++++++++++++++++++++++++---------------------------- 1 file changed, 64 insertions(+), 64 deletions(-) (limited to 'help/C') diff --git a/help/C/pluma.xml b/help/C/pluma.xml index 54cc0407..be9e063b 100755 --- a/help/C/pluma.xml +++ b/help/C/pluma.xml @@ -23,7 +23,7 @@ Pluma Manual<!-- not using app entity because of lowercase ugliness --> 2007 - MATE Documentation Project + MATE Documentation Project 2002 2003 @@ -60,10 +60,10 @@ - Hal + Hal Canary Added the Shortcut Keys Table - + Sun Java Desktop System Documentation Team @@ -387,7 +387,7 @@ Valid types of URI include http:, ftp:, file:, and all of the methods supported by mate-vfs. Files from some types of URI are opened as read-only, and any changes you make must be saved to a different location. HTTP only allows files to be read. Files opened from FTP are read-only because because not all FTP servers may correctly work with saving remote files. - Saving to FTP servers can be enabled with Configuration Editor, setting the key /apps/pluma-2/preferences/editor/save/writable_vfs_schemes, but this may cause errors. + Saving to FTP servers can be enabled with Configuration Editor, setting the key /apps/pluma/preferences/editor/save/writable_vfs_schemes, but this may cause errors. @@ -526,7 +526,7 @@ The backslash character itself must be escaped if it is being searched for. For example, if you are looking for the "\n" literal, you will have to type "\\n" in the Search for field. Or if you are - looking for a sequence of backslashes, you will have to double the number of + looking for a sequence of backslashes, you will have to double the number of searched backslashes. @@ -850,7 +850,7 @@ - + Shortcut Keys Use shortcut keys to perform common tasks more quickly than with the mouse and menus. The following tables list all of &app;'s shortcut keys. For more on shortcut keys, see the Desktop User Guide. @@ -866,32 +866,32 @@ Shortcut Key - + Command - + Ctrl + Alt + PageUp Switches to the next tab to the left. - + Ctrl + Alt + PageDown Switches to the next tab to the right. - + Ctrl + W Close tab. - + Ctrl + Shift + L Save all tabs. - + Ctrl + Shift + W Close all tabs. - + Alt + n Jump to nth tab. @@ -910,44 +910,44 @@ Shortcut Key - + Command - + Ctrl + N Create a new document. - + Ctrl + O Open a document. - + Ctrl + L Open a location. - + Ctrl + S Save the current document to disk. - + Ctrl + Shift + S Save the current document with a new filename. - + Ctrl + P Print the current document. - + Ctrl + Shift + P Print preview. - + Ctrl + W Close the current document. - + Ctrl + Q Quit Pluma. @@ -957,7 +957,7 @@ Edit - Shortcuts for editing documents: + Shortcuts for editing documents: @@ -966,7 +966,7 @@ Shortcut Key - + Command @@ -1013,7 +1013,7 @@ Panes - Shortcuts for showing and hiding panes: + Shortcuts for showing and hiding panes: @@ -1022,16 +1022,16 @@ Shortcut Key - + Command - + F9 Show/hide the side pane. - + Ctrl + F9 Show/hide the bottom pane. @@ -1041,7 +1041,7 @@ Search - Shortcuts for searching: + Shortcuts for searching: @@ -1050,36 +1050,36 @@ Shortcut Key - + Command - + Ctrl + F Find a string. - + Ctrl + G Find the next instance of the string. - + Ctrl + Shift + G Find the previous instance of the string. - + Ctrl + K Interactive search. - + Ctrl + H Search and replace. - + Ctrl + Shift + K Clear highlight. - + Ctrl + I Goto line. @@ -1088,7 +1088,7 @@ Tools - Shortcuts for tools: + Shortcuts for tools: @@ -1097,32 +1097,32 @@ Shortcut Key - + Command - + Shift + F7 Check spelling (with plugin). - + Alt + F12 Remove trailing spaces (with plugin). - + Ctrl + T Indent (with plugin). - + Ctrl + Shift + T Remove Indent (with plugin). - + F8 Run "make" in current directory (with plugin). - + Ctrl + Shift + D Directory listing (with plugin). @@ -1140,12 +1140,12 @@ Shortcut Key - + Command - + F1 Open &app;'s user manual. @@ -1515,37 +1515,37 @@ Description This description is shown in the statusbar when the menu command is chosen. - + Accelerator Enter a keyboard shortcut for the command. - + Commands The actual commands to be run. Several &app; environment variables can be used to pass content to these commands: see . - + Input The content to give to the commands (as stdin): the entire text of the current document, the current selection, line, or word. - + Output What to do with the output of the commands: display in the bottom pane, put in a new document, or place in the current document, at the end, at the cursor position, or replacing the selection or the entire document. - + Applicability Determines which sort of documents can be affected by the command, for example whether saved or not, and local or remote. - + - + Editing and Removing Tools To edit a tool, select it in the list and make changes to its properties. @@ -1553,8 +1553,8 @@ To restore a built-in tool that you have changed, press Revert. To remove a tool, select it in the list and press Remove. You can not remove built-in tools, only those you have created yourself. - - + + Variables You can use the following variables in the Commands field of the command definition: @@ -1583,21 +1583,21 @@ - + File Browser Plugin The File Browser Plugin shows your files and folders in the side pane, allowing you to quickly open files. To view the File Browser, choose View Side Pane and then click on the tab showing the File Browser icon at the bottom of the side pane. - + Browsing your Files The File Browser tab initially shows your file manager bookmarks. To browse the contents of any item, double-click it. To show a parent folder, choose from the drop-down list, or press the up arrow on the File Browser's toolbar. To show the folder that contains the document you are currently working on, right-click in the file list and choose Set root to active document. - + Opening a File To open a file in &app;, double-click it in the file list. - + Creating Files and Folders To create a new, empty text file in the current folder shown in the browser, right-click in the file list and choose New File. To create a new folder in the current folder shown in the browser, right-click in the file list and choose New Folder. @@ -1716,7 +1716,7 @@ - + Python Console Plugin The Python Console Plugin allows you to run commands in the python programming language from &app;. Enabling the plugin adds a tab to the bottom pane. This shows recent output and a command prompt field. Commands entered into the python console are not checked before they are run. It is therefore possible to hang &app;, for example by entering an infinite loop. @@ -1845,14 +1845,14 @@ $(cmd) is replaced by the result of executing cmd in a shell. $(n:cmd) allows you to give this placeholder a reference, where n is any number from 1 upwards. Use $n to use the output from one shell placeholder as input in another. - + Python placeholders $<cmd> is replaced by the result of evaluating cmd in the python interpreter. $<a:cmd> specifies another python placeholder as a dependency, where a gives its order in the snippet. This allows you to use python functions defined in another snippet. To specify several dependencies, separate the numbers with commas thus: $<a,b:cmd> To use a variable in all other python snippets, declare it as global. - + -- cgit v1.2.1