diff options
author | rbuj <[email protected]> | 2019-01-29 16:34:25 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-01 14:32:06 +0100 |
commit | f64c03771e2f596ad92a9ee62f311c1ec72aebf1 (patch) | |
tree | 8f9e9f66ba4f986d31dad8cbc510d28534c19d09 | |
parent | 68fc43853ee4f7e4114f3c228f0ec2ce6d2b385a (diff) | |
download | pluma-f64c03771e2f596ad92a9ee62f311c1ec72aebf1.tar.bz2 pluma-f64c03771e2f596ad92a9ee62f311c1ec72aebf1.tar.xz |
remove deprecated help section: Opening a File from a URI
Open Location menu item is inaccessible, and mate-vs is deprecated.
To open a remote file you should connect to server first by using
Open File dialog. Next, select Other Locations from left pane, and
Connect to server.
-rw-r--r-- | help/C/index.docbook | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/help/C/index.docbook b/help/C/index.docbook index bda11f6a..277b2c94 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -388,29 +388,6 @@ <para>To close all the files that are currently open in <application>&app;</application>, choose <menuchoice> <guimenu>Documents</guimenu> <guimenuitem>Close All</guimenuitem> </menuchoice>.</para> </sect2> -<!-- ============= To Open a File from a URI ======================= --> - <sect2 id="pluma-open-from-uri"> - <title>Opening a File from a URI</title> - <para>To open a file from a Uniform Resource Identifier (URI), perform the following steps:</para> - <orderedlist> - <listitem> - <para>Choose <menuchoice> <guimenu>File</guimenu> <guimenuitem>Open Location</guimenuitem> </menuchoice> to display the <guilabel>Open Location</guilabel> dialog. </para> - </listitem> - <listitem> - <para>Enter the URI of the file that you want to open.</para> - </listitem> - <listitem> - <para>Use the <guilabel>Character coding</guilabel> drop-down list to select the appropriate character coding. </para> - </listitem> - <listitem> - <para>Click <guibutton>Open</guibutton>.</para> - </listitem> - </orderedlist> - <para>Valid types of <replaceable>URI</replaceable> include <literal>http:</literal>, <literal>ftp:</literal>, <literal>file:</literal>, and all the methods supported by <literal>mate-vfs</literal>.</para> - <para>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 not all FTP servers may correctly work with saving remote files.</para> - <warning><para>Saving to FTP servers can be enabled with <ulink type="help" url="help:mateconf-editor"><application>Configuration Editor</application></ulink>, setting the key <systemitem>/apps/pluma/preferences/editor/save/writable_vfs_schemes</systemitem>, but this may cause errors.</para></warning> - </sect2> - <!-- ============= Working with tabs ======================== --> <sect2 id="pluma-tabs"> <title>Working With Tabs</title> |