Opening a File from a URI

За да отворите файл през Uniform Resource Identifier (URI), следвайте следните стъпки:

  1. Изберете Файл ▸ Отваряне на местоположение, за да се появи прозорецът за Отваряне на местоположение.
  2. Въведете адреса на файла, който искате да отворите.
  3. Използвайте падащото меню Кодиране на символите, за да изберете подходящата кодова таблица.
  4. Натиснете Отваряне.

Valid types of URI include http:, ftp:, file:, and all of the methods supported by gnome-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/gedit-2/preferences/editor/save/writable_vfs_schemes, but this may cause errors.