~ubuntu-branches/ubuntu/raring/geany/raring-proposed

« back to all changes in this revision

Viewing changes to doc/geany.1

  • Committer: Bazaar Package Importer
  • Author(s): Damián Viano
  • Date: 2008-05-02 11:37:45 UTC
  • mto: (3.1.1 lenny) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20080502113745-7q62rqhl2ku02ptu
Import upstream version 0.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "GEANY" "1" "September 29, 2006" "geany 0.9" ""
 
1
.TH "GEANY" "1" "April 19, 2008" "geany 0.14" ""
2
2
.SH "NAME"
3
3
Geany \(em a small and lightweight IDE
4
4
.SH "SYNOPSIS"
5
5
.PP
6
 
\fBgeany\fR [\fBoption\fP]  [\fBfiles ...\fP]
 
6
\fBgeany\fR [\fBoption\fP]  [\fP+number\fP]  [\fBfiles ...\fP]
7
7
.SH "DESCRIPTION"
8
8
.PP
9
9
Geany is a small and fast editor with basic features of an integrated development environment.
12
12
many supported filetypes like C(++), Java, PHP, HTML, DocBook, Perl and more.
13
13
.PP
14
14
Homepage: http://geany.uvena.de
15
 
 
16
15
.SH "OPTIONS"
17
 
.IP "\fB-n\fP           \fB\-\-no-ctags\fP         " 10
18
 
Don't load auto completion and call tip data. Use this option, if you don't want to use them.
19
 
For more information please see documentation.
20
 
.IP "\fB-m\fP           \fB\-\-no-msgwin\fP         " 10
 
16
.IP "\fB\fP    \fBfiles ...\fP         " 10
 
17
A space-separated list of filenames. Absolute and relative filenames can be used. Geany also
 
18
recognises line and column information when appended to the filename with colons, e.g.
 
19
"geany foo.bar:10:5" will open the file foo.bar and place the cursor in line 10 at column 5.
 
20
.IP "\fB\fP    \fB\+number\fP         " 10
 
21
Set initial line
 
22
.I number
 
23
for the first opened file (same as --line, do not put a space
 
24
between the + sign and the number). E.g. "geany +7 foo.bar" will open the file foo.bar and
 
25
place the cursor in line 7.
 
26
.IP "\fB\fP    \fB\-\-column\fP         " 10
 
27
Set initial column number for the first opened file (useful in conjunction with --line).
 
28
.IP "\fB-c\fP, \fB\-\-config\fP         " 10
 
29
Use an alternate configuration directory. Default configuration directory is
 
30
~/.geany/ and there resides geany.conf and some template files.
 
31
.IP "\fB-d\fP, \fB\-\-debug\fP         " 10
 
32
Run Geany in debug mode, which means being verbose and printing lots of information.
 
33
.IP "\fB\fP, \fB\-\-ft\-names\fP         " 10
 
34
Print a list of Geany's internal filetype names (useful snippets configuration).
 
35
.IP "\fB-g\fP, \fB\-\-generate\-tags\fP         " 10
 
36
Generate a global tags file (see documentation).
 
37
.IP "\fB-P\fP, \fB\-\-no\-preprocessing\fP         " 10
 
38
Don't preprocess C/C++ files when generating tags.
 
39
.IP "\fB-i\fP, \fB\-\-new-instance\fP         " 10
 
40
Don't open files in a running instance, force opening a new instance.
 
41
Only available if Geany was compiled with support for Sockets.
 
42
.IP "\fB-l\fP, \fB\-\-line\fP         " 10
 
43
Set initial line number for the first opened file.
 
44
.IP "\fB-m\fP, \fB\-\-no-msgwin\fP         " 10
21
45
Don't show the message window. Use this option if you don't need compiler messages
22
46
or VTE support.
23
 
.IP "\fB-i\fP           \fB\-\-new-instance\fP         " 10
24
 
Don't open files in a running instance, force opening a new instance.
25
 
.IP "\fB-s\fP           \fB\-\-no-session\fP         " 10
26
 
Don't load the previous session's files
27
 
.IP "\fB-t\fP           \fB\-\-no-terminal\fP         " 10
 
47
.IP "\fB-n\fP, \fB\-\-no-ctags\fP         " 10
 
48
Don't load symbol completion and call tip data. Use this option, if you don't want to use them.
 
49
For more information please see documentation.
 
50
.IP "\fB-p\fP, \fB\-\-no-plugins\fP         " 10
 
51
Don't load plugin support.
 
52
.IP "\fB\fP   \fB\-\-print-prefix\fP         " 10
 
53
Print installation prefix, the data directory, the lib directory and the locale directory (in
 
54
this order) to stdout, each per line. This is mainly intended for plugin authors to detect
 
55
installation paths.
 
56
.IP "\fB-s\fP, \fB\-\-no-session\fP         " 10
 
57
Don't load the previous session's files.
 
58
.IP "\fB-t\fP, \fB\-\-no-terminal\fP         " 10
28
59
Don't load terminal support. Use this option, if you don't want to load the virtual terminal
29
60
emulator widget at startup. If you don't have libvte.so.4 installed, then terminal-support is
30
 
automatically disabled.
31
 
.IP "\fB-l\fP           \fB\-\-vte-lib\fP         " 10
 
61
automatically disabled. Only available if Geany was compiled with support for VTE.
 
62
.IP "\fB\fP   \fB\-\-vte-lib\fP         " 10
32
63
Specify explicitly the path including filename or only the filename to the VTE library, e.g.
33
64
/usr/lib/libvte.so or libvte.so. This option is only needed, when the autodetection doesn't
34
 
work.
35
 
.IP "\fB-c\fP           \fB\-\-config\fP         " 10
36
 
Use an alternate configuration directory. Default configuration directory is
37
 
~/.geany/ and there resides geany.conf and some template files.
38
 
.IP "\fB-d\fP           \fB\-\-debug\fP         " 10
39
 
Runs geany in debug mode, which means being verbose and printing lots of information.
40
 
.IP "\fB-?\fP           \fB\-\-help\fP         " 10
 
65
work. Only available if Geany was compiled with support for VTE.
 
66
.IP "\fB-v\fP, \fB\-\-version\fP         " 10
 
67
Show version information and exit.
 
68
.IP "\fB-?\fP, \fB\-\-help\fP         " 10
41
69
Show help information and exit.
42
 
.IP "\fB-v\fP           \fB\-\-version\fP         " 10
43
 
Show version information and exit.
44
70
.PP
45
 
geany supports all generic GTK options, a list is available on the help screen.
46
 
 
 
71
Geany supports all generic GTK options, a list is available on the help screen.
47
72
.SH "AUTHOR"
48
73
.PP
49
 
This manual page was written by Enrico Troeger <enrico.troeger@uvena.de>. Permission is
 
74
This manual page was written by the Geany developer team. Permission is
50
75
granted to copy, distribute and/or modify this document under
51
 
the terms of the GNU General Public License, Version 2 any
52
 
later version published by the Free Software Foundation.
 
76
the terms of the GNU General Public License, Version 2.
53
77
.PP
54
78
The complete text of the GNU General Public License can be found in /usr/local/share/geany/GPL-2.
55