diff --git a/PowerEditor/bin/NppHelp.chm b/PowerEditor/bin/NppHelp.chm index f9543d99c..b6f75dc47 100644 Binary files a/PowerEditor/bin/NppHelp.chm and b/PowerEditor/bin/NppHelp.chm differ diff --git a/PowerEditor/misc/npp.help/HTML/Auto Completion.html b/PowerEditor/misc/npp.help/HTML/Auto Completion.html index 9cd82b121..13ac58448 100644 --- a/PowerEditor/misc/npp.help/HTML/Auto Completion.html +++ b/PowerEditor/misc/npp.help/HTML/Auto Completion.html @@ -1,5 +1,5 @@ -
Autocompletion is language based (see Languages) and has different API files for -each language. For more details on these API files and how to make your own, refer to NpWiki++. +each language. For more details on these XML files and how to make your own ones, please refer to NpWiki++. \ No newline at end of file diff --git a/PowerEditor/misc/npp.help/HTML/Column Mode Editing.html b/PowerEditor/misc/npp.help/HTML/Column Mode Editing.html index ee92c31a4..f447ee9fd 100644 --- a/PowerEditor/misc/npp.help/HTML/Column Mode Editing.html +++ b/PowerEditor/misc/npp.help/HTML/Column Mode Editing.html @@ -4,7 +4,7 @@
A special way of editing files is column mode editing. This means that text can be selected in columns, rather than rows (effectively @@ -13,17 +13,25 @@ Scintilla, but with a few supplements of Notepad++. To initiate a Column mode selection, depress the Alt key (default) when selecting text (using mouse or cursor keys), 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 Styler Configurator for more +font is used, because then each character will be visually aligned with the +ones in the same column above and below it (refer to Styler Configurator for more information).
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 Edit->Undo feature, instead of the Backspace key. -
- +
+
Before typing "done" | After typing "dne" + |
+ | + |
The Column Editor dialog is designed to make working with columns easier. It can be opened by selecting Edit->Column Editor. +
+
There are two types of insertions that the column editor supports, regular text or number sequences. diff --git a/PowerEditor/misc/npp.help/HTML/Command Line.html b/PowerEditor/misc/npp.help/HTML/Command Line.html index 1bab15de7..decb8fa43 100644 --- a/PowerEditor/misc/npp.help/HTML/Command Line.html +++ b/PowerEditor/misc/npp.help/HTML/Command Line.html @@ -24,6 +24,9 @@ p>
The + +The context menu can be reached by rightclicking 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 diff --git a/PowerEditor/misc/npp.help/HTML/Display.html b/PowerEditor/misc/npp.help/HTML/Display.html index 0a96bf529..8a5c4014e 100644 --- a/PowerEditor/misc/npp.help/HTML/Display.html +++ b/PowerEditor/misc/npp.help/HTML/Display.html @@ -3,5 +3,8 @@
The subjects described here control the appearance of the text in the screen.
The subjects described here control the appearance of the text in the screen.
Shortcuts related with the View menu
+ \ No newline at end of file diff --git a/PowerEditor/misc/npp.help/HTML/Editing_Scint.html b/PowerEditor/misc/npp.help/HTML/Editing_Scint.html index dba547675..9a31ab25a 100644 --- a/PowerEditor/misc/npp.help/HTML/Editing_Scint.html +++ b/PowerEditor/misc/npp.help/HTML/Editing_Scint.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 files, mainly to automate repetitive tasks or speed up development.Notepad++
is based on the Scintilla edit control and relies on it to perform many
-editing tasks, supplementing it if useful.