mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-25 14:54:39 +02:00
Add DSpellCheck plugin into distribution
This commit is contained in:
parent
d975bc24a1
commit
4005bf4182
@ -77,7 +77,7 @@ SectionGroup "Plugins" Plugins
|
|||||||
File "..\bin\plugins\NppConverter.dll"
|
File "..\bin\plugins\NppConverter.dll"
|
||||||
!endif
|
!endif
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
/*
|
|
||||||
${MementoSection} "Decent Spell-Checking" DSpellCheck
|
${MementoSection} "Decent Spell-Checking" DSpellCheck
|
||||||
Delete "$INSTDIR\plugins\DSpellCheck.dll"
|
Delete "$INSTDIR\plugins\DSpellCheck.dll"
|
||||||
SetOutPath "$INSTDIR\plugins"
|
SetOutPath "$INSTDIR\plugins"
|
||||||
@ -91,7 +91,7 @@ SectionGroup "Plugins" Plugins
|
|||||||
File "..\bin\plugins\Config\Hunspell\en_US.dic"
|
File "..\bin\plugins\Config\Hunspell\en_US.dic"
|
||||||
!endif
|
!endif
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
*/
|
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
|
||||||
${MementoSection} "Auto-Updater" AutoUpdater
|
${MementoSection} "Auto-Updater" AutoUpdater
|
||||||
|
@ -51,10 +51,10 @@ If ErrorLevel 1 goto End
|
|||||||
signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin\plugins\NppConverter.dll
|
signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin\plugins\NppConverter.dll
|
||||||
signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin64\plugins\NppConverter.dll
|
signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin64\plugins\NppConverter.dll
|
||||||
If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
REM signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin\plugins\DSpellCheck.dll
|
signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin\plugins\DSpellCheck.dll
|
||||||
REM If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
REM signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin64\plugins\DSpellCheck.dll
|
signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin64\plugins\DSpellCheck.dll
|
||||||
REM If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
|
|
||||||
:NoSign
|
:NoSign
|
||||||
|
|
||||||
@ -191,27 +191,27 @@ copy /Y "..\bin\plugins\mimeTools.dll" .\zipped.package.release\plugins\
|
|||||||
If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
copy /Y "..\bin\plugins\NppConverter.dll" .\zipped.package.release\plugins\
|
copy /Y "..\bin\plugins\NppConverter.dll" .\zipped.package.release\plugins\
|
||||||
If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
REM copy /Y "..\bin\plugins\DSpellCheck.dll" .\zipped.package.release\plugins\
|
copy /Y "..\bin\plugins\DSpellCheck.dll" .\zipped.package.release\plugins\
|
||||||
REM If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
REM mkdir .\zipped.package.release\plugins\Config\Hunspell
|
mkdir .\zipped.package.release\plugins\Config\Hunspell
|
||||||
REM If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
REM copy /Y "..\bin\plugins\Config\Hunspell\en_US.aff" .\zipped.package.release\plugins\Config\Hunspell\
|
copy /Y "..\bin\plugins\Config\Hunspell\en_US.aff" .\zipped.package.release\plugins\Config\Hunspell\
|
||||||
REM If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
REM copy /Y "..\bin\plugins\Config\Hunspell\en_US.dic" .\zipped.package.release\plugins\Config\Hunspell\
|
copy /Y "..\bin\plugins\Config\Hunspell\en_US.dic" .\zipped.package.release\plugins\Config\Hunspell\
|
||||||
REM If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
|
|
||||||
copy /Y "..\bin64\plugins\mimeTools.dll" .\zipped.package.release64\plugins\
|
copy /Y "..\bin64\plugins\mimeTools.dll" .\zipped.package.release64\plugins\
|
||||||
If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
copy /Y "..\bin64\plugins\NppConverter.dll" .\zipped.package.release64\plugins\
|
copy /Y "..\bin64\plugins\NppConverter.dll" .\zipped.package.release64\plugins\
|
||||||
If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
REM copy /Y "..\bin64\plugins\DSpellCheck.dll" .\zipped.package.release64\plugins\
|
copy /Y "..\bin64\plugins\DSpellCheck.dll" .\zipped.package.release64\plugins\
|
||||||
REM If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
REM mkdir .\zipped.package.release64\plugins\Config\Hunspell
|
mkdir .\zipped.package.release64\plugins\Config\Hunspell
|
||||||
REM If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
REM copy /Y "..\bin64\plugins\Config\Hunspell\en_US.aff" .\zipped.package.release64\plugins\Config\Hunspell\
|
copy /Y "..\bin64\plugins\Config\Hunspell\en_US.aff" .\zipped.package.release64\plugins\Config\Hunspell\
|
||||||
REM If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
REM copy /Y "..\bin64\plugins\Config\Hunspell\en_US.dic" .\zipped.package.release64\plugins\Config\Hunspell\
|
copy /Y "..\bin64\plugins\Config\Hunspell\en_US.dic" .\zipped.package.release64\plugins\Config\Hunspell\
|
||||||
REM If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
|
|
||||||
|
|
||||||
rem localizations
|
rem localizations
|
||||||
|
@ -71,7 +71,7 @@ void Notepad_plus::command(int id)
|
|||||||
{
|
{
|
||||||
fileNew();
|
fileNew();
|
||||||
|
|
||||||
/*
|
///*
|
||||||
bool isFirstTime = ! _pluginsAdminDlg.isCreated();
|
bool isFirstTime = ! _pluginsAdminDlg.isCreated();
|
||||||
_pluginsAdminDlg.setPluginsManager(&_pluginsManager);
|
_pluginsAdminDlg.setPluginsManager(&_pluginsManager);
|
||||||
_pluginsAdminDlg.doDialog(_nativeLangSpeaker.isRTL());
|
_pluginsAdminDlg.doDialog(_nativeLangSpeaker.isRTL());
|
||||||
@ -80,7 +80,7 @@ void Notepad_plus::command(int id)
|
|||||||
_nativeLangSpeaker.changeConfigLang(_pluginsAdminDlg.getHSelf());
|
_nativeLangSpeaker.changeConfigLang(_pluginsAdminDlg.getHSelf());
|
||||||
_pluginsAdminDlg.updateListAndLoadFromJson();
|
_pluginsAdminDlg.updateListAndLoadFromJson();
|
||||||
}
|
}
|
||||||
*/
|
//*/
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user