PageRenderTime 37ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/jEdit/tags/jedit-4-3-pre5/package-files/linux/jedit.1

#
Unknown | 162 lines | 135 code | 27 blank | 0 comment | 0 complexity | 65134176f2dcb3dd980207f1d05fad25 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. .TH JEDIT 1 "June 14, 2006" jEdit "jEdit - Programmer's Text Editor"
  2. .SH NAME
  3. .B jEdit
  4. \- Programmer's Text Editor written in Java
  5. .SH SYNOPSIS
  6. .B "jedit "
  7. [
  8. .B options
  9. ] [
  10. .B files
  11. ]
  12. .SH DESCRIPTION
  13. This manual page briefly documents \fBjEdit\fP's command-line parameters.
  14. Complete documentation can be found by invoking the Help->jEdit Help
  15. menu item within \fBjEdit\fP or by invoking jedit -usage.
  16. \fBjEdit\fP is a cross-platform text editor written in Java. It
  17. has an extensive feature set that includes syntax highlighting, auto indent,
  18. folding, word wrap, abbreviation expansion, multiple clipboards, powerful search
  19. and replace and much more.
  20. Furthermore, \fBjEdit\fP is extremely customizable, and extensible, using either macros
  21. written in the BeanShell scripting language, or plugins written in Java.
  22. \fBjEdit\fP requires Java 2 version 1.4.
  23. \fBjEdit\fP is released under the GNU General Public License, which can be found in
  24. the online help.
  25. .PP
  26. .SH GENERAL COMMAND LINE USAGE
  27. When opening files from the command line, a line number or marker to position
  28. the caret on can be specified like so:
  29. $ jedit MyApplet.java +line:10
  30. $ jedit thesis.tex +marker:c
  31. Command-line switches begin with a "-". Some take a parameter. A file whose name
  32. begins with "-" can be opened like so:
  33. $ jedit -- -myfile
  34. .SH MISCELLANEOUS OPTIONS
  35. .TP
  36. \fB\-log=level\fR
  37. Set the minimum log level to an integer between 1 and 9. Default is 7.
  38. Has no effect when connecting to
  39. another instance via the edit server.
  40. .TP
  41. \fB\-usage\fR
  42. Show a brief command line usage message without starting \fBjEdit\fP. This message
  43. is also shown if an invalid switch was specified.
  44. .TP
  45. \fB\-version\fR
  46. Show the version number without starting \fBjEdit\fP.
  47. .TP
  48. \fB\--\fR
  49. Specifies the end of command-line processing. Further parameters are treated
  50. as file names, even if they begin with a dash.
  51. .SH CONFIGURATION OPTIONS
  52. .TP
  53. \fB\-plugins\fR
  54. Enable loading of plugins. This is the default. Has no effect
  55. when connecting to another instance via the edit server.
  56. .TP
  57. \fB\-noplugins\fR
  58. Disable loading of plugins. Has no effect
  59. when connecting to another instance via the edit server.
  60. .TP
  61. \fB\-restore\fR
  62. Restore previously open files on startup. This is the default.
  63. .TP
  64. \fB\-norestore\fR
  65. Do not restore previously open files on startup.
  66. .TP
  67. \fB\-run=script\fR
  68. Run the specified BeanShell script. There can only be one of these parameters
  69. on the command line.
  70. .TP
  71. \fB\-settings=dir\fR
  72. Store user-specific settings in the directory named "dir", instead
  73. of the default $HOME/.jedit. The directory will be created automatically
  74. if it does not exist. Has no effect when connecting to another instance via
  75. the edit server.
  76. .TP
  77. \fB\-nosettings\fR
  78. Start \fBjEdit\fP without loading user-specific settings.
  79. .TP
  80. \fB\-startupscripts\fR
  81. Run startup scripts. This is the default. Has no effect when connecting to
  82. another instance via the edit server.
  83. .TP
  84. \fB\-nostartupscripts\fR
  85. Disable startup scripts. Has no effect when connecting to
  86. another instance via the edit server.
  87. .SH EDIT SERVER OPTIONS
  88. For information about the edit server, see the section "Starting jEdit" in
  89. the \fBjEdit\fP online help.
  90. .TP
  91. \fB\-background\fR
  92. Run \fBjEdit\fP in background mode. In background mode, the edit server will continue
  93. listening for client connections even after all views are closed. Has no effect
  94. when connecting to another instance via the edit server.
  95. .TP
  96. \fB\-nobackground\fR
  97. Disable background mode. This is the default. Has no effect when connecting to
  98. another instance via the edit server.
  99. .TP
  100. \fB\-gui\fR
  101. Open an initial view. This is the
  102. default. Has no effect when connecting to
  103. another instance via the edit server.
  104. .TP
  105. \fB\-nogui\fR
  106. Do not open an initial view, and instead only open one when the first
  107. client connects. Can only be used in combination with the -background switch.
  108. You can use this switch to "pre-load" \fBjEdit\fP when you log in to your computer,
  109. for example. Has no effect when connecting to
  110. another instance via the edit server.
  111. .TP
  112. \fB\-server\fR
  113. Store the server port info in the file named "server" inside the settings
  114. directory. This is the default.
  115. .TP
  116. \fB\-server=name\fR
  117. Store the server port info in the file named "name". File names for this
  118. parameter are relative to the settings directory.
  119. .TP
  120. \fB\-noserver\fR
  121. Do not attempt to connect to a running edit server, and does not start one
  122. either.
  123. .SH FILES
  124. .TP
  125. ~/.jedit
  126. Each user who runs \fBjEdit\fP has a settings directory. Its content is documented
  127. in the "Customizing jEdit" section of the online help.
  128. .SH "SEE ALSO"
  129. .BR java (1)
  130. .SH VERSION
  131. \fBjEdit\fP @jedit.version@
  132. .SH BUGS
  133. See http://www.jEdit.org/index.php?page=feedback for bug reporting information.
  134. .SH WEB
  135. http://www.jEdit.org/