aac719f843
Signed-off-by: Don HO <don.h@free.fr> git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@504 f5eea248-9336-0410-98b8-ebc06183d4e3
14 lines
743 B
HTML
14 lines
743 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>MRU</title>
|
|
<link rel="stylesheet" href="styles.css" type="text/css">
|
|
</head><body>
|
|
<h1>MRU
|
|
(Most Recently Used) switching</h1>
|
|
<p>Notepad++
|
|
can provide MRU behavior for switching between files. MRU stands for
|
|
Most Recently Used and means that the first file to be activated, is
|
|
the last one active before the current document. This will put often
|
|
used files to the top and less used files to the bottom (If you are
|
|
familiar with the Windows Task Switcher, the behavior is similar).
|
|
MRU is only available when the Document Switcher is enabled.
|
|
</body></html> |