[ADD] Add npp help binary and source files.

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
This commit is contained in:
Don Ho 2009-07-02 12:45:08 +00:00
parent b02de751e9
commit aac719f843
150 changed files with 3729 additions and 0 deletions

BIN
PowerEditor/bin/NppHelp.chm Normal file

Binary file not shown.

View File

@ -0,0 +1,21 @@
<!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>Activating</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Activating
a file:</h1>
<p>Notepad++
allows you to open multiple files at once, or multiple files multiple times, but only one will be
active (have focus) at any time. All files are represented on the tab
bar with their filename and an icon indicating if its normal, edited
or readonly (see the section about the Tab Bar for more details).
Simply click on a tab to activate the file. You can also use the
<span class="shortcut">Ctrl-TAB</span> and <span class="shortcut">Ctrl-Shift-TAB</span> key combinations to switch through the
active files, or depress the right mouse button and use the scroll
wheel (see also <a href="Switching%20between%20Documents.html">Switching between Documents</a>).<p>
If
you have Multi-View enabled, only one view can be actually active,
however you can see both files (see also the section about
<a href="Multi%20View.html">Multi-View</a>).
</body></html>

View File

@ -0,0 +1,36 @@
<!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>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body><h1>Auto completion</h1>
<p>Notepad++
has autocompletion capabilities, allowing it to finish a word that
you are typing by giving a list of possible options, or immediately
inserting it when only one possibility is left (powered by the
Scintilla component).</p>
<p>There
are two types of auto completion.&nbsp;</p>
<ul><li>The first one uses a list of well
known keywords and provides a hint based on that and goes by the name
<span style="font-weight: bold;">Function Completion</span>. It is triggered by selecting <span class="menu_item">Edit-&gt;Auto-Completion-&gt;Function
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
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.
</li></ul>Somewhat
related but not exactly the same is the display of <span style="font-weight: bold;">function parameter
hints, or calltips</span>. This is a small tooltip that will show the
required parameters (and possibly some details of them) for a
function a call to which is being edited. This is specifically
targeted for programming purposes and serves no real value for other
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://apps.sourceforge.net/mediawiki/notepad-plus/index.php?title=Auto_Completion">NpWiki++</a>.
</body></html>

View File

@ -0,0 +1,54 @@
<!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>Bookmarks</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Bookmarks</h1>
A
bookmark is a special marker on a single line, indicated on the
bookmark margin. With this you can easily search for lines and
perform certain operations on them.
<p>
<h3>Adding/Removing
bookmarks:
</h3><p>You
can toggle a bookmark on a single line by clicking on the bookmark
margin in front of the line, or by selecting <span class="menu_item">Search-&gt;Toggle
Bookmark</span>
<p><h3>
To remove all bookmarks
</h3>Select <span class="menu_item">Search-&gt;Clear all Bookmarks</span>.<p><h3>Navigating
with bookmarks:</h3>
<p>To
Jump with the cursor to the next line containing a bookmark, select
<span class="menu_item">Search-&gt;Next Bookmark</span>, to go to the previous bookmarked line
select <span class="menu_item">Search-&gt;Previous Bookmark</span>.
<p>
<h3>Modifying
bookmarked lines:</h3>
<p>
You
can perform a single operation on all bookmarked lines.
<p>
<ul><li>
To
cut each bookmarked line, select <span class="menu_item">Search-&gt;Cut Bookmarked Lines</span>.
Every line will be cut from the file and added to the clipboard, so
they can all be pasted at once.
</li><li>To
copy, select <span class="menu_item">Search-&gt;Copy bookmarked Lines</span></font> instead.
</li><li>
To
replace each bookmarked line with the current clipboard contents,
select <span class="menu_item">Search-&gt;Paste to (Replace) bookmarked lines</span>.
/li><li>
To
remove all bookmarked lines, select <span class="menu_item">Search-&gt;Delete bookmarked
lines</span>.
</li></ul><p>
The
Delete option allows you to search for lines first, mark them with a
bookmark using search (see Search), then remove all of them based on
a certain trait.
</body></html>

View File

@ -0,0 +1,13 @@
<!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>Brace Matching</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Brace
Matching</h1><p>
Notepad++
can search for matching brace pairs. Placing the cursor at one brace
will automatically search for the matching other brace, and highlight
it (see&nbsp;<a href="Styler%20Configurator.html#Brace_Highlight_Style">Styler Configurator</a>). You can move the cursor to
the matching brace by selecting <span class="menu_item">Search-&gt;Go to matching brace</span>.
</body></html>

View File

