[UPDATE] (Author : Christian Cuvier) Update NppHelp.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@618 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
Don Ho 2010-02-21 22:23:10 +00:00
parent b3f11896eb
commit 52dc1c9d87
20 changed files with 143 additions and 63 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
<!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>Auto Completion</title>
<html><head><meta content="text/html; charset=utf-8" http-equiv="content-type"><title>Auto Completion</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body><h1>Auto completion</h1>
@ -18,7 +18,7 @@ Completion</span> or automatically when a certain amount of characters is
typed (see also&nbsp;<a href="Preferences.html#Backup_Auto-Completion">Preferences</font></a>).<br><img src="images\screenshots\autocomp.png">
</li><li>The second one retrieves
all the words from the current file and provides hinting on that,
named <span style="font-weight: bold;">Word Completion</span>. This is triggered by selecting <span class="menu_item">Edit-&gt;Auto-Completion->&gt;Word
named <span style="font-weight: bold;">Word Completion</span>. This is triggered by selecting <span class="menu_item">Edit-&gt;Auto-Completion-&gt;Word
Completion</span>, or by entering a set number of characters (again, see&nbsp;<a href="Preferences.html#Backup_Auto-Completion">Preferences</a>). Word completion is the only type that can
automatically finish a word without displaying a list of options
first.
@ -32,5 +32,5 @@ tasks. The calltip will highlight the current parameter being edited
for a quick emphasis on what is actually needed. It is purely
passive and will not modify the text in any way. To trigger a calltip (if one can be found), select <span class="menu_item">Edit-&gt;Auto-Completion-&gt;Function parameters hint</span>.<p>Autocompletion
is language based (see <a href="Languages.html">Languages</a>) and has different API files for
each language. For more details on these API files and how to make your own, refer to <a target="_blank" href="http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Auto_Completion">NpWiki++</a>.
each language. For more details on these XML files and how to make your own ones, please refer to <a target="_blank" href="http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Auto_Completion">NpWiki++</a>.
</body></html>

View File

