~ubuntu-branches/ubuntu/hoary/gedit/hoary-security

« back to all changes in this revision

Viewing changes to data/gedit.1

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2004-10-10 21:24:57 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041010212457-f7q85htgynmslwf4
Tags: 2.8.1-0ubuntu1
* New upstream release:
  - do not try to open non regular files.
  - allow opening file by drag and drop on read only documents.
  - open dropped files in the right target gedit window.
  - do not change active document when closing an unmodified tab.
  - fix crash when trying to open an invalid sftp uri.
* debian/patches/01_relibtoolise.patch:
  - removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH GEDIT 1 "16 Jul 2004"
 
2
.SH NAME
 
3
\fBgedit\fP \- simple text editor for GNOME
 
4
 
 
5
The gedit application is a simple text editor. You can use gedit to create and edit text files. You can use gedit plugins to perform a variety of tasks related to text-editing from within the gedit window.
 
6
 
 
7
.SH SYNTAX
 
8
.B gedit
 
9
.RI [--help]
 
10
.RI [--encoding]
 
11
.RI [--new-window]
 
12
.RI [--new-document]
 
13
.RI [--quit]
 
14
.RI [filename(s)...]
 
15
.SH DESCRIPTION
 
16
.B gedit
 
17
is a text editor for the GNOME Desktop.
 
18
.LP
 
19
.SH OPTIONS
 
20
 
 
21
.TP
 
22
\fB\-\-help\fR
 
23
Prints the command line options.
 
24
.TP
 
25
\fB\-\-encoding\fR
 
26
Set the character encoding to be used for opening the files listed on the command line".
 
27
.TP
 
28
\fB\-\-new\-window\fR
 
29
Create a new toplevel window in an existing instance of gedit.
 
30
.TP
 
31
\fB\-\-new\-document\fR
 
32
Create a new document in an existing instance of gedit.
 
33
.TP
 
34
\fB\-\-quit\fR
 
35
Quit an existing instance of gedit.
 
36
.TP
 
37
\fBfilename(s)...\fR
 
38
Specifies the file to open when gedit starts - if this is not specified, gedit will
 
39
load a blank file with an Untitled label. Multiple files can be loaded if they are
 
40
separated by spaces.  
 
41
gedit also supports handling of remote files.  For example, you can pass the location of a webpage to gedit, like "http://www.gnome.org", or load a file from a FTP server,
 
42
like "ftp://ftp.gnome.org/robots.txt".
 
43
.SH PIPES
 
44
Gedit accepts pipes, so it can be run after another command to load the output into
 
45
gedit. For example :
 
46
.TP
 
47
ls -l | gedit
 
48
.SH BUGS
 
49
If you find a bug, please report it at http://bugzilla.gnome.org/enter_bug.cgi?product=gedit.
 
50
 
 
51
.SH AUTHORS
 
52
Paolo Maggi (maggi@athena.polito.it)
 
53
.TP
 
54
James Willcox (jwillcox@cs.indiana.edu)
 
55
.TP
 
56
Federico Mena Quintero (federico@ximian.com)
 
57
.TP
 
58
Chema Celorio (chema@celorio.com)
 
59