From 3208c99d98f5d663577837bbff4d165f3ad4bb6a Mon Sep 17 00:00:00 2001 From: donho Date: Sun, 11 May 2008 13:53:50 +0000 Subject: [PATCH] [RELEASE] v4.9.2 git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@201 f5eea248-9336-0410-98b8-ebc06183d4e3 --- PowerEditor/bin/change.log | 2 ++ PowerEditor/installer/nppSetup.nsi | 8 ++++---- PowerEditor/src/WinControls/Preference/preference.rc | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index 22873066e..e2c0c5450 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -18,6 +18,8 @@ Notepad++ v4.9.2 fixed bugs and added features (from v4.8.5) : 16. Fix the replace bug while replacing nothing. 17. Fix the F3 searching direction bug. 18. Fix the regression bug that x position doesn't be restored while switching back a document. +19. Add "Save a Copy As" feature. + Included plugins : diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi index 5f95d7037..af9f94f65 100644 --- a/PowerEditor/installer/nppSetup.nsi +++ b/PowerEditor/installer/nppSetup.nsi @@ -17,16 +17,16 @@ ; Define the application name !define APPNAME "Notepad++" -!define APPNAMEANDVERSION "Notepad++ v4.9.1" +!define APPNAMEANDVERSION "Notepad++ v4.9.2" !define VERSION_MAJOR 4 -!define VERSION_MINOR 91 +!define VERSION_MINOR 92 ; Main Install settings Name "${APPNAMEANDVERSION}" InstallDir "$PROGRAMFILES\Notepad++" InstallDirRegKey HKLM "Software\${APPNAME}" "" -OutFile "..\bin\npp.4.9.1.Installer.exe" +OutFile "..\bin\npp.4.9.2.Installer.exe" ; GetWindowsVersion ; @@ -624,7 +624,7 @@ SubSection "Plugins" Plugins NOT_LOCAL: SetOutPath "$APPDATA\Notepad++" LOCAL: - File "..\bin\plugins\NPPTextFX.ini" + ;File "..\bin\plugins\NPPTextFX.ini" SetOutPath "$INSTDIR\plugins\NPPTextFX" File "..\bin\plugins\NPPTextFX\AsciiToEBCDIC.bin" diff --git a/PowerEditor/src/WinControls/Preference/preference.rc b/PowerEditor/src/WinControls/Preference/preference.rc index aefa4aa05..b82fbd4c2 100644 --- a/PowerEditor/src/WinControls/Preference/preference.rc +++ b/PowerEditor/src/WinControls/Preference/preference.rc @@ -132,8 +132,8 @@ BEGIN CONTROL "ANSI",IDC_RADIO_ANSI,"Button",BS_AUTORADIOBUTTON | WS_GROUP,187,40,80,10 CONTROL "UTF-8 without BOM",IDC_RADIO_UTF8SANSBOM,"Button",BS_AUTORADIOBUTTON,187,54,128,10 CONTROL "UTF-8",IDC_RADIO_UTF8,"Button",BS_AUTORADIOBUTTON,187,68,62,10 - CONTROL "UCS2 big endian",IDC_RADIO_UCS2BIG,"Button",BS_AUTORADIOBUTTON,187,82,103,10 - CONTROL "UCS2 small endian",IDC_RADIO_UCS2SMALL,"Button",BS_AUTORADIOBUTTON,187,96,102,10 + CONTROL "UCS-2 big endian",IDC_RADIO_UCS2BIG,"Button",BS_AUTORADIOBUTTON,187,82,103,10 + CONTROL "UCS-2 small endian",IDC_RADIO_UCS2SMALL,"Button",BS_AUTORADIOBUTTON,187,96,102,10 RTEXT "Default Language :",IDC_DEFAULTLANG_STATIC,50,129,80,8 COMBOBOX IDC_COMBO_DEFAULTLANG,134,127,72,140,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP END