PageRenderTime 42ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/users-guide/reloading.html

#
HTML | 13 lines | 13 code | 0 blank | 0 comment | 0 complexity | b1fb616ed068062a564fa5325e5d593f 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><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Reloading From Disk</title><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="jEdit 4.3 User's Guide"><link rel="up" href="files.html" title="Chapter 4. Working With Files"><link rel="prev" href="vfs-browser.html" title="The File System Browser (FSB)"><link rel="next" href="threaded-io.html" title="Multi-Threaded I/O"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Reloading From Disk</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="vfs-browser.html">Prev</a> </td><th width="60%" align="center">Chapter 4. Working With Files</th><td width="20%" align="right"> <a accesskey="n" href="threaded-io.html">Next</a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="reloading"></a>Reloading From Disk</h2></div></div></div><p>When a view is brought to the foreground, jEdit checks if any open
  2. buffers were modified on disk by another application. All affected
  3. buffers are listed in a dialog box. By default, buffers without unsaved
  4. changes are automatically reloaded. This feature can be disabled, or
  5. changed to prompt if files should be reloaded first, in the
  6. <span class="guibutton"><strong>General</strong></span> pane of the
  7. <span class="guimenu"><strong>Utilities</strong></span>&gt;<span class="guimenuitem"><strong>Global
  8. Options</strong></span> dialog box; see <a class="xref" href="global-opts.html" title="The Global Options Dialog Box">the section called &#8220;The Global Options Dialog Box&#8221;</a>.</p><p><span class="guimenu"><strong>File</strong></span>&gt;<span class="guimenuitem"><strong>Reload</strong></span> can
  9. be used to reload the current buffer from disk at any other time; a
  10. confirmation dialog box will be displayed first if the buffer has
  11. unsaved changes.</p><p><span class="guimenu"><strong>File</strong></span>&gt;<span class="guimenuitem"><strong>Reload All</strong></span>
  12. discards unsaved changes in all open buffers and reload them from disk,
  13. asking for confirmation first.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="vfs-browser.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="files.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="threaded-io.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">The File System Browser (FSB) </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Multi-Threaded I/O</td></tr></table></div></body></html>