[RELEASE] Notepad++ 5.8.2 release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@679 f5eea248-9336-0410-98b8-ebc06183d4e3remotes/trunk v5.8.2
parent
23cfd4cba9
commit
52edd1eb16
|
@ -1,3 +1,12 @@
|
|||
Notepad++ v5.8.2 fixed bugs (from v5.8.1) :
|
||||
|
||||
1. Fix windows 7 crash bug while executing update.
|
||||
2. Fix macro recording bug for the non-ASCII characters.
|
||||
3. Fix C# syntax highlighting disabled problem after reloading.
|
||||
4. Fix find performance issue related macro recording.
|
||||
|
||||
|
||||
|
||||
Notepad++ v5.8.1 new features and fixed bugs (from v5.8) :
|
||||
|
||||
1. Fix Actionscript lexer crash problem.
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 69 KiB |
Binary file not shown.
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 151 KiB |
|
@ -18,8 +18,8 @@
|
|||
; Define the application name
|
||||
!define APPNAME "Notepad++"
|
||||
|
||||
!define APPVERSION "5.8.1"
|
||||
!define APPNAMEANDVERSION "Notepad++ v5.8.1"
|
||||
!define APPVERSION "5.8.2"
|
||||
!define APPNAMEANDVERSION "Notepad++ v5.8.2"
|
||||
!define VERSION_MAJOR 5
|
||||
!define VERSION_MINOR 81
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
|||
Name "${APPNAMEANDVERSION}"
|
||||
InstallDir "$PROGRAMFILES\Notepad++"
|
||||
InstallDirRegKey HKLM "Software\${APPNAME}" ""
|
||||
OutFile ".\build\npp.5.8.1.Installer.exe"
|
||||
OutFile ".\build\npp.5.8.2.Installer.exe"
|
||||
|
||||
; GetWindowsVersion
|
||||
;
|
||||
|
@ -317,6 +317,7 @@ Section /o "Don't use %APPDATA%" makeLocal
|
|||
StrCpy $IS_LOCAL "1"
|
||||
SectionEnd
|
||||
|
||||
|
||||
Var UPDATE_PATH
|
||||
|
||||
Section -"Notepad++" mainSection
|
||||
|
@ -409,7 +410,7 @@ GLOBAL_INST:
|
|||
Delete "$SMPROGRAMS\Notepad++\readme.lnk"
|
||||
Delete "$SMPROGRAMS\Notepad++\Uninstall.lnk"
|
||||
CreateDirectory "$SMPROGRAMS\Notepad++"
|
||||
CreateShortCut "$SMPROGRAMS\Notepad++\Uninstall.lnk" "$INSTDIR\uninstall.exe"
|
||||
;CreateShortCut "$SMPROGRAMS\Notepad++\Uninstall.lnk" "$INSTDIR\uninstall.exe"
|
||||
|
||||
|
||||
;clean
|
||||
|
@ -489,9 +490,8 @@ GLOBAL_INST:
|
|||
SetShellVarContext all
|
||||
; add all the npp shortcuts for all user or current user
|
||||
CreateDirectory "$SMPROGRAMS\Notepad++"
|
||||
CreateShortCut "$DESKTOP\Notepad++.lnk" "$INSTDIR\notepad++.exe"
|
||||
CreateShortCut "$SMPROGRAMS\Notepad++\Notepad++.lnk" "$INSTDIR\notepad++.exe"
|
||||
CreateShortCut "$SMPROGRAMS\Notepad++\readme.lnk" "$INSTDIR\readme.txt"
|
||||
;CreateShortCut "$SMPROGRAMS\Notepad++\readme.lnk" "$INSTDIR\readme.txt"
|
||||
SetShellVarContext current
|
||||
WriteRegStr HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\notepad++.exe" "" "$INSTDIR\notepad++.exe"
|
||||
SectionEnd
|
||||
|
@ -795,6 +795,11 @@ Section "Auto-Updater" AutoUpdater
|
|||
File "..\bin\updater\readme.txt"
|
||||
SectionEnd
|
||||
|
||||
|
||||
Section /o "Create Shortcut on Desktop" shortcutOnDesktop
|
||||
CreateShortCut "$DESKTOP\Notepad++.lnk" "$INSTDIR\notepad++.exe"
|
||||
SectionEnd
|
||||
|
||||
;--------------------------------
|
||||
;Descriptions
|
||||
|
||||
|
|
|
@ -29,10 +29,14 @@ copy /Y ..\bin\change.log .\zipped.package.release\unicode\
|
|||
If ErrorLevel 1 PAUSE
|
||||
copy /Y ..\src\config.model.xml .\zipped.package.release\unicode\
|
||||
If ErrorLevel 1 PAUSE
|
||||
copy /Y ..\src\config.model.xml .\zipped.package.release\unicode\config.xml
|
||||
If ErrorLevel 1 PAUSE
|
||||
copy /Y ..\src\langs.model.xml .\zipped.package.release\unicode\
|
||||
If ErrorLevel 1 PAUSE
|
||||
copy /Y ..\src\stylers.model.xml .\zipped.package.release\unicode\
|
||||
If ErrorLevel 1 PAUSE
|
||||
copy /Y ..\src\stylers.model.xml .\zipped.package.release\unicode\stylers.xml
|
||||
If ErrorLevel 1 PAUSE
|
||||
copy /Y ..\src\contextMenu.xml .\zipped.package.release\unicode\
|
||||
If ErrorLevel 1 PAUSE
|
||||
copy /Y ..\src\shortcuts.xml .\zipped.package.release\unicode\
|
||||
|
@ -78,10 +82,14 @@ copy /Y ..\bin\change.log .\zipped.package.release\ansi\
|
|||
If ErrorLevel 1 PAUSE
|
||||
copy /Y ..\src\config.model.xml .\zipped.package.release\ansi\
|
||||
If ErrorLevel 1 PAUSE
|
||||
copy /Y ..\src\config.model.xml .\zipped.package.release\ansi\config.xml
|
||||
If ErrorLevel 1 PAUSE
|
||||
copy /Y ..\src\langs.model.xml .\zipped.package.release\ansi\
|
||||
If ErrorLevel 1 PAUSE
|
||||
copy /Y ..\src\stylers.model.xml .\zipped.package.release\ansi\
|
||||
If ErrorLevel 1 PAUSE
|
||||
copy /Y ..\src\stylers.model.xml .\zipped.package.release\ansi\stylers.xml
|
||||
If ErrorLevel 1 PAUSE
|
||||
copy /Y ..\src\contextMenu.xml .\zipped.package.release\ansi\
|
||||
If ErrorLevel 1 PAUSE
|
||||
copy /Y ..\src\shortcuts.xml .\zipped.package.release\ansi\
|
||||
|
|
|
@ -18,12 +18,12 @@
|
|||
#ifndef RESOURCE_H
|
||||
#define RESOURCE_H
|
||||
|
||||
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v5.8.1")
|
||||
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v5.8.2")
|
||||
|
||||
// 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")
|
||||
#define VERSION_VALUE TEXT("5.81\0")
|
||||
#define VERSION_DIGITALVALUE 5, 8, 1, 0
|
||||
#define VERSION_VALUE TEXT("5.82\0")
|
||||
#define VERSION_DIGITALVALUE 5, 8, 2, 0
|
||||
|
||||
#ifdef UNICODE
|
||||
#define UNICODE_ANSI_MODE TEXT("(UNICODE)")
|
||||
|
|
Loading…
Reference in New Issue