mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-25 23:05:13 +02:00
[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
|
4. NppAutoIndent 1.2
|
||||||
5. FTP_synchronize v0.9.6
|
5. FTP_synchronize v0.9.6
|
||||||
6. NppAutoIndent 1.2
|
6. NppAutoIndent 1.2
|
||||||
7. NppDocShare v0.1
|
7. NppNetNote v0.1
|
||||||
8. TexFX v0.24a
|
8. TexFX v0.24a
|
||||||
|
|
||||||
Included plugins (ANSI):
|
Included plugins (ANSI):
|
||||||
@ -66,4 +66,4 @@ Included plugins (ANSI):
|
|||||||
8. Light Explorer v1.5
|
8. Light Explorer v1.5
|
||||||
9. Doc Monitor v2.2
|
9. Doc Monitor v2.2
|
||||||
10. NppAutoIndent 1.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
|
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."
|
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"
|
Delete "$INSTDIR\plugins\MultiClipboard.dll"
|
||||||
/*
|
|
||||||
IfFileExists "$INSTDIR\plugins\Explorer.dll" 0 +3
|
Delete "$INSTDIR\plugins\NppDocShare.dll"
|
||||||
MessageBox MB_OK "Due to the problem of compability with this version,$\nExplorer.dll is about to be deleted."
|
|
||||||
Delete "$INSTDIR\plugins\Explorer.dll"
|
|
||||||
*/
|
|
||||||
IfFileExists "$INSTDIR\plugins\FunctionList.dll" 0 +3
|
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."
|
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"
|
Delete "$INSTDIR\plugins\FunctionList.dll"
|
||||||
@ -669,10 +667,10 @@ SubSection "Plugins" Plugins
|
|||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
|
||||||
Section "NppDocShare" NppDocShare
|
Section "NppNetNote" NppNetNote
|
||||||
Delete "$INSTDIR\plugins\NppDocShare.dll"
|
Delete "$INSTDIR\plugins\NppNetNote.dll"
|
||||||
SetOutPath "$INSTDIR\plugins"
|
SetOutPath "$INSTDIR\plugins"
|
||||||
File "..\bin\plugins\NppDocShare.dll"
|
File "..\bin\plugins\NppNetNote.dll"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -894,9 +892,9 @@ SubSection un.Plugins
|
|||||||
RMDir "$INSTDIR\plugins\"
|
RMDir "$INSTDIR\plugins\"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.NppDocShare
|
Section un.NppNetNote
|
||||||
Delete "$INSTDIR\plugins\NppDocShare.dll"
|
Delete "$INSTDIR\plugins\NppNetNote.dll"
|
||||||
Delete "$INSTDIR\plugins\Config\NppDocShare.ini"
|
Delete "$INSTDIR\plugins\Config\NppNetNote.ini"
|
||||||
RMDir "$INSTDIR\plugins\"
|
RMDir "$INSTDIR\plugins\"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user