+
diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi
index 2ab758309..ae1daa452 100644
--- a/PowerEditor/installer/nppSetup.nsi
+++ b/PowerEditor/installer/nppSetup.nsi
@@ -18,10 +18,10 @@
; Define the application name
!define APPNAME "Notepad++"
-!define APPVERSION "5.8"
-!define APPNAMEANDVERSION "Notepad++ v5.8"
+!define APPVERSION "5.8.1"
+!define APPNAMEANDVERSION "Notepad++ v5.8.1"
!define VERSION_MAJOR 5
-!define VERSION_MINOR 8
+!define VERSION_MINOR 81
!define APPWEBSITE "http://notepad-plus.sourceforge.net/"
@@ -29,7 +29,7 @@
Name "${APPNAMEANDVERSION}"
InstallDir "$PROGRAMFILES\Notepad++"
InstallDirRegKey HKLM "Software\${APPNAME}" ""
-OutFile ".\build\npp.5.8.Installer.exe"
+OutFile ".\build\npp.5.8.1.Installer.exe"
; GetWindowsVersion
;
diff --git a/PowerEditor/misc/npp.help/HTML/Bookmarks.html b/PowerEditor/misc/npp.help/HTML/Bookmarks.html
index 223b42c94..b53ce6937 100644
--- a/PowerEditor/misc/npp.help/HTML/Bookmarks.html
+++ b/PowerEditor/misc/npp.help/HTML/Bookmarks.html
@@ -1,6 +1,6 @@
-
-Bookmarks
-
+
+Bookmarks
+
Bookmarks
@@ -10,24 +10,25 @@ bookmark margin. With this you can easily search for lines and
perform certain operations on them.
Adding/Removing
-bookmarks:
+bookmarks:
You
can toggle a bookmark on a single line by clicking on the bookmark
margin in front of the line, or by selecting
+Bookmark. The command toggles bookmarks on each line of the currently opened document.
-To remove all bookmarks
+To remove all bookmarks
Select .Navigating
-with bookmarks:
+with bookmarks:
To
Jump with the cursor to the next line containing a bookmark, select
, to go to the previous bookmarked line
-select .
+select .
Modifying
-bookmarked lines:
-
+bookmarked lines:
+
You
can perform a single operation on all bookmarked lines.
@@ -35,20 +36,20 @@ can perform a single operation on all bookmarked lines.
To
cut each bookmarked line, select .
Every line will be cut from the file and added to the clipboard, so
-they can all be pasted at once.
+they can all be pasted at once.
To
copy, select instead.
-
+
To
replace each bookmarked line with the current clipboard contents,
select .
/li>
To
remove all bookmarked lines, select .
+lines.
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.
+a certain trait.
\ No newline at end of file
diff --git a/PowerEditor/misc/npp.help/HTML/Commands.html b/PowerEditor/misc/npp.help/HTML/Commands.html
index 00881bcb4..a35ab7245 100644
--- a/PowerEditor/misc/npp.help/HTML/Commands.html
+++ b/PowerEditor/misc/npp.help/HTML/Commands.html
@@ -1,46 +1,46 @@
-
-
Commands
-
+
+Commands
+
-Commands
+Commands
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.
+the current status of your document.
-
-
To run a new command:
+
+
To run a new command:
Sselect . 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:
-
-- FULL_CURRENT_PATH
-
- the fully qualified path to the current document.
+
+- FULL_CURRENT_PATH
+
- the fully qualified path to the current document.
- CURRENT_DIRECTORY
-
- The directory the current document resides in.
+
- The directory the current document resides in.
- FILE_NAME
-
- The filename of the document, without the directory.
+
- The filename of the document, without the directory.
- NAME_PART
-
- The filename without the extension.
+
- The filename without the extension.
- EXT_PART
-
- The extension of the current document.
+
- The extension of the current document.
- NPP_DIRECTORY
- The directory that contains the notepad++.exe executable that is
-currently running.
+currently running.
- >CURRENT_WORD
-
- The currently selected text in the document.
+
- The currently selected text in the document.
- CURRENT_LINE
- The current line number that is selected in the document (0 based
-index, the first line is 0).
+index, the first line is 0).
- CURRENT_COLUMN
- The current column the cursor resides in (0 based index, the first
-position on the line is 0).
-
+position on the line is 0).
+
For
example,
@@ -52,20 +52,27 @@ example,
-multiInst "$(FULL_CURRENT_PATH)"
-
+
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.
-
To run an existing command:
+To run an existing command:
Select it from the Run menu below the
-option. If no commands are saved, the list will be empty.
+option. If no commands are saved, the list will be empty.

