[RELEASE] Notepad++ 5.8.1 release

[NEW_FEATURE] (Author: Christian Cuvier) Update NppHelp.
[UPDATE] Update native Language files.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@674 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
Don Ho 2010-09-27 00:10:18 +00:00
parent 7bc4a501f5
commit 9ab9b02e6a
22 changed files with 665 additions and 561 deletions

Binary file not shown.

View File

@ -1,3 +1,12 @@
Notepad++ v5.8.1 new features and fixed bugs (from v5.8) :
1. Fix Actionscript lexer crash problem.
2. Fix saving UCS-2 text file corrupted bug.
3. Add word count in Summary feature.
4. Fix macro record bug from ANSI document.
5. Fix hidding/showing status bar bug.
Notepad++ v5.8 new features and fixed bugs (from v5.7) : Notepad++ v5.8 new features and fixed bugs (from v5.7) :
1. Upgrade Scintilla to version 2.21. 1. Upgrade Scintilla to version 2.21.
@ -29,12 +38,11 @@ Included plugins (Unicode):
1. TextFX v0.26 1. TextFX v0.26
2. Spell Checker v1.3.3 2. Spell Checker v1.3.3
3. MIME Tools v1.6 3. NppFTP 0.23
4. NppExport v0.2.8 4. NppExport v0.2.8
5. Compare Plugin 1.5.6.1 5. Compare Plugin 1.5.6.1
6. Plugin Manager 0.9.3.1 6. Plugin Manager 0.9.3.1
7. NppFTP 0.23
8. Select 'N' Launch 1.0
Included plugins (ANSI): Included plugins (ANSI):

Binary file not shown.

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252" ?> <?xml version="1.0" encoding="Windows-1252" ?>
<NotepadPlus> <NotepadPlus>
<Native-Langue name = "Dansk" filename="danish.xml" > <Native-Langue name = "Dansk" filename="danish.xml" >
<!-- Updated for ver. 5.7.1 RC--> <!-- Updated for ver. 5.8-->
<Menu> <Menu>
<Main> <Main>
<!-- Main Menu Entries --> <!-- Main Menu Entries -->
@ -184,6 +184,7 @@
<Item id = "44035" name = "Synkoniser lodret rulning"/> <Item id = "44035" name = "Synkoniser lodret rulning"/>
<Item id = "44036" name = "Synkroniser vandret rulning"/> <Item id = "44036" name = "Synkroniser vandret rulning"/>
<Item id = "44041" name = "Vis symbol for ombrydning"/> <Item id = "44041" name = "Vis symbol for ombrydning"/>
<Item id = "44049" name = "&amp;Dokumentinfo…"/>
<Item id = "44072" name = "Fokuser på anden visning"/> <Item id = "44072" name = "Fokuser på anden visning"/>
<Item id = "45001" name = "Konverter til Windows format"/> <Item id = "45001" name = "Konverter til Windows format"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252" ?> <?xml version="1.0" encoding="Windows-1252" ?>
<!-- <!--
Italian translation for Notepad++ 5.7.1 Italian translation for Notepad++ 5.8
Last modified Tue, September 11th, 2010 09:30 GMT by Luca Leonardi. Last modified Tue, September 22th, 2010 18:30 GMT by Luca Leonardi.
Please e-mail errors, suggestions etc. to ices_eyes(at)users.sourceforge.net. Please e-mail errors, suggestions etc. to ices_eyes(at)users.sourceforge.net.
For updates, see https://sourceforge.net/forum/message.php?msg_id=4588171 For updates, see https://sourceforge.net/forum/message.php?msg_id=4588171
--> -->
@ -185,6 +185,7 @@
<Item id = "44036" name = "Sincronizza scorrimento orizzontale"/> <Item id = "44036" name = "Sincronizza scorrimento orizzontale"/>
<Item id = "44041" name = "Mostra simbolo di wrap"/> <Item id = "44041" name = "Mostra simbolo di wrap"/>
<Item id = "44042" name = "Nascondi righe"/> <Item id = "44042" name = "Nascondi righe"/>
<Item id = "44049" name = "Sommario..."/>
<Item id = "44072" name = "Attiva altra vista"/> <Item id = "44072" name = "Attiva altra vista"/>
<Item id = "45001" name = "Formato Windows"/> <Item id = "45001" name = "Formato Windows"/>
<Item id = "45002" name = "Formato UNIX"/> <Item id = "45002" name = "Formato UNIX"/>

