PageRenderTime 32ms CodeModel.GetById 9ms RepoModel.GetById 0ms app.codeStats 0ms

/jEdit/tags/jedit-4-3-pre5/doc/tips/tip15.html

#
HTML | 12 lines | 11 code | 1 blank | 0 comment | 0 complexity | 891c2b638d454ce4fbff3ea5efc4aa97 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. <html><body>If your computer has a large amount of memory, you can run
  2. jEdit in <i>background mode</i> by passing it the
  3. <code>-background</code> command-line switch. In background mode, jEdit
  4. will stay running and in memory even after all views are closed. This
  5. avoids the startup delay associated with starting jEdit multiple
  6. times.<p>
  7. If you also specify the <code>-nogui</code> switch, an initial view will
  8. not be opened; so jEdit will load, but remain invisible until another
  9. client instance is started. Using this switch, you can have jEdit loaded when
  10. your computer starts, ready for use later on.
  11. </body></html>