@ -4,7 +4,7 @@
</head>
<body>
<h1>Column Mode editing</h1>
<h2>Editing rectangilar areas</h2>
<p>A
special way of editing files is column mode editing. This means that
text can be selected in columns, rather than rows (effectively
@ -13,17 +13,25 @@ Scintilla, but with a few supplements of Notepad++. To initiate a
Column mode selection, depress the <span class="shortcut">Alt</span> key (default) when selecting
text (using <span class="shortcut">mouse</span> or <span class="shortcut">cursor keys</span>), moving the cursor downwards or
upwards as needed. This works best if a non-proportional (monospaced)
font is used, because then each character will be aligned with the
ones above and below it (refer to&nbsp;<a href="Styler%20Configurator.html">Styler Configurator</a> for more
font is used, because then each character will be visually aligned with the
ones in the same column above and below it (refer to&nbsp;<a href="Styler%20Configurator.html">Styler Configurator</a> for more
information).
<p>When text is
selected in this so called rectangilar mode, typing will change each selected column of characters into the typed character, or insert such a column.
Use the ESC key to exit this special typing mode. To back up one column, use the <span class="menu_item">Edit-&gt;Undo</span> feature, instead of the <span class="shortcut">Backspace</span> key.
<p><img style="width: 341px; height: 357px;" alt="" src="Images/Screenshots/column_editor.png"><p>
<p>
<table align="center" border="1">
<th><tr><td>Before typing "done"<td>After typing "dne"</th>
<tr>
<td><img alt="" src="Images/Screenshots/col_edit_before.png">
<td><img alt="" src="Images/Screenshots/col_edit_after.png">
</tr></table>
<h2>The column editor</h2>
<p>The
<span style="font-weight: bold;">Column Editor dialog</span> is designed to make working with columns easier.
It can be opened by selecting <span class="menu_item">Edit-&gt;Column Editor</span>.
<p><img style="width: 341px; height: 357px;" alt="" src="Images/Screenshots/column_editor.png"><p>
<p>There
are two types of insertions that the column editor supports, regular
text or number sequences.

View File

@ -24,6 +24,9 @@ p><dl>
<dd> Start editing in Column mode.
<dt>--help
<dd> Displays this list, i.e. all the command line switches
<dt>-loadingTime
<dd> Displays the loading time of all files Notepad++ is started with.
The result is displayed in a message box, with a 0.01 second resolution.
<dt>-multiInst
<dd> allow Notpead++ to start more than one instance. By default, if
Notepad++ is already started files wil lbe opened in that instance,
@ -50,7 +53,7 @@ java, rc, html, xml, makefile, pascal, batch, ini, nfo, asp, sql, vb,
javascript, css, perl, python, lua, tex, cobol, fortran, bash, actionscript,
nsis, tcl, lisp, scheme, asm, diff, props, postscript, ruby, smalltalk,
vhdl, kix, autoit, Gui4Cli, powershell, caml, ada, verilog, matlab, haskell, inno, cmake,
yaml, r</td></tr></tbody></table>
yaml,r, jsp</td></tr></tbody></table>
<dt>Files
<dd>Anything else will be interpreted as a filename. Always quote your
filename to allow the path to contain spaces, otherwise Notepad++

View File

@ -3,7 +3,8 @@
<link rel="stylesheet" href="styles.css" type="text/css"></head>
<body>
<h1>Context Menu</h1>
<p>The
<img align="left" src="Images/Screenshots/contextmenu.png" alt="" style="width:120px; height:240px;"/>
The
context menu can be reached by <span class="shortcut">rightclicking</span> anywhere in the edit
screen. The context menu allows for quick access to commonly used
commands and is user configurable. To change the contents of the

View File

@ -3,5 +3,8 @@
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body><h1>Display</h1>
<p>The subjects described here control the appearance of the text in the screen.<br><p><a href="Viewing%20modes.html">Viewing modes</a></p><p><a href="Unprintable%20characters.html">Unprintable Characters</a></p><p><a href="Wrapping.html">Line Wrapping</a></p><p><a href="Zooming.html">Zooming</a></p><p><a href="Folding.html">Folding</a></p><p><a href="Hiding%20lines.html">Hiding Lines</a></p><p><a href="Multi%20View.html">Multi View</a></p><p><a href="RTL.html">Right-to-Left modus</a></p><p><a href="System%20Tray.html">System tray</a></p><p><a href="RTL.html">Right-to-Left modus</a></p>
<p>The subjects described here control the appearance of the text in the screen.<br><p><a href="Viewing%20modes.html">Viewing modes</a></p><p><a href="Unprintable%20characters.html">Unprintable Characters</a></p><p><a href="Wrapping.html">Line Wrapping</a></p><p><a href="Zooming.html">Zooming</a></p><p><a href="Folding.html">Folding</a></p><p><a href="Hiding%20lines.html">Hiding Lines</a></p><p><a href="Multi%20View.html">Multi View</a></p><p><a href="RTL.html">Right-to-Left modus</a></p><p><a href="System%20Tray.html">System tray</a></p>
<p><a href="RTL.html">Right-to-Left modus</a></p>
<p><a href="Display%20Shortcuts.html">Shortcuts related with the View menu</a></p>
</body></html>

View File

@ -7,4 +7,16 @@ the keyboard (or the standard Input Method Editor (IME) for eastern asian langua
needed. However, Notepad++ has many tools and aids to assist in editing
files, mainly to automate repetitive tasks or speed up development.<p>Notepad++
is based on the Scintilla edit control and relies on it to perform many
editing tasks, supplementing it if useful.<br><p><a href="Standard%20Operations.html">Standard Operations</a></p><p><a href="Indentation.html">Indentation</a></p><p><a href="Selecting.html">Selecting text</a></p><p><a href="Overtype.html">Overtype</a></p><p><a href="Auto%20Completion.html">Auto Completion</a></p><p><a href="Column%20Mode%20Editing.html">Column Mode Editing</a></p><p><a href="Commenting.html">Commenting</a></p><p><a href="Other%20editing%20tools.html">Other editing tools</a></p></body></html>
editing tasks, supplementing it if useful.<br>
<p><a href="Standard%20Operations.html">Standard Operations</a></p>
<p><a href="Indentation.html">Indentation</a></p>
<p><a href="Selecting.html">Selecting text</a></p>
<p><a href="Overtype.html">Overtype</a></p>
<p><a href="Auto%20Completion.html">Auto Completion</a></p>
<p><a href="Column%20Mode%20Editing.html">Column Mode Editing</a></p>
<p><a href="Commenting.html">Commenting</a></p>
<p><a href="Other%20editing%20tools.html">Other editing tools</a></p
<p><a href="Mouse%20Gestures.html">Mouse gestures</a></p
<p><a href="Edit%20Shortcuts.html">Shortcuts related to Editing</a></p
></body></html>

View File

@ -1,5 +1,5 @@
<!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>Encoding</title>
<html><head><meta content="text/html; charset=utf-8" http-equiv="content-type"><title>Encoding</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
@ -34,9 +34,9 @@ byte BOM will be added upon save.
<dt>UTF-8 without BOM
<dd> Like UTF-8, but no BOM is added. Saves three bytes, but makes encoding detection harder.
<dt>UTF-16 Little Endian
<dd> All characters are two bytes in size, pairs are Little Endian ordered. A 4 byte BOM is added upon save.
<dd> All characters are two bytes in size, pairs are Little Endian ordered. A 2 byte BOM is added upon save.
<dt>UTF-16 Big Endian
<dd> All characters are two bytes in size, pairs are Big Endian ordered. A 4 byte BOM is added upon save.
<dd> All characters are two bytes in size, pairs are Big Endian ordered. A 2 byte BOM is added upon save.
</dl>
<p>In addition, since version 5.6, Notepad++ supports changing the character set being used to display the text, exactly the way you can change it on most web browsers. Thiese encodings are available using the <span class="menu_item">Character sets</span> menu entry which comes right after the <span class="menu_item">Encode in ...</span> family items.
<p>Note that, for HTML and XML files, Notepad++ attempts to detect the encoding being used when the file is opened, thus avoiding a number of errors which may not show before the file is being used on a server.

View File

@ -1,12 +1,12 @@
<!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>File Creation</title>
<link rel="stylesheet" href="styles.css" type="text/css">
<!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>File Creation</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Creating
new files:</h1>
<p>To
create a new file, go to <span class="menu_item">File-&gt;New</span> or press <img style="width: 16px; height: 16px;" alt="" src="Images/Toolbar/newFile.png">. A new empty tab
will appear with the title &#8220;New 1&#8221;, where the number depends on
how many new files you have created.
will appear with the title “New 1”, where the number depends on
how many new files you have created since you opened the current Notepad++ instance.
</body></html>

View File

@ -1,15 +1,17 @@
<!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>File Management</title>
<link rel="stylesheet" href="styles.css" type="text/css">
<!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>File Management</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>File
management</h1>
<p>How to manage your files:
<p style="margin-bottom: 0in;"><a href="File%20Creation.html"><font face="Times New Roman, serif">Creating new files</font></a></p><p style="margin-bottom: 0in;"><font face="Times New Roman, serif"><a href="Opening%20and%20Saving.html">Opening &nbsp;and Saving files</a></font></p><p style="margin-bottom: 0in;"><a href="Closing.html"><font face="Times New Roman, serif">Closing files</font></a></p><p style="margin-bottom: 0in;"><a href="Activating.html"><font face="Times New Roman, serif">Activating a file</font></a></p><p style="margin-bottom: 0in;"><a href="Editing.html"><font face="Times New Roman, serif">Editing files</font></a></p><p style="margin-bottom: 0in;"><a href="Read-Only.html"><font face="Times New Roman, serif">Read-only files</font></a>
<p>
management</h1>
<p>How to manage your files:
<p style="margin-bottom: 0in;"><a href="File%20Creation.html"><font face="Times New Roman, serif">Creating new files</font></a></p><p style="margin-bottom: 0in;"><font face="Times New Roman, serif"><a href="Opening%20and%20Saving.html">Opening &nbsp;and Saving files</a></font></p><p style="margin-bottom: 0in;"><a href="Closing.html"><font face="Times New Roman, serif">Closing files</font></a></p><p style="margin-bottom: 0in;"><a href="Activating.html"><font face="Times New Roman, serif">Activating a file</font></a></p><p style="margin-bottom: 0in;"><a href="Editing.html"><font face="Times New Roman, serif">Editing files</font></a></p>
<p style="margin-bottom: 0in;"><a href="Read-Only.html"><font face="Times New Roman, serif">Read-only files</font></a>
<p style="margin-bottom: 0in;"><a href="File%20Shortcuts.html"><font face="Times New Roman, serif">Shortcuts related to the File menu</font></a>
<p>
Note:
See the section about the <a href="Windows%20Dialog.html">Windows dialog</a> to see other methods to
manage your files.
manage your files.
</body></html>

View File

@ -1,16 +1,19 @@
<!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>GUI elements</title>
<link rel="stylesheet" href="styles.css" type="text/css">
<html><head><meta content="text/html; charset=utf-8" http-equiv="content-type"><title>GUI elements</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body><h1>GUI elements</h1>The main Notepad++ view consists of a few GUI elements. These sections elaborate a bit on them.<p><img style="width: 840px; height: 551px;" alt="" src="Images/Screenshots/main.png" usemap="#main" class="annotated"><br><p><a href="Tab%20Bar.html">Tab Bar</a></p><p><a href="Status%20Bar.html">Status Bar</a></p><p><a href="Tool%20Bar.html">Tool Bar</a></p><p><a href="Menu.html">Menu</a></p><p><a href="Context%20Menu.html">Context Menu</a></p>
<body><h1>GUI elements</h1>The main Notepad++ view consists of a few GUI elements. These sections elaborate a bit on them. Their names will display as a tooltip as the mouse hovers over the corresponding clickable areas on the big picture:
<p><img style="width: 630px; height: 413px;" alt="" src="Images/Screenshots/main.png" usemap="#main"
class="annotated"><br><p><a href="Tab%20Bar.html">Tab Bar</a></p><p><a href="Status%20Bar.html">Status Bar</a></p><p><a href="Tool%20Bar.html">Tool Bar</a></p><p><a href="Menu.html">Menu</a></p><p><a href="Context%20Menu.html">Context Menu</a></p>
<p><a href="Dockable%20Windows.html">Dockable Windows</a></p>
<div>
<map id="main" name="main">
<area shape="rect" alt="Menu" coords="5,23,835,41" href="Menu.html" title="Menu" />
<area shape="rect" alt="Tool Bar" coords="5,43,835,67" href="Tool%20Bar.html" title="Tool Bar" />
<area shape="rect" alt="Tab Bar" coords="5,70,835,91" href="Tab%20Bar.html" title="Tab Bar" />
<area shape="rect" alt="Status Bar" coords="4,528,835,547" href="Status%20Bar.html" title="Status Bar" />
<area shape="rect" alt="Context Menu" coords="191,204,337,449" href="Context%20Menu.html" title="Context Menu" />
<area shape="rect" alt="Menu" coords="4,17,626,31" href="Menu.html" title="Menu" />
<area shape="rect" alt="Tool Bar" coords="4,32,626,50" href="Tool%20Bar.html" title="Tool Bar" />
<area shape="rect" alt="Tab Bar" coords="4,53,626,68" href="Tab%20Bar.html" title="Tab Bar" />
<area shape="rect" alt="Status Bar" coords="3,396,626,410" href="Status%20Bar.html" title="Status Bar" />
<area shape="rect" alt="Context Menu" coords="143,153,253,337" href="Context%20Menu.html" title="Context Menu" />
</map>
</div>
</body></html>

View File

@ -1,14 +1,14 @@
<!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>Loading Sessions</title>
<!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>Loading Sessions</title>
<link rel="stylesheet" href="styles.css" type="text/css"></head>
<body><h1>Loading sessions</h1>
<body><h1>Loading sessions</h1>
<p>To load a session, simply go to
<span class="menu_item">File-&gt;Load Session</span>. Then select any session you like and it will
open the files contained in it, and restore their state.
open the files contained in it, and restore their state.
<p>If you have
set a default session extension (for example, .session) for Notepad++,
you can also open a session using the regular means to open a file. If
the file has the extension for a session, Notepad++ will attempt to
load it (see also the section for <a href="Preferences.html#MISC">Preferences</a>
<p>Depending if you have set a default extension for session files, you can filter for those files in the Load Session dialog.
load it (see also the section for <a href="Preferences.html#MISC">Preferences</a>
<p>Depending on whether you have set a default extension for session files, you can filter for those files in the Load Session dialog.
</body></html>

View File

@ -37,9 +37,9 @@ the active view has a darker color of orange than the inactive view.
Also, only the active view can have the caret. You can switch the
active view by selecting <span class="menu_item">View-&gt;Focus on other view</span>. The active
view determines what options are available from the menu or toolbar.
If the main view has a saved document, but the secondary view is
modified, you can only select the Save option if you have the
secondary view active.
If the main view has all documents saved, but the secondary view has
modified tabs, you can only select the Save option if the
secondary view is active.
<p>If
you have the same document open in two views, they will share some
properties, but some of them can be modified independently. These

View File

@ -70,6 +70,8 @@ from:
NULL character;</font>
</li><li><font face="Times New Roman, serif">\x##
- Hexadecimal value (between 00 and FF);</font>
</li><li><font face="Times New Roman, serif">\u####
- Extended hexadecimal value (between 0000 and FFFF, meant for Unicode characters);</font>
</li><li><font face="Times New Roman, serif">\d###
- Decimal value (between 000 and 255);</font>
</li><li><font face="Times New Roman, serif">\o###

View File

@ -323,7 +323,7 @@ of networked files.</li></ul></span>
MRU behavior</span> - Enables the MRU style sort of files in the document
switcher.</li></ul></span>
<dt>Clickable link settings:
<dd>This feature optionally makes web addresses starting with http:// clickable. Double clicking opens that address in your browser, if any is
<dd>This feature optionally makes web addresses (all protocols) clickable. Double clicking opens that address in your browser, if any is
installed and registered.
<ul><li>
<span class="checkbox">Enable</span>

View File

@ -1,9 +1,12 @@
<!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>Searching</title>
<link rel="stylesheet" href="styles.css" type="text/css">
<!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>Searching</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Searching</h1>
<h1>Searching</h1>
<p>There
are multiple methods to search (and replace) text in files. You can
also mark search results with bookmarks, or highlight them.<p><a href="Normal%20Search.html">Normal Search</a></p><p><a href="Replacing.html">Replacing</a></p><p><a href="Searching%20in%20Files.html">Searching in Files</a></p><p><a href="Search%20window.html">Search results window</a></p><p><a href="Continued%20search.html">Continued Search</a></p><p><a href="Volatile%20Search.html">Volatile Search</a></p><p><a href="Marking%20search%20results.html">Marking Search Results</a></p><p><a href="Incremental%20search.html">Incremental Search</a></p><p><a href="Go%20to%20dialog.html">Go to dialog</a></p><p><a href="Smart%20Highlighting.html">Smart Highlighting</a></p><p><a href="Brace%20Matching.html">Brace Matching</a></p><p><a href="Bookmarks.html">Bookmarks</a></p></body></html>
also mark search results with bookmarks, or highlight them.<p><a href="Normal%20Search.html">Normal Search</a></p><p><a href="Replacing.html">Replacing</a></p><p><a href="Searching%20in%20Files.html">Searching in Files</a></p><p><a href="Search%20window.html">Search results window</a></p><p><a href="Dialog%20free%20search.html">Dialog free Search</a></p><p><a href="Volatile%20Search.html">Volatile Search</a></p><p><a href="Marking%20search%20results.html">Marking Search Results</a></p><p><a href="Incremental%20search.html">Incremental Search</a></p><p><a href="Go%20to%20dialog.html">Go to dialog</a></p><p><a href="Smart%20Highlighting.html">Smart Highlighting</a></p><p><a href="Brace%20Matching.html">Brace Matching</a></p>
<p><a href="Bookmarks.html">Bookmarks</a></p>
<p><a href="Search%20Shortcuts.html">Shortcuts related with the Search menu</a></p>
</body></html>

View File

@ -7,7 +7,7 @@
<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">command line switch</A>
<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.

View File

@ -114,3 +114,20 @@ a.annotation:hover {
dt ul {
list-style-type:disc;
}
/* table standards */
table {
color:black;
background-color: LemonChiffon;
font-size:100%;
border-style:solid solid solid solid;
border-width: 1px;
line-height:1.5em;
}
th{
border-style:none thin none thin;
}
td,tr{
border: thin solid black;
}

View File

@ -7,10 +7,10 @@ Default topic=HTML\Introduction.html
Display compile progress=No
Index file=Index.hhk
Language=0x809 Anglais (Royaume-Uni)
Title=Notepad++ Reference Manual - version 5.6.2
Title=Notepad++ Reference Manual - version 5.6.7
[WINDOWS]
WinType1="Notepad++ Reference Manual - Version 5.6.2","Table of Contents.hhc","Index.hhk","HTML\Introduction.html",,,,,,0x3120,,0x300e,[104,86,765,538],0x10080000,0x404,,,,,0
WinType1="Notepad++ Reference Manual - Version 5.6.7","Table of Contents.hhc","Index.hhk","HTML\Introduction.html",,,,,,0x3120,,0x300e,[104,86,765,538],0x10080000,0x404,,,,,0
[FILES]
@ -27,7 +27,6 @@ HTML\Command Line.html
HTML\Commands.html
HTML\Commenting.html
HTML\Context Menu.html
HTML\Continued search.html
HTML\Control files.html
HTML\Credits.html
HTML\Display.html
@ -87,10 +86,16 @@ HTML\Tab Bar.html
HTML\Tool Bar.html
HTML\Unprintable characters.html
HTML\User Defined languages.html
HTML\Volatile Search.html
HTML\Windows Dialog.html
HTML\Wrapping.html
HTML\Viewing Modes.html
HTML\Dialog free search.html
HTML\Display Shortcuts.html
HTML\Edit Shortcuts.html
HTML\File Shortcuts.html
HTML\Mouse Gestures.html
HTML\Run Shortcuts.html
HTML\Search Shortcuts.html
[INFOTYPES]

View File

@ -43,6 +43,10 @@
<param name="Name" value="Read Only files">
<param name="Local" value="HTML\Read-Only.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="File Management Shortcuts">
<param name="Local" value="HTML\File Shortcuts.html">
</OBJECT>
</UL>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Session Management">
@ -103,6 +107,14 @@
<param name="Name" value="Exiting">
<param name="Local" value="HTML\Exiting.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Mouse Gestures">
<param name="Local" value="HTML\Mouse Gestures.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Edition Shortcut">
<param name="Local" value="HTML\Edit Shortcuts.html">
</OBJECT>
</UL>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Document Properties">
@ -140,12 +152,9 @@
<param name="Local" value="HTML\Search window.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Continued Search">
<param name="Local" value="HTML\Continued search.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Volatile Search">
<param name="Local" value="HTML\Volatile Search.html">
<param name="Name" value="Dialog free Search">
<param name="Local" value="HTML\Dialog free search.html">
<param name="URL" value="HTML\Dialog free search.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Marking Search Results">
@ -171,6 +180,10 @@
<param name="Name" value="Bookmarks">
<param name="Local" value="HTML\Bookmarks.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Search &amp; Bookmatks shortcuts">
<param name="Local" value="HTML\Search Shortcuts.html">
</OBJECT>
</UL>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Display">
@ -213,6 +226,10 @@
<param name="Name" value="Right to Left Display">
<param name="Local" value="HTML\RTL.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Display shortcuts">
<param name="Local" value="HTML\Display Shortcuts.html">
</OBJECT>
</UL>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Macros">
@ -222,6 +239,10 @@
<param name="Name" value="Run commands">
<param name="Local" value="HTML\Commands.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Default Comand Shortcuts">
<param name="Local" value="HTML\Run Shortcuts.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Windows Dialog">
<param name="Local" value="HTML\Windows Dialog.html">