File diff suppressed because it is too large Load Diff

View File

@ -18,10 +18,10 @@
; Define the application name ; Define the application name
!define APPNAME "Notepad++" !define APPNAME "Notepad++"
!define APPVERSION "5.8" !define APPVERSION "5.8.1"
!define APPNAMEANDVERSION "Notepad++ v5.8" !define APPNAMEANDVERSION "Notepad++ v5.8.1"
!define VERSION_MAJOR 5 !define VERSION_MAJOR 5
!define VERSION_MINOR 8 !define VERSION_MINOR 81
!define APPWEBSITE "http://notepad-plus.sourceforge.net/" !define APPWEBSITE "http://notepad-plus.sourceforge.net/"
@ -29,7 +29,7 @@
Name "${APPNAMEANDVERSION}" Name "${APPNAMEANDVERSION}"
InstallDir "$PROGRAMFILES\Notepad++" InstallDir "$PROGRAMFILES\Notepad++"
InstallDirRegKey HKLM "Software\${APPNAME}" "" InstallDirRegKey HKLM "Software\${APPNAME}" ""
OutFile ".\build\npp.5.8.Installer.exe" OutFile ".\build\npp.5.8.1.Installer.exe"
; GetWindowsVersion ; GetWindowsVersion
; ;

View File

@ -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>Bookmarks</title> <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"> <link rel="stylesheet" href="styles.css" type="text/css">
</head> </head>
<body> <body>
@ -14,7 +14,8 @@ bookmarks:
</h3><p>You </h3><p>You
can toggle a bookmark on a single line by clicking on the bookmark 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 margin in front of the line, or by selecting <span class="menu_item">Search-&gt;Toggle
Bookmark</span> Bookmark</span>. The <span class="menu_item">Search-&gt;Reverse
Bookmarks</span> command toggles bookmarks on each line of the currently opened document.
<p><h3> <p><h3>
To remove all bookmarks To remove all bookmarks
</h3>Select <span class="menu_item">Search-&gt;Clear all Bookmarks</span>.<p><h3>Navigating </h3>Select <span class="menu_item">Search-&gt;Clear all Bookmarks</span>.<p><h3>Navigating

View File

@ -65,7 +65,14 @@ 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><img style="width: 276px; height: 188px;" alt="" src="Images/Screenshots/save_shortcut.png"><p>
<p><h3>To save the command:</h3> <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 <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) the default key combination. Once saved,
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. the command will be available from the Run menu.
<p>
<h3>To edit or delete an existing command:</h3>
<p>
The Shortcut Mapper (see&nbsp;<a href="Shortcut%20Mapper.html">Shortcut Mapper</a>) displays all available commands in a uniform way, so you can modify or delete
any shortcut you defined, including <span class="menu_item">Run</span> commands. This procedure is also available from
<span class="menu_item">Run -> Modify shortcut / Delete command</span>.
As the name suggests, this does not extend to editing the command text proper - you need to edit
<tt>shortcuts.xml</tt> to do that.
</body></html> </body></html>

View File

@ -9,4 +9,6 @@ Note: both
the default Newline format and the encoding of new files can be set, see 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> <a href="Preferences.html#New_Document_Open_Save_directory">New document settings</a>
for more details. for more details.
<p>The current properties of a document, like its character count, selection statistics and such, are available through the <span class="menu_item">View -> Summary</span>.
Because this information is readily available from the <a href="Status%20Bar.html">status bar</a>, a detailed description of the displayed properties will be found there.
</body></html> </body></html>