@ -0,0 +1,26 @@
<!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>Bug Reports</title>
<link rel="stylesheet" href="styles.css" type="text/css"></head>
<body>
<h1>Bug Reports</h1><p>
If
you find that Notepad++ isn't working correctly or plain crashing,
you probably encountered a bug. First check if you have the latest
version, each release Notepad++ gets improved and bugs get fixed
(unfortunately, sometimes added as well so always tread careful when
updating). Also, if you just added or opgraded a plugin, it could be the cause of the bug.<p>
Then,
check if a plugin causes the trouble. Remove all plugins or start
with the command line option to disable all plugins and see if the
issue persists. If so:<p>
Check
the forums: maybe other users noticed it as well and found a fix or
are in discussion.<p>
Check
the Bug tracker
(<a target="_blank" href="https://sourceforge.net/tracker2/?group_id=95717&amp;atid=612382">https://sourceforge.net/tracker2/?group_id=95717&amp;atid=612382</a>):
maybe the bug is already detected and added to the list. Search for
it and if it's not there, you can add it and help the developers find
and fix it (always be very clear what the problem is, what causes it
and how to reproduce it. Crash reports are, unfortunately, currently
not very helpful, a description on how to reproduce the crash is). Also please zip or 7-zip the NppDump.dmp file if any was produced, and attach it to the report: it contains the internal state of Notepad++ when the crash took place, an is invaluable to developpers.</body></html>

View File

@ -0,0 +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>Built-in Languages</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Built-in languages</h1>
<p>Standard
Notepad++ comes preloaded with a list with some of the most popular
languages. You can select those languages using the Language
menu&nbsp;and configure their style using the <a href="Styler%20Configurator.html">Styler Configurator</a>. Most
often the correct language is selected when opening a file based on the
extension or filename (as is the case for makefiles) but you can always
select another one. When saving a session, the selected language will
be remembered, but closing and reopening the file will trigger the
autodetection again. You can change the extensions that are associated
with a language using the <a href="Styler%20Configurator.html#Extension">Styler Configurator</a>.
</body></html>

View File

@ -0,0 +1,30 @@
<!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>Closing</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Closing
files</h1><p>
In
order to close the files you have open, you have multiple options at
hand. Remember that if you have any unsaved data in a file, Notepad++
will always ask you if you'd like to save those changes before
closing any file.
<p>Primarily,
you can close any file by selecting <span class="menu_item">File-&gt;Close</span> or press <img style="width: 16px; height: 16px;" alt="" src="Images/Toolbar/closeFile.png">.
<p>To
close all files, select <span class="menu_item">File-&gt;Close All</span> or press&nbsp;<img style="width: 16px; height: 16px;" alt="" src="Images/Toolbar/closeAll.png">.
<p>To close all
the files but the active one, select <span class="menu_item">File-&gt;Close All but Active</span>.
<p>You
can also close any tab by clicking on it with the middle mouse
button. This way you can close tabs without having to bring them to
the foreground. A right click on the tab will invoke a context menu, from which the topmost entry is <span class="menu_item">Close me</span>. That works just as well if you have only two mouse buttons.</font>
<p>There
is also a setting that allows you to close any tab by doubleclicking
on it, or show a close button on each tab (<img style="width: 11px; height: 11px;" alt="" src="Images/closeTabButton.png">). To see how to do this,
see the section about configuring the Tab Bar in the <a href="Preferences.html#Global">Preference dialog</a>
<p>Finally,
you can close any active tab by clicking on the cross in the
top-right corner of the menu bar.
</body></html>

View File

@ -0,0 +1,44 @@
<!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>Column Mode Editing</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Column Mode editing</h1>
<p>A
special way of editing files is column mode editing. This means that
text can be selected in columns, rather than rows (effectively
meaning 'vertical editing'). The column editing support is done via
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
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>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>There
are two types of insertions that the column editor supports, regular
text or number sequences.
<ul><li> By selecting the <span class="radio">Text to insert</span> option, it
will overwrite each selected row with the given text.
</li><li>The <span class="radio">Number to insert</span> option will change each selected row into a numeric value,
depending on the parameters given:
<ul><li>The <span class="label">Initial number</span> is the first
number to be inserted.
</li><li>The <span class="label">Increase by</span> value gives the value by which
each consecutive number will increase.
</li><li>If the <span class="radio">Leading zeros</span> option is
checked, smaller values will be padded with zeros to make them the
same size as larger values, character wise.
</li><li>Finally, you can choose
which radix to use for numbers (Format), default is Decimal (10 base).
</li></ul></ul>
</body></html>

View File

@ -0,0 +1,61 @@
<!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>Command Line</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head><body>
<h1>Command
Line</h1><p>
<table border="1" bordercolor="#000000" cellpadding="4" cellspacing="0" width="100%">
<col width="256*">
<tbody><tr>
<td valign="top" width="100%" style="background-color:Aquamarine;">
Notepad++.exe [-multiInst]
[-noPlugin] [-ro] [-nosession] [-notabbar] [-n##] [-l$$$] [FILES]</font>
</td>
</tr>
</tbody></table>
<p>
Notepad++
supports a few command line parameters to control its startup. The
following options are supported (they are case sensitive):</font>
p><dl>
<dt>-c
<dd> Start editing in Column mode.
<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,
but this option will start a new one.
<dt>-noPlugin
<dd>Do not load any plugins. If you suspect a defunct plugin or you
just do not wish to load them, add this option.
<dt>-ro
<dd>Any file now opened will be opened in Read only mode.
<dt>-nosession
<dd> Do not load the previous session if Notepad++ is started.
<dt>-notabbar
<dd> Hide the Tab Bar, even if the settings say otherwise.
<dt>-n<span style="font-weight: normal;"><i>line number</i></span>
<dd>Line number to go to for each file opened.
<dt>-x<span style="font-weight: normal;"><i>line number</i></span>
Specify the horizontal position (in pixels) at which Notepad++ main window is to open.
<dt>-y<span style="font-weight: normal;"><i>line number</i></span>
Specify the vertical position (in pixels) at which Notepad++ main window is to open.
<dt>-l<span style="font-weight: normal;"><i>language short name</i></span>
<dd>Language to set for each file opened. $$$ is a short identifier
string, of which the following are allowed:<br></font><table style="text-align: left; width: 100%;" border="1" cellpadding="2" cellspacing="0" ><tbody><tr><td style="background-color:aquamarine;">normal, php, c, cpp, cs, objc,
java, rc, html, xml, makefile, pascal, batch, ini, nfo, asp, sql, vb,
javascript, css, perl, python, lua, tex, fortran, bash, actionscript,
nsis, tcl, lisp, scheme, asm, diff, props, postscript, ruby, smalltalk,
vhdl, kix, autoit, caml, ada, verilog, matlab, haskell, inno, cmake,
yaml</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++
will split the single path into multiple paths at each space.<p>
</dl>
The
order of the options is not important.<p>
For
compatibility, Notepad++ will first try to identify the entire
command line as a filename, even if it is unquoted. It is however not
recommended to do this, always quote the filename.
</body></html>

View File

@ -0,0 +1,71 @@
<!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>Commands</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>Commands</h1>
<p>
Commands
allow you to execute applications from Notepad++, for example to open
your current file in a browser or compile it with some external
compiler. You can pass the program command line parameters based on
the current status of your document.
<p>
<img style="width: 300px; height: 185px;" alt="" src="Images/Screenshots/run.png"><p>
<h3>To run a new command:</h3>
<p>Sselect <span class="menu_item">Run-&gt;Run...</span>. A dialog will pop up
asking for the path to the program and possible any command line
parameters. You can use the browse button to search for your program.
The drop down list provides recently run programs. The command line
arguments can also be based on the status of the current document,
and are always enclosed in $(...), where … can be:
<dl>
<dt>FULL_CURRENT_PATH
<dd> the fully qualified path to the current document.
<dt>CURRENT_DIRECTORY
<dd> The directory the current document resides in.
<dt>FILE_NAME
<dd> The filename of the document, without the directory.
<dt>NAME_PART
<dd> The filename without the extension.
<dt>EXT_PART
<dd> The extension of the current document.
<dt>NPP_DIRECTORY
<dd> The directory that contains the notepad++.exe executable that is
currently running.
<dt>>CURRENT_WORD
<dd> The currently selected text in the document.
<dt>CURRENT_LINE
<dd> The current line number that is selected in the document (0 based
index, the first line is 0).
<dt>CURRENT_COLUMN
<dd> The current column the cursor resides in (0 based index, the first
position on the line is 0).
</dl>
<p>For
example, </span></font></strong>
<table border="1" bordercolor="#000000" cellpadding="4" cellspacing="0" width="100%">
<col width="256*">
<tbody style="font-family: monospace;"><tr>
<td valign="top" width="100%">
<strong><font size="2"><span style="background-color:Aquamarine;">"$(NPP_DIRECTORY)\notepad++.exe"
-multiInst "$(FULL_CURRENT_PATH)"</span></font></strong>
</td>
</tr>
</tbody></table>
<p>
would
start a new instance of Notepad++ opening the current file. Remember
to put quotes around paths if it can contain spaces. For the
Notepad++ command line options, see Command Line.
<p>
<h3>To run an existing command:</h3>
<p>Select it from the Run menu below the <span class="menu_item">Run...</span>
option. If no commands are saved, the list will be empty.
<p><img style="width: 276px; height: 188px;" alt="" src="Images/Screenshots/save_shortcut.png"><p>
<p><h3>To save the command:</h3>
<P>Sselect <span class="menu_item">Run-&gt;Run...</span>, enter the command and press <span class="button">Save...</span>. A dialog will pop up asking for a name of the command and
the default key combination. These can later be changed (and deleted)
using the Shortcut Mapper (see&nbsp;<a href="Shortcut%20Mapper.html">Shortcut Mapper</a>). When saved
the command will be available from the Run menu.
</body></html>

View File

@ -0,0 +1,31 @@
<!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>Commenting</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Commenting</h1>
<p>When
programming, it is often useful to comment (adding certain tags
around or in front of text to mark it is non-code) or uncomment
(large) section of text. Notepad++ allows to add two types of
comments:
<br><ul><li>block
comments, which means adding a special tag in front of each line of
(selected) text.
</li><li>stream
comments, which means putting special tags around the selected text.</li></ul>
<p>
Notepad++
can also remove block comments from text, or toggle them (adding them
where absent and removing them where present). These options are
available from the <span class="menu_item">Edit</span> menu or the Context Menu (see the section
about the <a href="Context%20Menu.html">Context Menu</a> for more details).<p>
<ul><li>
To add block comment tags, select <span class="menu_item">Edit-&gt;Comment/Uncomment-&gt;Block comment</span>.
</li><li> To remove block comment tags, select <span class="menu_item">Edit-&gt;Comment/Uncomment-&gt;Block uncomment</span>.
</li><li> To Toggle tags for all selected lines, select <span class="menu_item">Edit-&gt;Comment/Uncomment-&gt;Block toggle comment</span/li><li>To add stream comment tags around the selected text, select <span class="menu_item">Edit-&gt;Comment/Uncomment-&gt;Stream comment</span>.</ul>
p>Note that if a block comment starts in column 1, and you toggle block
comment on a range of lines that contains the line, the line will be
uncommented, which is not usually desired. This behaviour is difficult to
avoid.
</body></html>

View File

@ -0,0 +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>Context Menu</title>
<link rel="stylesheet" href="styles.css" type="text/css"></head>
<body>
<h1>Context Menu</h1>
<p>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
context menu, you have to edit the contextMenu.xml file. For this we
refer you to<br><a target="_blank" href="https://apps.sourceforge.net/mediawiki/notepad-plus/index.php?title=Context_Menu">NpWiki++</a>
</body></html>

View File

@ -0,0 +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>Continued search</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body><h1>Continued search</h1>
<p>After
a search inside a file, you can select <span class="menu_item">Search-&gt;Find Next</span> or
<span class="menu_item">Search-&gt;Find Previous</span> to search for this query again. This allows
you to quickly perform the same search multiple times without the
need for any further input.
<p>Likewise, select <span class="menu_item">Search-&gt;Find (Volatile) Next</span> or
<span class="menu_item">Search-&gt;Find (Volatile) Previous</span> to go find the next/previous word under the carat. Or <span class="menu_item">Search-&gt;Go to Next found result</span> or
<span class="menu_item">Search-&gt;Go to Previous found result</span> to navigate through results shown on the <a href="Search%window.html">Search result window</a>
</body></html>

View File

@ -0,0 +1,21 @@
<!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>Control files</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head><body>
<h1>Control
files</h1>
<p>
The
startup behavior of Notepad++ can be adjusted with a few (0 sized)
control files. Their absence or presence will control how Notepad++
acts:
p><dl><dt>doLocalConf.xml
<dd> If present, Notepad++ will use the installation directory for all
configurations. If <span style="font-weight: normal;">abscent,
%APPDATA% is used instead.</span>
<dt>asNotepad.xml
<dd> If present, Notepad++ will act as Windows Notepad, meaning it
will launch in multiple instances, hid</span>es the tab bar and will
not load the previous session.
</dl>
</body></html>

View File

@ -0,0 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>Credits</title></head>
<body><h1>Credits</h1>This help file was written by Harry (<a href="mailto:harrybharry@users.sourceforge.net">harrybharry@users.sourceforge.net</a>) and updated by CChris (<a href="mailto:cchris@users.sourceforge.net">cchris@users.sourceforge.net</a>).
It was converted to HTML using KompoZer, compiled to a help file
with Microsoft HTML Help Workshop. Notepad++ is a product by Don Ho (<a href="mailto:don.h@free.fr">don.h@free.fr</a>), Microsoft and Microsoft Windows are registered trademarks.
</body></html>

View File

@ -0,0 +1,7 @@
<!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>Display</title>
<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>
</body></html>

View File

@ -0,0 +1,24 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=iso-8859-1" http-equiv="content-type"><title>Dockable Windows</title></head>
<body>
<h1>Dockable Windows</h1>
<p>
<img style="width: 840px; height: 551px;" alt="" src="Images/Screenshots/docking.png">
<p>Notepad++
supports so called Dockable Windows. These are part of the GUI, but you
can move them around and choose whether you want them aligned to any
side of the main windows (docked), or floating like a separate window.<p>To
change the location of a dockable window, click and drag the titlebar
of the window around. When you drag near any edge of the main window, a
rectangle will be drawn indicating that the window will be docked there
if you release it. Moving it anywhere else will draw the rectangle in
the same way the window would be positioned if it were floating. <p>You
can resize floating windows like any other window by dragging its
edges, but to resize a dockable window you have to drag the edge that
is adjacent to the main window.<p>There can be multiple dockable
windows grouped together. If this is the case, only one of the windows
is shown, and the others are reachable by a tab bar that is shown below
the visible window. Selecting an item from the tab bar will hide the
visible window, and show the corresponding window from the tab bar. You
can recognize the dockable windows in the tab bar by their icon.
</body></html>

View File

@ -0,0 +1,25 @@
<!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>Document Switcher</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Document
Switcher</h1>
<p>The
document switcher is a small list of currently opened files that is
shown (if enabled, see <a href="Preferences.html#MISC">Preferences</a>) when you switch documents,
allows you to select what document to activate before actually doing
so. The list will remain visible until either you release the
modifier key that triggered the list (<span class="shortcut">Ctrl</span> key if using the <span class="shortcut">TAB</span> key
or the right mouse button if using the <span class="shortcut">scroll wheel</span>) or one of the
documents has been selected by clicking on it with the <span class="shortcut">left mouse
button</span>. The highlighted document will then be activated.
<p>
<img src="Images\Screenshots\docswitch.png">
<p>
Please
note that if you assign anything else than <span class="shortcut">Ctrl-(Shift-)TAB</span> to
switching documents, the document switcher will not work properly
when switching using the keyboard. In that case, use the <span class="shortcut">mouse</span> or
disable it (v5.4.3).
</body></html>

View File

@ -0,0 +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>Document properties</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body><h1>Document Properties</h1>
<p>A document has certain characteristics in the way its stored on your hard-disk. These subjects control some of those aspects.<br><p><a href="Newline%20format.html">Newline format</a></p><p><a href="Encoding.html">Encoding</a>
</p>
Note: both
the default Newline format and the encoding of new files can be set, see
<a href="Preferences.html#New_Document_Open_Save_directory">New document settings</a>
for more details.
</body></html>

View File

@ -0,0 +1,11 @@
<!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>Dummy</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<!-- File merely exists to get HTMLHelpWorkshop to include CSS image files -->
<img style="width: 10px; height: 15px;" alt="" src="Images/checkboxon.png">
<img style="width: 10px; height: 15px;" alt="" src="Images/checkboxoff.png">
<img style="width: 10px; height: 15px;" alt="" src="Images/radioon.png">
<img style="width: 10px; height: 15px;" alt="" src="Images/radiooff.png">
</body></html>

View File

@ -0,0 +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>Editing</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Editing
files:</h1><p>
When
you edit a file, Notepad++ will mark the file as edited, allowing you
to save it if you wish to store these changes. To indicate a file is
edited, the icon in the tabbar will turn red (<img style="width: 16px; height: 16px;" alt="" src="Images/unsaved.png">) and an asterisk (*)
will be displayed in the titlebar before the filename if that file is
active.
</body></html>

View File

@ -0,0 +1,10 @@
<!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>Editing</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body><h1>Editing</h1>Primarily editing files is done by simply using
the keyboard (or the standard Input Method Editor (IME) for eastern asian language) to change the contents, inserting and deleting text as
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="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>

View File

@ -0,0 +1,41 @@
<!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>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Encoding</h1>
<p>
Text
can be encoded in multiple ways. Most (older) textfiles use an
encoding named ANSI, which has room for a limited amount of different
characters, but is often sufficient to display all the text. However,
Unicode encodings allow for a much richer amount of characters,
allowing a single file to contain many languages at once, at the cost
of an increase in filesize. Notepad++ will automatically try to
detect the encoding used when opening a file, but allows you to
change it when editing it. To simply change the displayed encoding
(without modifying the actual text), select one of the&nbsp;<span class="menu_item">Format-&gt;Encode in</span>
options from the Format menu. The convert the text to a certain
encoding, select one of the&nbsp;<span class="menu_item">Format-&gt;Convert to</span> options in the format menu.<p>
It
can happen that a file is saved with a certain encoding, but upon
reopening it in Notepad++ it is detected with another encoding. This
is a technical limitation and happens because sometimes the resulting
file will not differ even though different encodings are used. This
is most noticeable if the file is saved without a special BOM (Byte
Order Mark) indicating the used encoding.<p>Notepad++ offers the following encoding schemes:
<dl>
<dt>ANSI
<dd> Older encoding, smallest filesize but error prone due to use of various codepages
<dt>UTF-8
<dd> Unicode encoding, most Western character take one byte of filesize,
but other character can take up more, 3 to 4 most commonly. A three
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.
<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.
</dl>
</body></html>

View File

@ -0,0 +1,16 @@
<!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>Exiting</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body><h1>Exiting Notepad++</h1>
<p>To exit Notepad++, select
<span class="menu_item">File-&gt;Exit</span> or press the close button in the titlebar. If you have
any unsaved changes, Notepad++ will ask you if you want to save these
changes (or cancel the exit process). When exiting, Notepad++ will save
the current session by default (see the section <a href="Session%20Management.html">Session management</a>) so
it will reopen it on the next restart. To change this
behavior, see the section <a href="Preferences.html#MISC">Preferences</a>.
<p>Sometimes, for various reasons (a rogue plugin, or some bug of the operating system), Notepad++ shuts down anomalously in a spontaneous way - it is said to crash. In such a situation, it does two things:
<ol><li>It attempts to save any unsaved data, if any. The results are in %TEMP%\N++RECOV\. Notepad++ will pop message boxes up to inform you of the process.
<li>On closing, it will produce a ~300k binary file called NppDump.dmp. Sending the file to a Notepad++ developer will help them understand the crash and fix the application as soon as possible, so that such events occur on an exceptional basis only. If the culprit is a plugin, the plugin author may be notified with insights into the crash, for them to take action.</ol>
</body></html>

View File

@ -0,0 +1,10 @@
<!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>External Lexers</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body><h1>External Lexers</h1><p>External
lexers are like built-in languages, but are provided by means of a
plugin (see <a href="Plugins.html">Plugins</a> for details). This allows to user to add powerful
syntax coloring and folding, but are harder to make. Installation goes
the same as for regular plugins, and you can select them from the
<span class="menu_item">Languages</span> menu, they will be at the bottom.</body></html>

View File

@ -0,0 +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>Feature Requests</title>
<link rel="stylesheet" href="styles.css" type="text/css"></head>
<body>
<h1>Feature Requests</h1>
<p>If
you have a (very) good idea on how to improve Notepad++, you can
request a feature using the Feature Request tracker
(<a target="_blank" href="https://sourceforge.net/tracker2/?group_id=95717&amp;atid=612385">https://sourceforge.net/tracker2/?group_id=95717&amp;atid=612385</a>).
If it hasn't been asked for before, you can do so here. There is no
guarantee it will be added however; what is a great feature for one
person might be a big nuisance for another, or it simply is too
difficult or time consuming to add it in. Also, some feature requests would involve modifying the Scintilla component, which would prove unpractical. In such a case, the feature request would be better filed with <a href="https://sourceforge.net/projects/scintilla/">the Scintilla project</a>
</body></html>

View File

@ -0,0 +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">
</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.
</body></html>

View File

@ -0,0 +1,15 @@
<!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>
Note:
See the section about the <a href="Windows%20Dialog.html">Windows dialog</a> to see other methods to
manage your files.
</body></html>

View File

@ -0,0 +1,76 @@
<!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>Folding</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Folding</h1>
<p>Notepad++
supports so called folding for your text documents. This means that
certain lines of your text can be hidden based on certain traits.
This works well for structured languages such as C++ or XML . Blocks
of texts are 'parented' to others and by folding them (also called
collapsing) only the first line is visible. This works well if you
want a quick glance at your document and skim for a relevant
position. Unfolding the text (a.k.a. Expanding or Uncollapsing) shows the text again.
<p>
You can recognize text that can be folded by looking at the fold
margin on the left. This margin shows icons and line to indicate the
structure of the text (the appearance of the margin can be changed,
see&nbsp;<a href="Styler%20Configurator.html#Fold">Styler Configurator</a> and <a href="Preferences.html#Edit_Components">Preferences</a>).
The current lexer determines the structure (see <a href="Languages.html">Languages</a>). By
default, the fold margin shows boxes and lines to indicate the
structure. A box with a minus sign (<img style="width: 12px; height: 16px;" alt="" src="Images/fold_min.png">) indicates the text can be
collapsed. Inversely, a box with a plus sign (<img style="width: 12px; height: 16px;" alt="" src="Images/fold_plus.png">) indicates the text
can be expanded. Folded text is additionally indicated with a
horizontal line where the text is collapsed. The first line of the
collapsed text will always remain visible. Lines on the fold margin
indicate that the textlines they run by are foldable. Vertical lines
(<img style="width: 8px; height: 14px;" alt="" src="Images/fold_line.png">) indicate multiple lines that can be folded together as a group,
which is terminated with a small horizontal line(<img style="width: 9px; height: 15px;" alt="" src="Images/fold_bar.png">) or a box.
<p>There
are multiple ways to <span style="font-weight: bold;">fold</span> text.
<p ><ul><li><font face="Times New Roman, serif">The
foremost means is by clicking with the <span class="shortcut">left mouse button</span> on a box
with a minus sign. This will simply collapse all the text that is in
this group.</font>
</li><li><font face="Times New Roman, serif">The
same procedure but with the <span class="shortcut">Ctrl</span> key pressed down will cause the
group to collapse, but also any sub groups inside. This effectively
means that if you were to unfold just that group, all subgroups would
still be folded.</font>
</li><li><font face="Times New Roman, serif">Using
the menu:<br></font><font face="Times New Roman, serif"><span class="menu_item">View-&gt;Fold
All</span> will fold every single group in the document, causing the minimal
amount of text visible.</font>
<span class="menu_item">View-&gt;Collapse
current level</span> will only collapse the current group (that is, the
group that contains the current line, anywhere in the group). This
will not collapse any subgroups.</font>
<span class="menu_item">View-&gt;Collapse
level...</span> will collapse the selected level (ranging from 1 to 8).
This will collapse all the groups on a particular level, but not any
subgroups. You can use this to view your text with a certain 'level
of detail'.</font>
</li></ul><font face="Times New Roman, serif">To
<span style="font-weight: bold;">unfold</span> folded text, use any of the following measures:</font>
p><ul><li><font face="Times New Roman, serif">Click
on the box with the plus sign in the fold margin, this will expand
that group.</font>
</li><li><font face="Times New Roman, serif">Click
on the box with the plus sign with the <span class="shortcut">Shift</span> or <span class="shortcut">Ctrl</span> key pressed down. This
will expand the group and any folded subgroups.</font>
</li><li><font face="Times New Roman, serif">Using
the menu:<br></font><font face="Times New Roman, serif"><span class="menu_item">View-&gt;Unfold
All</span> will expand every single group in the document, this will cause
the maximum amount of text to be visible.</font>
<span class="menu_item">View-&gt;Uncollapse
current level</span> will only expand the current group (that is, the
group that contains the current line). This will not collapse any
subgroups.</font>
<span class="menu_item">View-&gt;Uncollapse
level...</span> will make every group of a certain level visible,
including any parenting group.</font>
</li></ul><font face="Times New Roman, serif">Also
note that if any change occurs in folded text, it will automatically
unfold to show the text.
</font></body></html>

View File

@ -0,0 +1,7 @@
<!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>Further help</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1><font face="Times New Roman, serif">Further
help</font></h1><font face="Times New Roman, serif">If you want more information or help for Notepad++, or want to submit some feedback, these are some possibilities:</font><br><p><a href="Main%20website%20and%20Forums.html"><font face="Times New Roman, serif">Main website and Forums</font></a></p><p><a href="Bug%20Reports.html"><font face="Times New Roman, serif">Bug Reports</font></a></p><p><a href="Feature%20Requests.html"><font face="Times New Roman, serif">Feature Requests</font></a></p><p><a href="Patches.html"><font face="Times New Roman, serif">Patches</font></a></p><p></p></body></html>

View File

@ -0,0 +1,16 @@
<!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">
</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>
<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" />
</map>
</div>
</body></html>

View File

@ -0,0 +1,18 @@
<!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>Go to dialog</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Go to dialog</h1>
<p><img style="width: 398px; height: 165px;" alt="" src="Images/Screenshots/goto.png"><p>To
go to a certain location in the file, open the Go To line dialog by
selecting <span class="menu_item">Search-&gt;Go To line</span>
or by <span class="shortcut">doubleclicking</span>
the location section
in the statusbar (also see <a href="Status%20Bar.html">Status Bar</a>). You can go to a certain line
in the file or position, depending on the selection in the dialog.
The <span class="button">Go!</span> Button will go to that location if it's valid, the<span class="button"> I'm going
nowhere</span> button cancels the operation.
</body></html>

View File

@ -0,0 +1,15 @@
<!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>Hiding lines</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Hiding
lines</h1>
<p>You
can also manually hide lines. To do this, select the lines to hide
(all but the very first or last line) and select <span class="menu_item">View-&gt;Hide lines</span>.
The selected lines will be hidden and in the bookmark margin two
icons will appear (<img style="width: 10px; height: 15px;" alt="" src="Images/hide_start.png"> indicating the start and <img style="width: 11px; height: 17px;" alt="" src="Images/hide_end.png"> indicating the end of
the hidden section). Clicking on any of these two icons will show the
lines again.
</body></html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 968 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 976 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 989 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 975 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1005 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1014 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 948 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1022 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1019 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 915 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 949 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1014 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 992 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1013 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 977 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1019 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1011 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 993 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 990 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 985 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B

View File

@ -0,0 +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>Incremental search</title>
<link rel="stylesheet" href="styles.css" type="text/css"></head>
<body><h1>Incremental Search</h1>
<p><img style="width: 840px; height: 551px;" alt="" src="Images/Screenshots/incremental_search.png"><p>To
open the Incremental Search dialog, select <span class="menu_item">Search-&gt;Incremental
Search</span>. This is a fast
means to find the first occurrence of some text and then find all
consecutive results. You can color all occurrences by enabling the
<span class="checkbox">Highlight All </span>option, the color can be adjusted using the <a href="Styler%20Configurator.html#Incremental_highlight_all">Styler Configurator</a>. The <span class="checkbox">Match Case</span> option only results in hits that
have the same case as the query.</font>
The
<span class="button">&gt;</span> button searches for the next occurrence, the <span class="button">&lt;</span> button for the
previous one.<br>The <span class="button">X</span> button will close the Incremental Search dialog.</font></body></html>

View File

@ -0,0 +1,29 @@
<!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>Indentation</title>
<link rel="stylesheet" href="styles.css" type="text/css"></head>
<body>
<h1>Indentation</h1>
<p>
Indenting text is a common operation when
dealing with source code editing, and Scintilla and Notepad++ have
full support for it. Indentation is the addition of extra whitespace at
the start of a line to separate blocks of text, adding a hierarchy.
<p>
Normally when editing, pressing the <span class="shortcut">Tab</span>
key will insert a tab character
at the current location. However, if some text is selected, pressing
the <span class="shortcut">Tab</span> key
(by default) will add additional whitespace at the
beginning of each line that has any selected text, allowing to indent
entire blocks of text at once. Pressing <span class="shortcut">Shift-TAB</span> will remove the
indentation.
<p> Indentation is done in levels, each level adding a
predefined amount of whitespace (this amount can be configured, see <a href="Preferences.html#Edit_Components">Preferences</a>). There is also an option of choosing whether
to insert a TAB character or (multiple) spaces (for this, also see&nbsp;<a href="Preferences.html#Edit_Components">Preferences</a>).
<p>Scintilla can show a line/guide for each
level, which can be toggled by selecting <span class="menu_item">View-&gt;Show Symbol-&gt;Show Indent Guide</span>
or
pressing <img style="width: 16px; height: 16px;" alt="" src="Images/Toolbar/indentGuide.png">. This guideline shows a visual cue to keep track of the current indentation level of lines. To change the color used, see <a href="Styler%20Configurator.html#Indent_Guideline_Style">Styler Configurator</a> (note that if the guideline matches highlighted braces, it will assume the color of the brace highlight).
</body></html>

View File

@ -0,0 +1,61 @@
<!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>Introduction</title>
<link rel="stylesheet" href="styles.css" type="text/css"></head>
<body>
<h1>Introduction</h1>
<p>
This
document assumes that you have an English install of Notepad++. If
you have installed it in another language, the commands and options
will probably have been translated into your native language. In that
case, find the command with the similar name, the logical grouping
will still be the same.
p>All the images used in this helpfile assume the default settings.
If you change any of these settings, you'll have to look for the other
image instead, this is most noticable with the toolbar (the position of
images will always remain the same).
<p>Also,
when talking about the left and right mouse buttons, the logical left
and right is meant. These are the same as the physical left and right
mouse buttons in the case of a right-handed setup. However, if you
have a left-handed setup you will probably have the buttons swapped
so act accordingly. This means in general you do what you normally do
for most actions, Notepad++ mostly follows the standard Windows
application behavior.
<p>Likewise,
the layout is discussed as it is displayed in a left-to-right order. On
right-to-left systems (such as Hebrew) translated versions of Notepad++
can have the display order reversed, adjust accordingly as well.<p>This helpfile uses some markup to distinguish certain interface elements or interaction.
<p>
<table border="1">
<tr><td>
When an option from the menu can be selected (open the menu then select the option), it will look like this:<td><span class="menu_item">Menu-&gt;Option</span><br>where an arrow means 'Option' is in a submenu of 'Menu'
<tr><td>When a button in the GUI can be pressed, it will be marked like this:<td><span class="button">Button</span>
<tr><td>Checkboxes can be toggled in on or off mode and are marked like this:<td><span class="checkbox">Checkbox</span>
<tr><td>Radiobuttons
are like checkboxes, but in a single group of radiobuttons only one can
be selected. Radiobuttons are marked like this:<td><span class="radio">Radiobutton</span>
<tr><td>
Sometimes
labels are used in the GUI to describe an element when they cannot have
any text associated with them directly. Labels look like this:
<td><span class="label">Label</span>
<tr><td>Finally, when mouse or keyboard interaction is required, the buttons or keys to press are marked like this:
<td><span class="shortcut">Leftmousebutton</span>
</table>
<p>This
markup is based in the default appearance of Microsoft Windows. This
can be different on your own system, but the names (text) should always
the same. This is especially important on the screenshots. They are
only for reference, your appearance of Notepad++ can be quite different.
<p>This
helpfile is dedicated to the countless lost hours of both people having
to search for simple answers, and people having to answer questions
that shouldn't have to be asked in the first place. Documentation is
always hard to get, good documentation nearly impossible =].
<p>This
help file was written by Harry (harrybharry@users.sourceforge.net) and
converted to HTML using KompoZer, compiled to a help file with
Microsoft HTML Help Workshop. Notepad++ is a product by Don Ho,
Microsoft and Microsoft Windows are registered trademarks.
</body></html>

Some files were not shown because too many files have changed in this diff Show More