mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-29 16:54:43 +02:00
[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:
parent
b3f11896eb
commit
52dc1c9d87
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
<!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">
|
<link rel="stylesheet" href="styles.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
<body><h1>Auto completion</h1>
|
<body><h1>Auto completion</h1>
|
||||||
@ -18,7 +18,7 @@ Completion</span> or automatically when a certain amount of characters is
|
|||||||
typed (see also <a href="Preferences.html#Backup_Auto-Completion">Preferences</font></a>).<br><img src="images\screenshots\autocomp.png">
|
typed (see also <a href="Preferences.html#Backup_Auto-Completion">Preferences</font></a>).<br><img src="images\screenshots\autocomp.png">
|
||||||
</li><li>The second one retrieves
|
</li><li>The second one retrieves
|
||||||
all the words from the current file and provides hinting on that,
|
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->Auto-Completion->>Word
|
named <span style="font-weight: bold;">Word Completion</span>. This is triggered by selecting <span class="menu_item">Edit->Auto-Completion->Word
|
||||||
Completion</span>, or by entering a set number of characters (again, see <a href="Preferences.html#Backup_Auto-Completion">Preferences</a>). Word completion is the only type that can
|
Completion</span>, or by entering a set number of characters (again, see <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
|
automatically finish a word without displaying a list of options
|
||||||
first.
|
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
|
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->Auto-Completion->Function parameters hint</span>.<p>Autocompletion
|
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->Auto-Completion->Function parameters hint</span>.<p>Autocompletion
|
||||||
is language based (see <a href="Languages.html">Languages</a>) and has different API files for
|
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>
|
</body></html>
|
@ -4,7 +4,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Column Mode editing</h1>
|
<h1>Column Mode editing</h1>
|
||||||
|
<h2>Editing rectangilar areas</h2>
|
||||||
<p>A
|
<p>A
|
||||||
special way of editing files is column mode editing. This means that
|
special way of editing files is column mode editing. This means that
|
||||||
text can be selected in columns, rather than rows (effectively
|
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
|
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
|
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)
|
upwards as needed. This works best if a non-proportional (monospaced)
|
||||||
font is used, because then each character will be aligned with the
|
font is used, because then each character will be visually aligned with the
|
||||||
ones above and below it (refer to <a href="Styler%20Configurator.html">Styler Configurator</a> for more
|
ones in the same column above and below it (refer to <a href="Styler%20Configurator.html">Styler Configurator</a> for more
|
||||||
information).
|
information).
|
||||||
<p>When text is
|
<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.
|
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->Undo</span> feature, instead of the <span class="shortcut">Backspace</span> key.
|
Use the ESC key to exit this special typing mode. To back up one column, use the <span class="menu_item">Edit->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
|
<p>The
|
||||||
<span style="font-weight: bold;">Column Editor dialog</span> is designed to make working with columns easier.
|
<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->Column Editor</span>.
|
It can be opened by selecting <span class="menu_item">Edit->Column Editor</span>.
|
||||||
|
<p><img style="width: 341px; height: 357px;" alt="" src="Images/Screenshots/column_editor.png"><p>
|
||||||
|
|
||||||
<p>There
|
<p>There
|
||||||
are two types of insertions that the column editor supports, regular
|
are two types of insertions that the column editor supports, regular
|
||||||
text or number sequences.
|
text or number sequences.
|
||||||
|
@ -24,6 +24,9 @@ p><dl>
|
|||||||
<dd> Start editing in Column mode.
|
<dd> Start editing in Column mode.
|
||||||
<dt>--help
|
<dt>--help
|
||||||
<dd> Displays this list, i.e. all the command line switches
|
<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
|
<dt>-multiInst
|
||||||
<dd> allow Notpead++ to start more than one instance. By default, if
|
<dd> allow Notpead++ to start more than one instance. By default, if
|
||||||
Notepad++ is already started files wil lbe opened in that instance,
|
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,
|
javascript, css, perl, python, lua, tex, cobol, fortran, bash, actionscript,
|
||||||
nsis, tcl, lisp, scheme, asm, diff, props, postscript, ruby, smalltalk,
|
nsis, tcl, lisp, scheme, asm, diff, props, postscript, ruby, smalltalk,
|
||||||
vhdl, kix, autoit, Gui4Cli, powershell, caml, ada, verilog, matlab, haskell, inno, cmake,
|
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
|
<dt>Files
|
||||||
<dd>Anything else will be interpreted as a filename. Always quote your
|
<dd>Anything else will be interpreted as a filename. Always quote your
|
||||||
filename to allow the path to contain spaces, otherwise Notepad++
|
filename to allow the path to contain spaces, otherwise Notepad++
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
<link rel="stylesheet" href="styles.css" type="text/css"></head>
|
<link rel="stylesheet" href="styles.css" type="text/css"></head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Context Menu</h1>
|
<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
|
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
|
screen. The context menu allows for quick access to commonly used
|
||||||
commands and is user configurable. To change the contents of the
|
commands and is user configurable. To change the contents of the
|
||||||
|
@ -3,5 +3,8 @@
|
|||||||
<link rel="stylesheet" href="styles.css" type="text/css">
|
<link rel="stylesheet" href="styles.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
<body><h1>Display</h1>
|
<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>
|
</body></html>
|
@ -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
|
needed. However, Notepad++ has many tools and aids to assist in editing
|
||||||
files, mainly to automate repetitive tasks or speed up development.<p>Notepad++
|
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
|
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>
|
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
<!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">
|
<link rel="stylesheet" href="styles.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -34,9 +34,9 @@ byte BOM will be added upon save.
|
|||||||
<dt>UTF-8 without BOM
|
<dt>UTF-8 without BOM
|
||||||
<dd> Like UTF-8, but no BOM is added. Saves three bytes, but makes encoding detection harder.
|
<dd> Like UTF-8, but no BOM is added. Saves three bytes, but makes encoding detection harder.
|
||||||
<dt>UTF-16 Little Endian
|
<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
|
<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>
|
</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>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.
|
<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.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
<!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>
|
<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">
|
<link rel="stylesheet" href="styles.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -7,6 +7,6 @@
|
|||||||
new files:</h1>
|
new files:</h1>
|
||||||
<p>To
|
<p>To
|
||||||
create a new file, go to <span class="menu_item">File->New</span> or press <img style="width: 16px; height: 16px;" alt="" src="Images/Toolbar/newFile.png">. A new empty tab
|
create a new file, go to <span class="menu_item">File->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 “New 1”, where the number depends on
|
will appear with the title “New 1”, where the number depends on
|
||||||
how many new files you have created.
|
how many new files you have created since you opened the current Notepad++ instance.
|
||||||
</body></html>
|
</body></html>
|
@ -6,7 +6,9 @@
|
|||||||
<h1>File
|
<h1>File
|
||||||
management</h1>
|
management</h1>
|
||||||
<p>How to manage your files:
|
<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 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%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 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>
|
<p>
|
||||||
Note:
|
Note:
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
<!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>
|
<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">
|
<link rel="stylesheet" href="styles.css" type="text/css">
|
||||||
|
|
||||||
</head>
|
</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>
|
<p><a href="Dockable%20Windows.html">Dockable Windows</a></p>
|
||||||
<div>
|
<div>
|
||||||
<map id="main" name="main">
|
<map id="main" name="main">
|
||||||
<area shape="rect" alt="Menu" coords="5,23,835,41" href="Menu.html" title="Menu" />
|
<area shape="rect" alt="Menu" coords="4,17,626,31" 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="Tool Bar" coords="4,32,626,50" 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="Tab Bar" coords="4,53,626,68" 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="Status Bar" coords="3,396,626,410" 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="Context Menu" coords="143,153,253,337" href="Context%20Menu.html" title="Context Menu" />
|
||||||
</map>
|
</map>
|
||||||
</div>
|
</div>
|
||||||
</body></html>
|
</body></html>
|
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
<!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>
|
<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>
|
<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
|
<p>To load a session, simply go to
|
||||||
@ -10,5 +10,5 @@ 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
|
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
|
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>
|
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.
|
<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>
|
</body></html>
|
@ -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
|
Also, only the active view can have the caret. You can switch the
|
||||||
active view by selecting <span class="menu_item">View->Focus on other view</span>. The active
|
active view by selecting <span class="menu_item">View->Focus on other view</span>. The active
|
||||||
view determines what options are available from the menu or toolbar.
|
view determines what options are available from the menu or toolbar.
|
||||||
If the main view has a saved document, but the secondary view is
|
If the main view has all documents saved, but the secondary view has
|
||||||
modified, you can only select the Save option if you have the
|
modified tabs, you can only select the Save option if the
|
||||||
secondary view active.
|
secondary view is active.
|
||||||
<p>If
|
<p>If
|
||||||
you have the same document open in two views, they will share some
|
you have the same document open in two views, they will share some
|
||||||
properties, but some of them can be modified independently. These
|
properties, but some of them can be modified independently. These
|
||||||
|
@ -70,6 +70,8 @@ from:
|
|||||||
– NULL character;</font>
|
– NULL character;</font>
|
||||||
</li><li><font face="Times New Roman, serif">\x##
|
</li><li><font face="Times New Roman, serif">\x##
|
||||||
- Hexadecimal value (between 00 and FF);</font>
|
- 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###
|
</li><li><font face="Times New Roman, serif">\d###
|
||||||
- Decimal value (between 000 and 255);</font>
|
- Decimal value (between 000 and 255);</font>
|
||||||
</li><li><font face="Times New Roman, serif">\o###
|
</li><li><font face="Times New Roman, serif">\o###
|
||||||
|
@ -323,7 +323,7 @@ of networked files.</li></ul></span>
|
|||||||
MRU behavior</span> - Enables the MRU style sort of files in the document
|
MRU behavior</span> - Enables the MRU style sort of files in the document
|
||||||
switcher.</li></ul></span>
|
switcher.</li></ul></span>
|
||||||
<dt>Clickable link settings:
|
<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.
|
installed and registered.
|
||||||
<ul><li>
|
<ul><li>
|
||||||
<span class="checkbox">Enable</span>
|
<span class="checkbox">Enable</span>
|
||||||
|
@ -6,4 +6,7 @@
|
|||||||
<h1>Searching</h1>
|
<h1>Searching</h1>
|
||||||
<p>There
|
<p>There
|
||||||
are multiple methods to search (and replace) text in files. You can
|
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>
|
@ -7,7 +7,7 @@
|
|||||||
<p align="center"><img src="images/screenshots/systemtray.png"/></p>
|
<p align="center"><img src="images/screenshots/systemtray.png"/></p>
|
||||||
<p>You can send any running instance of Notepad++ to the system tray:
|
<p>You can send any running instance of Notepad++ to the system tray:
|
||||||
<ul>
|
<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>.
|
<li>Using the minimise button, if you enabled this behaviour from the <a href="Prefernces.html">Preferences dialog</a>.
|
||||||
</ul>
|
</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.
|
<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.
|
||||||
|
@ -114,3 +114,20 @@ a.annotation:hover {
|
|||||||
dt ul {
|
dt ul {
|
||||||
list-style-type:disc;
|
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;
|
||||||
|
}
|
@ -7,10 +7,10 @@ Default topic=HTML\Introduction.html
|
|||||||
Display compile progress=No
|
Display compile progress=No
|
||||||
Index file=Index.hhk
|
Index file=Index.hhk
|
||||||
Language=0x809 Anglais (Royaume-Uni)
|
Language=0x809 Anglais (Royaume-Uni)
|
||||||
Title=Notepad++ Reference Manual - version 5.6.2
|
Title=Notepad++ Reference Manual - version 5.6.7
|
||||||
|
|
||||||
[WINDOWS]
|
[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]
|
[FILES]
|
||||||
@ -27,7 +27,6 @@ HTML\Command Line.html
|
|||||||
HTML\Commands.html
|
HTML\Commands.html
|
||||||
HTML\Commenting.html
|
HTML\Commenting.html
|
||||||
HTML\Context Menu.html
|
HTML\Context Menu.html
|
||||||
HTML\Continued search.html
|
|
||||||
HTML\Control files.html
|
HTML\Control files.html
|
||||||
HTML\Credits.html
|
HTML\Credits.html
|
||||||
HTML\Display.html
|
HTML\Display.html
|
||||||
@ -87,10 +86,16 @@ HTML\Tab Bar.html
|
|||||||
HTML\Tool Bar.html
|
HTML\Tool Bar.html
|
||||||
HTML\Unprintable characters.html
|
HTML\Unprintable characters.html
|
||||||
HTML\User Defined languages.html
|
HTML\User Defined languages.html
|
||||||
HTML\Volatile Search.html
|
|
||||||
HTML\Windows Dialog.html
|
HTML\Windows Dialog.html
|
||||||
HTML\Wrapping.html
|
HTML\Wrapping.html
|
||||||
HTML\Viewing Modes.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]
|
[INFOTYPES]
|
||||||
|
|
||||||
|
@ -43,6 +43,10 @@
|
|||||||
<param name="Name" value="Read Only files">
|
<param name="Name" value="Read Only files">
|
||||||
<param name="Local" value="HTML\Read-Only.html">
|
<param name="Local" value="HTML\Read-Only.html">
|
||||||
</OBJECT>
|
</OBJECT>
|
||||||
|
<LI> <OBJECT type="text/sitemap">
|
||||||
|
<param name="Name" value="File Management Shortcuts">
|
||||||
|
<param name="Local" value="HTML\File Shortcuts.html">
|
||||||
|
</OBJECT>
|
||||||
</UL>
|
</UL>
|
||||||
<LI> <OBJECT type="text/sitemap">
|
<LI> <OBJECT type="text/sitemap">
|
||||||
<param name="Name" value="Session Management">
|
<param name="Name" value="Session Management">
|
||||||
@ -103,6 +107,14 @@
|
|||||||
<param name="Name" value="Exiting">
|
<param name="Name" value="Exiting">
|
||||||
<param name="Local" value="HTML\Exiting.html">
|
<param name="Local" value="HTML\Exiting.html">
|
||||||
</OBJECT>
|
</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>
|
</UL>
|
||||||
<LI> <OBJECT type="text/sitemap">
|
<LI> <OBJECT type="text/sitemap">
|
||||||
<param name="Name" value="Document Properties">
|
<param name="Name" value="Document Properties">
|
||||||
@ -140,12 +152,9 @@
|
|||||||
<param name="Local" value="HTML\Search window.html">
|
<param name="Local" value="HTML\Search window.html">
|
||||||
</OBJECT>
|
</OBJECT>
|
||||||
<LI> <OBJECT type="text/sitemap">
|
<LI> <OBJECT type="text/sitemap">
|
||||||
<param name="Name" value="Continued Search">
|
<param name="Name" value="Dialog free Search">
|
||||||
<param name="Local" value="HTML\Continued search.html">
|
<param name="Local" value="HTML\Dialog free search.html">
|
||||||
</OBJECT>
|
<param name="URL" value="HTML\Dialog free search.html">
|
||||||
<LI> <OBJECT type="text/sitemap">
|
|
||||||
<param name="Name" value="Volatile Search">
|
|
||||||
<param name="Local" value="HTML\Volatile Search.html">
|
|
||||||
</OBJECT>
|
</OBJECT>
|
||||||
<LI> <OBJECT type="text/sitemap">
|
<LI> <OBJECT type="text/sitemap">
|
||||||
<param name="Name" value="Marking Search Results">
|
<param name="Name" value="Marking Search Results">
|
||||||
@ -171,6 +180,10 @@
|
|||||||
<param name="Name" value="Bookmarks">
|
<param name="Name" value="Bookmarks">
|
||||||
<param name="Local" value="HTML\Bookmarks.html">
|
<param name="Local" value="HTML\Bookmarks.html">
|
||||||
</OBJECT>
|
</OBJECT>
|
||||||
|
<LI> <OBJECT type="text/sitemap">
|
||||||
|
<param name="Name" value="Search & Bookmatks shortcuts">
|
||||||
|
<param name="Local" value="HTML\Search Shortcuts.html">
|
||||||
|
</OBJECT>
|
||||||
</UL>
|
</UL>
|
||||||
<LI> <OBJECT type="text/sitemap">
|
<LI> <OBJECT type="text/sitemap">
|
||||||
<param name="Name" value="Display">
|
<param name="Name" value="Display">
|
||||||
@ -213,6 +226,10 @@
|
|||||||
<param name="Name" value="Right to Left Display">
|
<param name="Name" value="Right to Left Display">
|
||||||
<param name="Local" value="HTML\RTL.html">
|
<param name="Local" value="HTML\RTL.html">
|
||||||
</OBJECT>
|
</OBJECT>
|
||||||
|
<LI> <OBJECT type="text/sitemap">
|
||||||
|
<param name="Name" value="Display shortcuts">
|
||||||
|
<param name="Local" value="HTML\Display Shortcuts.html">
|
||||||
|
</OBJECT>
|
||||||
</UL>
|
</UL>
|
||||||
<LI> <OBJECT type="text/sitemap">
|
<LI> <OBJECT type="text/sitemap">
|
||||||
<param name="Name" value="Macros">
|
<param name="Name" value="Macros">
|
||||||
@ -222,6 +239,10 @@
|
|||||||
<param name="Name" value="Run commands">
|
<param name="Name" value="Run commands">
|
||||||
<param name="Local" value="HTML\Commands.html">
|
<param name="Local" value="HTML\Commands.html">
|
||||||
</OBJECT>
|
</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">
|
<LI> <OBJECT type="text/sitemap">
|
||||||
<param name="Name" value="Windows Dialog">
|
<param name="Name" value="Windows Dialog">
|
||||||
<param name="Local" value="HTML\Windows Dialog.html">
|
<param name="Local" value="HTML\Windows Dialog.html">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user