View File

@ -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 collapsed text will always remain visible. Lines on the fold margin
indicate that the textlines they run by are foldable. Vertical lines 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, (<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. which is terminated with a small horizontal line(<img style="width: 9px; height: 15px;" alt="" src="Images/fold_bar.png">) or a box.</p>
<p>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.</p>
<p>There <p>There
are multiple ways to <span style="font-weight: bold;">fold</span> text. are multiple ways to <span style="font-weight: bold;">fold</span> text.
<p ><ul><li><font face="Times New Roman, serif">The <p ><ul><li><font face="Times New Roman, serif">The

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -12,4 +12,5 @@ consecutive results.</p>
have the same case as the query.</li><li> have the same case as the query.</li><li>
The The
<span class="button">&gt;</span> button searches for the next occurrence, the <span class="button">&lt;</span> button for the <span class="button">&gt;</span> button searches for the next occurrence, the <span class="button">&lt;</span> button for the
previous one.</li></ul></p><p>Finally, the <span class="button">X</span> button will close the Incremental Search dialog.</p></body></html> previous one. This is the same as hitting <span class="shortcut">Enter</span> or <span class="shortcut">Shift-Enter</span> respectively.</li></ul></p>
<p>Finally, the <span class="button">X</span> button will close the Incremental Search dialog.</p></body></html>

View File

@ -45,6 +45,9 @@ dialog will pop up allowing you to select what macro to perform
opt to perform the macro until the cursor reaches the end of the opt to perform the macro until the cursor reaches the end of the
current file (starting from its current position). Note that if no current file (starting from its current position). Note that if no
macro's are available, this dialog is inaccessible. macro's are available, this dialog is inaccessible.
<p>Currently <p>To
(v5.4.3), macro's cannot save Find(/Replace) operations. <span style="font-weight: bold;">edit or delete</span> an existing macro shortcut,
you can use the Shortcut mapper, which displays all shortcuts of all kinds,
and allows changing or removing a key binding. The interface is also available through the <span class="menu_item">Macro -> Modify shortcut / Delete macro</span>
entry on the Macros menu. Note that the contents of a macro efinition can be edited only in the <tt>shortcuts.xml</tt> file.
</body></html> </body></html>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!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>Multi View</title> <html><head><meta content="text/html; charset=utf-8" http-equiv="content-type"><title>Multi View</title>
<link rel="stylesheet" href="styles.css" type="text/css"></head> <link rel="stylesheet" href="styles.css" type="text/css"></head>
<body> <body>
<h1>Multi <h1>Multi
@ -48,14 +48,14 @@ include:
</li><li>Zoom level; </li><li>Zoom level;
</li><li>Scroll position; </li><li>Scroll position;
</li><li>Cursor position; </li><li>Cursor position;
</li><li>RTL modus (see RTL). </li><li>RTL modus (see <a href="RTL.html">RTL</a>)
</li><li>Line wrap modus
</li><li>Overtype mode
</li><li>Nonprintable characters rendering
</li></ul> </li></ul>
<p>Additionally,
each view can have its own properties which can be set in <p>
<a href="Preferences.html#Editing">the Preferences -&gt; Settings -&gt; Editing tab</a>, use the dropdown list to choose between
the views. Each view can also independently show unprintable
characters, determine the linewrapping modus and control the overtype
option.<p>
If If
you open a new document or a file, it will do so in the currently you open a new document or a file, it will do so in the currently
active view. Additionally, closing the last document of a view will active view. Additionally, closing the last document of a view will

View File

@ -99,16 +99,19 @@ will stop the blinking.</font><br>You can change the caret color with the <a hre
</li></ul> </li></ul>
<dt>Multi-Editing <dt>Multi-Editing
<dd>You can enable or disable this feature through the checkbox. This both controls the ability to select multiple areas (see <a href="Selecting.html">Selecting text</a>) and to get typed text mirrored in all the areas in the selection. <dd>You can enable or disable this feature through the checkbox. This both controls the ability to select multiple areas (see <a href="Selecting.html">Selecting text</a>) and to get typed text mirrored in all the areas in the selection.
</dl>
<p>
The
following options are changed per view (See <a href="Multi%20View.html">Multi View</a>). Select the
view to adjust form the combo box.
<p><dl>
<dt>Folder margin style <dt>Folder margin style
<dd>The <dd>The
style of the icons that indicate folding (See <a href="Folding.html">Folding</a>). Select from 4 style of the icons that indicate folding (See <a href="Folding.html">Folding</a>). Select from 4
types.</font> types. The <span class="label">None</span> style hides the margin even if the document type would support it.</font>
<dt>Line wrap
<span style="font-weight:normal;">
<ul><li><span class="radio">Default</span>The wrapped part of the line
shows as several lines starting on the left margin
</li><li><span class="radio">Aligned</span>The wrapped part of the line
shows as several lines starting right below the unwrapped part.
</li><li><span class="radio">Indented</span>The wrapped part of the line
shows as several lines starting with some indentation relative to the unwrapped part.
</li></ul></span>
<dt>Vertical Edge Setting <dt>Vertical Edge Setting
<span style="font-weight:normal;"> <span style="font-weight:normal;">
<ul><li><span class="checkbox">Show <ul><li><span class="checkbox">Show

View File

@ -25,6 +25,9 @@ shortcut. Use the checkboxes to control what modifier keys to use (note that Sci
the dropdownlist to choose the key to press. Selecting 'none' from the dropdownlist to choose the key to press. Selecting 'none' from
the list will disable the shortcut key (a warning will appear). the list will disable the shortcut key (a warning will appear).
Pressing <span class="button">OK</span> applies any changes, <span class="button">Cancel</span> or closing the dialog aborts. Pressing <span class="button">OK</span> applies any changes, <span class="button">Cancel</span> or closing the dialog aborts.
<p>
Changing or deleting a shortcut can be done using the <span class="button">Modify</span> or
<span class="button">Delete</span> respectively: they act exactly like their right click counterparts.
<p><img style="width: 593px; height: 584px;" alt="" src="Images/Screenshots/shortcut_mapper_scint.png"><p> <p><img style="width: 593px; height: 584px;" alt="" src="Images/Screenshots/shortcut_mapper_scint.png"><p>
The The
dialog for Scintilla shortcuts is a bit different because you can add dialog for Scintilla shortcuts is a bit different because you can add
@ -42,7 +45,7 @@ Apply<p>
The The
<span class="button">OK</span> button will save any added or changed shortcuts, but you have to <span class="button">OK</span> button will save any added or changed shortcuts, but you have to
specifically perform the change before it is saved.</font> specifically perform the change before it is saved.</font>
>p>In &lt;p>In
all cases, if a shortcut is determined to be invalid, you cannot all cases, if a shortcut is determined to be invalid, you cannot
press OK or Apply to add or modify the shortcut.</font> press OK or Apply to add or modify the shortcut.</font>
<p> <p>

View File

@ -10,15 +10,24 @@ document and consists of six sections.
<p><ul><li>The first section shows the current language that is <p><ul><li>The first section shows the current language that is
selected for that document (see <a href="Languages.html">Languages</a>). selected for that document (see <a href="Languages.html">Languages</a>).
</li><li>The </li><li>The
second section shows the amount of characters that the second section shows the filssize of the document ("length"), as well as its line count ("lines").
current document contains. This is not equal to the filesize of the <span class="shortcut">Doubleclicking</span> this section brings up the Summary message box,
document (except for ANSI documents, see which contains more information:
<a href="Encoding.html">Encoding</a> for more details). The filssize, s well as the line count, is also shown. <ul>
<li>Fully qualified active document path
</li><li>Creation date
</li><li>Last modification date
</li><li>Byte size of document
</li><li>Character count of the document, blanks excluded
</li><li>Character count of the document
</li><li>Line count
</li><li>Size of selection (characters, bytes and ranges)
</li></ul>
Note that the character count and byte count are not a function of each other in UTF-8
(see&nbsp;<a href="Encoding.html">Encoding</a>).
</li><li>After </li><li>After
that you find information about the cursor in the document. It that you find the current line ('Ln', first line is line 1), and the
consists of the current line ('Ln', first line is line 1), the current column ('Col', first position is 1). If you <span class="shortcut">doubleclick</span> on this
current column ('Col', first position is 1), the length of the
selection both in characters and bytes (see&nbsp;<a href="Encoding.html">Encoding</a>). The number of selected range is also displayed. If you <span class="shortcut">doubleclick</span> on this
section, the <a href="Go%20to%20dialog.html">Go to Line dialog</a> will pop up. section, the <a href="Go%20to%20dialog.html">Go to Line dialog</a> will pop up.
</li><li>The </li><li>The
fourth section shows the current newline format (see <a href="Newline%20format.html">Newline format</a></a>). fourth section shows the current newline format (see <a href="Newline%20format.html">Newline format</a></a>).

View File

@ -11,5 +11,7 @@ actually inserting any newline characters.
enable line wrapping, select <span class="menu_item">View-&gt;Wrap</span> or press <img style="width: 16px; height: 16px;" alt="" src="Images/Toolbar/wrap.png">. enable line wrapping, select <span class="menu_item">View-&gt;Wrap</span> or press <img style="width: 16px; height: 16px;" alt="" src="Images/Toolbar/wrap.png">.
<p>To <p>To
enable a visual cue where a line is wrapped as opposed to be ended enable a visual cue where a line is wrapped as opposed to be ended
with a newline character, select <span class="menu_item">View-&gt;Show Symbol-&gt;Show wrap symbol</span>. Display of where a line could wrap because its length exceeds some theshhold can be enabled and configured in both <a href="Preferences.html#Edit_Components">Preferences</a> and <a href="Stylers%20Configurator.html">Styler Configurator</a>. with a newline character, select <span class="menu_item">View-&gt;Show Symbol-&gt;Show wrap symbol</span>. Display of where a line could wrap because its length
exceeds some threshold can be enabled and configured in both <a href="Preferences.html#Edit_Components">Preferences</a> and <a href="Stylers%20Configurator.html">Styler Configurator</a>.
When choosing to just have a line break, you can control whether and where a wrap symbol is displayed.
</body></html> </body></html>

View File

@ -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.7 Title=Notepad++ Reference Manual - version 5.8.1
[WINDOWS] [WINDOWS]
WinType1="Notepad++ Reference Manual - Version 5.7","Table of Contents.hhc","Index.hhk","HTML\Introduction.html",,,,,,0x3120,,0x300e,[104,86,765,538],0x10080000,0x404,,,,,0 WinType1="Notepad++ Reference Manual - Version 5.8.1","Table of Contents.hhc","Index.hhk","HTML\Introduction.html",,,,,,0x3120,,0x300e,[104,86,765,538],0x10080000,0x404,,,,,0
[FILES] [FILES]

View File

@ -18,12 +18,12 @@
#ifndef RESOURCE_H #ifndef RESOURCE_H
#define RESOURCE_H #define RESOURCE_H
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v5.8") #define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v5.8.1")
// should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71 // should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71
// ex : #define VERSION_VALUE TEXT("5.63\0") // ex : #define VERSION_VALUE TEXT("5.63\0")
#define VERSION_VALUE TEXT("5.8\0") #define VERSION_VALUE TEXT("5.81\0")
#define VERSION_DIGITALVALUE 5, 8, 0, 0 #define VERSION_DIGITALVALUE 5, 8, 1, 0
#ifdef UNICODE #ifdef UNICODE
#define UNICODE_ANSI_MODE TEXT("(UNICODE)") #define UNICODE_ANSI_MODE TEXT("(UNICODE)")