xed/data/xedit.1

88 lines
3.1 KiB
Groff
Raw Normal View History

2016-01-25 08:13:49 -06:00
.\" Man page for Xedit.
.TH XEDIT 1 "29 January 2014" "MATE Desktop Environment"
2014-02-14 03:01:07 -06:00
.\" Please adjust this date when revising the manpage.
.\"
.SH "NAME"
2016-01-25 08:13:49 -06:00
Xedit \- The MATE Text Editor
2014-02-14 03:01:07 -06:00
.SH "SYNOPSIS"
2016-01-25 08:13:49 -06:00
.B xedit [OPTIONS...] [FILES...]
2014-02-14 03:01:07 -06:00
.SH "DESCRIPTION"
2016-01-25 08:13:49 -06:00
Xedit is the official text editor of the MATE desktop environment. While aiming at simplicity and ease of use, Xedit is a powerful general purpose text editor. It can be used to create and edit all sorts of text files.
2014-02-14 03:01:07 -06:00
.PP
2016-01-25 08:13:49 -06:00
Xedit features a flexible plugin system which can be used to dynamically add new advanced features to Xedit itself.
2014-02-14 03:01:07 -06:00
.PP
2016-01-25 08:13:49 -06:00
This manual page briefly documents the \fBxedit\fR command.
2011-11-07 13:46:58 -06:00
2014-02-14 03:01:07 -06:00
.SH "OPTIONS"
2011-11-07 13:46:58 -06:00
.TP
2014-02-14 03:01:07 -06:00
\fBfilename(s)...\fR
2016-01-25 08:13:49 -06:00
Specifies the file to open when \fBxedit\fR starts. If this is not specified, \fBxedit\fR will start a new, blank file with an "Unsaved Document" label. Multiple files can be loaded if they are separated by spaces. \fBxedit\fR also supports handling of remote files.
2014-02-14 03:01:07 -06:00
.TP
\fB\-\-display=DISPLAY\fR
X display to use.
2011-11-07 13:46:58 -06:00
.TP
\fB\-\-encoding\fR
2014-02-14 03:01:07 -06:00
Set the character encoding to be used for opening the files listed on the command line.
2011-11-07 13:46:58 -06:00
.TP
\fB\-\-new\-window\fR
2016-01-25 08:13:49 -06:00
Create a new toplevel window in an existing instance of \fBxedit\fR.
2011-11-07 13:46:58 -06:00
.TP
\fB\-\-new\-document\fR
2016-01-25 08:13:49 -06:00
Create a new document in an existing instance of \fBxedit\fR, on the last Xedit window that had focus.
2011-11-07 13:46:58 -06:00
.TP
\fB+[num]\fR
For the first file, go to the line specified by "num" (do not insert a space between the "+" sign and the number).
If "num" is missing, go to the last line.
.TP
\fB\-\-list-encodings\fR
Display list of possible values for the encoding option and exit
.TP
\fB\-\-version\fR
Output version information and exit
.TP
2014-02-14 03:01:07 -06:00
\fB\-?, \-h, \-\-help\fR
Print standard command line options.
2011-11-07 13:46:58 -06:00
.TP
2014-02-14 03:01:07 -06:00
\fB\-\-help\-all\fR
Print all command line options.
.P
This program also accepts the standard GTK options.
.SH "EXAMPLES"
2016-01-25 08:13:49 -06:00
\fBxedit \-\-encoding WINDOWS-1252 ftp://ftp.kernel.org/pub/linux/kernel/README\fR
2014-02-14 03:01:07 -06:00
.RS 4
Open the Linux Kernel README file from kernel.org's FTP server using Windows-1252 character encoding.
.RE
.PP
2016-01-25 08:13:49 -06:00
\fBxedit +156 http://mate-desktop.org/\fR
2014-02-14 03:01:07 -06:00
.RS 4
Open the main web page of mate-desktop.org and jump to line 156.
.RE
.PP
2016-01-25 08:13:49 -06:00
\fBxedit \-\-new\-window ~/.bashrc ~/.bash_history\fR
2014-02-14 03:01:07 -06:00
.RS 4
2016-01-25 08:13:49 -06:00
Open the current users .bashrc and .bash_history files in a new Xedit window.
2011-11-07 13:46:58 -06:00
2014-02-14 03:01:07 -06:00
.SH "BUGS"
.SS Should you encounter any bugs, they may be reported at:
2016-01-25 08:13:49 -06:00
http://github.com/mate-desktop/xedit/issues
2014-02-14 03:01:07 -06:00
.SH "NOTES"
2016-01-25 08:13:49 -06:00
This version of the Xedit Manual Page was written with Xedit. =)
2014-02-14 03:01:07 -06:00
.SH "AUTHORS"
.SS This Man Page has been updated/re-written for the MATE Desktop Environment by:
Adam Erdman <hekel@archlinux.info> (2014)
.SH "HISTORY"
.SS Some portions of this manual were originally written by Gedit's previous developers, to accompany it in the GNOME Desktop Environment by:
.nf
Paolo Maggi <paolo@gnome.org>
Paolo Borelli <pborelli@katamail.com>
James Willcox <jwillcox@gnome.org>
Federico Mena Quintero <federico@novell.com>
Chema Celorio
(2000-2010)
.fi
.SH "SEE ALSO"
.SS
2016-01-25 08:13:49 -06:00
Xedit documentation can be found from the "Help" menu, or by pressing the F1 key.
2014-02-14 03:01:07 -06:00
Further information may also be available at: http://wiki.mate-desktop.org/docs