9ab9b02e6a
[NEW_FEATURE] (Author: Christian Cuvier) Update NppHelp. [UPDATE] Update native Language files. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@674 f5eea248-9336-0410-98b8-ebc06183d4e3
42 lines
2.0 KiB
HTML
42 lines
2.0 KiB
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>Status Bar</title>
|
|
<link rel="stylesheet" href="styles.css" type="text/css"></head>
|
|
<body>
|
|
<h1>Status
|
|
Bar</h1>
|
|
<p>The
|
|
status bar shows additional information about the currently active
|
|
document and consists of six sections.
|
|
<p><ul><li>The first section shows the current language that is
|
|
selected for that document (see <a href="Languages.html">Languages</a>).
|
|
</li><li>The
|
|
second section shows the filssize of the document ("length"), as well as its line count ("lines").
|
|
<span class="shortcut">Doubleclicking</span> this section brings up the Summary message box,
|
|
which contains more information:
|
|
<ul>
|
|
<li>Fully qualified active document path
|
|
</li><li>Creation date
|
|
</li><li>Last modification date
|
|
</li><li>Byte size of document
|
|
</li><li>Character count of the document, blanks excluded
|
|
</li><li>Character count of the document
|
|
</li><li>Line count
|
|
</li><li>Size of selection (characters, bytes and ranges)
|
|
</li></ul>
|
|
Note that the character count and byte count are not a function of each other in UTF-8
|
|
(see <a href="Encoding.html">Encoding</a>).
|
|
</li><li>After
|
|
that you find the current line ('Ln', first line is line 1), and the
|
|
current column ('Col', first position is 1). If you <span class="shortcut">doubleclick</span> on this
|
|
section, the <a href="Go%20to%20dialog.html">Go to Line dialog</a> will pop up.
|
|
</li><li>The
|
|
fourth section shows the current newline format (see <a href="Newline%20format.html">Newline format</a></a>).
|
|
</li><li>The
|
|
fifth section shows the current character encoding of the document
|
|
(see <a href="Encoding.html">Encoding</a>).
|
|
</li><li>The
|
|
sixth and last section shows the current overtype status of the
|
|
active view. INS means insertion and OVR means overtype (see <a href="Overtype.html">Overtype</a>
|
|
for more information). Clicking on this section switches between insertion and overtype typing mode.
|
|
</li></ul>
|
|
</body></html> |