notepad-plus-plus-legacy/PowerEditor/misc/npp.help/HTML/System Tray.html
Don Ho 52dc1c9d87 [UPDATE] (Author : Christian Cuvier) Update NppHelp.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@618 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-02-21 22:23:10 +00:00

14 lines
1.3 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>System Tray</h1>
<p>The system tray, aka notification area, is the area on the right or bottom of the Windows&tm;task bar which shows small icons related to running programs. It is common that double clicking the icon will bring the corresponding application to the front, or pop up some dialog related to the application. Most of the time, right clicking such an icon pops up a menu of frequently used commands to ask the application to perform.
<p align="center"><img src="images/screenshots/systemtray.png"/></p>
<p>You can send any running instance of Notepad++ to the system tray:
<ul>
<li>at startup, by using the <b>-systemtray</b> <a href="Command%20Line.html">command line switch</A>
<li>Using the minimise button, if you enabled this behaviour from the <a href="Prefernces.html">Preferences dialog</a>.
</ul>
<p>If you try to minimise a running instance of Notepad++ to the system tray while one is already there, the new instance will be minimised in the standard way, so that its button remains on the task bar.
</body></html>