-
To save the command:
+To save the command:
Sselect , enter the command and press Save.... 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 Shortcut Mapper). When saved
-the command will be available from the Run menu.
+the default key combination. Once saved,
+the command will be available from the Run menu.
+
+
To edit or delete an existing command:
+
+The Shortcut Mapper (see Shortcut Mapper) displays all available commands in a uniform way, so you can modify or delete
+any shortcut you defined, including commands. This procedure is also available from
+.
+As the name suggests, this does not extend to editing the command text proper - you need to edit
+shortcuts.xml to do that.
\ No newline at end of file
diff --git a/PowerEditor/misc/npp.help/HTML/Document properties.html b/PowerEditor/misc/npp.help/HTML/Document properties.html
index 207850ad2..153de8da3 100644
--- a/PowerEditor/misc/npp.help/HTML/Document properties.html
+++ b/PowerEditor/misc/npp.help/HTML/Document properties.html
@@ -9,4 +9,6 @@ Note: both
the default Newline format and the encoding of new files can be set, see
New document settings
for more details.
+
The current properties of a document, like its character count, selection statistics and such, are available through the .
+Because this information is readily available from the status bar, a detailed description of the displayed properties will be found there.
\ No newline at end of file
diff --git a/PowerEditor/misc/npp.help/HTML/Folding.html b/PowerEditor/misc/npp.help/HTML/Folding.html
index 6b560ce9d..d1995a338 100644
--- a/PowerEditor/misc/npp.help/HTML/Folding.html
+++ b/PowerEditor/misc/npp.help/HTML/Folding.html
@@ -26,7 +26,9 @@ 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
(
) indicate multiple lines that can be folded together as a group,
-which is terminated with a small horizontal line(
) or a box.
+which is terminated with a small horizontal line(
) or a box.
+Rhe images shown above are from the default style, one among the 4 supported. Also, you may decide to hide the margin completely,
+ even when the language of the document allows for folding.
There
are multiple ways to fold text.
- The
diff --git a/PowerEditor/misc/npp.help/HTML/Images/Screenshots/shortcut_mapper.png b/PowerEditor/misc/npp.help/HTML/Images/Screenshots/shortcut_mapper.png
index d9dc0461c..5fae49bdf 100644
Binary files a/PowerEditor/misc/npp.help/HTML/Images/Screenshots/shortcut_mapper.png and b/PowerEditor/misc/npp.help/HTML/Images/Screenshots/shortcut_mapper.png differ
diff --git a/PowerEditor/misc/npp.help/HTML/Images/Screenshots/shortcut_mapper_scint.png b/PowerEditor/misc/npp.help/HTML/Images/Screenshots/shortcut_mapper_scint.png
index 64a3ad709..987d6a064 100644
Binary files a/PowerEditor/misc/npp.help/HTML/Images/Screenshots/shortcut_mapper_scint.png and b/PowerEditor/misc/npp.help/HTML/Images/Screenshots/shortcut_mapper_scint.png differ
diff --git a/PowerEditor/misc/npp.help/HTML/Incremental search.html b/PowerEditor/misc/npp.help/HTML/Incremental search.html
index ed49769da..04363a4bf 100644
--- a/PowerEditor/misc/npp.help/HTML/Incremental search.html
+++ b/PowerEditor/misc/npp.help/HTML/Incremental search.html
@@ -12,4 +12,5 @@ consecutive results.