notepad-plus-plus-legacy/PowerEditor/misc/npp.help/HTML/Status Bar.html
Don Ho 5b4f8e3e11 [NEW] Add new encodings.
[REMOVE] Remove Line Draw TTF for MSDOS ASCCI Art highlighter; using encoding Dos 437 instead.
[UPDATE] (Author : Christian Cuvier) Update NppHelp to v5.6.


git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@569 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-23 01:34:38 +00:00

33 lines
1.8 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 amount of characters that the
current document contains. This is not equal to the filesize of the
document (except for ANSI documents, see
<a href="Encoding.html">Encoding</a> for more details). The filssize, s well as the line count, is also shown.
</li><li>After
that you find information about the cursor in the document. It
consists of the current line ('Ln', first line is line 1), the
current column ('Col', first position is 1), the length of the
selection both in characters and bytes (see&nbsp;<a href="Encoding.html">Encoding</a>). The number of selected range is also displayed. 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&nbsp;<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>