[RELEASE] v5.1.1 release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@353 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
47a7fdbc25
commit
0147313a93
|
@ -51,7 +51,7 @@ Included plugins (Unicode):
|
|||
4. NppAutoIndent 1.2
|
||||
5. FTP_synchronize v0.9.6
|
||||
6. NppAutoIndent 1.2
|
||||
7. NppDocShare v0.1
|
||||
7. NppNetNote v0.1
|
||||
8. TexFX v0.24a
|
||||
|
||||
Included plugins (ANSI):
|
||||
|
@ -66,4 +66,4 @@ Included plugins (ANSI):
|
|||
8. Light Explorer v1.5
|
||||
9. Doc Monitor v2.2
|
||||
10. NppAutoIndent 1.2
|
||||
11. NppDocShare v0.1
|
||||
11. NppNetNote v0.1
|
||||
|
|
|
@ -509,11 +509,9 @@ commun:
|
|||
IfFileExists "$INSTDIR\plugins\MultiClipboard.dll" 0 +3
|
||||
MessageBox MB_OK "Due to the problem of compability with this version,$\nMultiClipboard.dll is about to be deleted.$\nYou can download it via menu $\"?->Get more plugins$\" if you really need it."
|
||||
Delete "$INSTDIR\plugins\MultiClipboard.dll"
|
||||
/*
|
||||
IfFileExists "$INSTDIR\plugins\Explorer.dll" 0 +3
|
||||
MessageBox MB_OK "Due to the problem of compability with this version,$\nExplorer.dll is about to be deleted."
|
||||
Delete "$INSTDIR\plugins\Explorer.dll"
|
||||
*/
|
||||
|
||||
Delete "$INSTDIR\plugins\NppDocShare.dll"
|
||||
|
||||
IfFileExists "$INSTDIR\plugins\FunctionList.dll" 0 +3
|
||||
MessageBox MB_OK "Due to the problem of compability with this version,$\nFunctionList.dll is about to be deleted.$\nYou can download it via menu $\"?->Get more plugins$\" if you really need it."
|
||||
Delete "$INSTDIR\plugins\FunctionList.dll"
|
||||
|
@ -669,10 +667,10 @@ SubSection "Plugins" Plugins
|
|||
SectionEnd
|
||||
|
||||
|
||||
Section "NppDocShare" NppDocShare
|
||||
Delete "$INSTDIR\plugins\NppDocShare.dll"
|
||||
Section "NppNetNote" NppNetNote
|
||||
Delete "$INSTDIR\plugins\NppNetNote.dll"
|
||||
SetOutPath "$INSTDIR\plugins"
|
||||
File "..\bin\plugins\NppDocShare.dll"
|
||||
File "..\bin\plugins\NppNetNote.dll"
|
||||
SectionEnd
|
||||
|
||||
/*
|
||||
|
@ -894,9 +892,9 @@ SubSection un.Plugins
|
|||
RMDir "$INSTDIR\plugins\"
|
||||
SectionEnd
|
||||
|
||||
Section un.NppDocShare
|
||||
Delete "$INSTDIR\plugins\NppDocShare.dll"
|
||||
Delete "$INSTDIR\plugins\Config\NppDocShare.ini"
|
||||
Section un.NppNetNote
|
||||
Delete "$INSTDIR\plugins\NppNetNote.dll"
|
||||
Delete "$INSTDIR\plugins\Config\NppNetNote.ini"
|
||||
RMDir "$INSTDIR\plugins\"
|
||||
SectionEnd
|
||||
|
||||
|
|
Loading…
Reference in New Issue