File: tip15.html

package info (click to toggle)
jedit 5.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,252 kB
  • ctags: 11,190
  • sloc: java: 98,480; xml: 94,070; makefile: 52; sh: 42; cpp: 6; python: 6
file content (12 lines) | stat: -rw-r--r-- 621 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
<html><body>If your computer has a large amount of memory, you can run
jEdit in <i>background mode</i> by passing it the
<code>-background</code> command-line switch. In background mode, jEdit
will stay running and in memory even after all views are closed. This
avoids the startup delay associated with starting jEdit multiple
times.<p>

If you also specify the <code>-nogui</code> switch, an initial view will
not be opened; so jEdit will load, but remain invisible until another
client instance is started. Using this switch, you can have jEdit loaded when
your computer starts, ready for use later on.
</body></html>