Notepad++.zip
大小:3.37MB
价格:13积分
下载量:0
评分:
5.0
上传者:qq_43292052
更新日期:2025-09-22

Notepad++.zip解压即用版

资源文件列表(大概)

文件名
大小
Notepad++/
-
Notepad++/LICENSE
34.83KB
Notepad++/NppShell_06.dll
223.9KB
Notepad++/SciLexer.dll
1.21MB
Notepad++/autoCompletion/
-
Notepad++/autoCompletion/BaanC.xml
18.05KB
Notepad++/autoCompletion/actionscript.xml
20.26KB
Notepad++/autoCompletion/autoit.xml
721.4KB
Notepad++/autoCompletion/batch.xml
3.69KB
Notepad++/autoCompletion/c.xml
43.35KB
Notepad++/autoCompletion/cmake.xml
7.7KB
Notepad++/autoCompletion/coffee.xml
1.47KB
Notepad++/autoCompletion/cpp.xml
60.08KB
Notepad++/autoCompletion/cs.xml
33.07KB
Notepad++/autoCompletion/css.xml
11.25KB
Notepad++/autoCompletion/html.xml
19.03KB
Notepad++/autoCompletion/java.xml
200.55KB
Notepad++/autoCompletion/javascript.xml
22.8KB
Notepad++/autoCompletion/lisp.xml
16.83KB
Notepad++/autoCompletion/lua.xml
88.36KB
Notepad++/autoCompletion/nsis.xml
7.98KB
Notepad++/autoCompletion/perl.xml
57.29KB
Notepad++/autoCompletion/php.xml
417.89KB
Notepad++/autoCompletion/python.xml
60.13KB
Notepad++/autoCompletion/rc.xml
1.6KB
Notepad++/autoCompletion/sql.xml
66.35KB
Notepad++/autoCompletion/tex.xml
66.27KB
Notepad++/autoCompletion/vb.xml
16.79KB
Notepad++/autoCompletion/vhdl.xml
2.56KB
Notepad++/autoCompletion/xml.xml
11.74KB
Notepad++/change.log
1.75KB
Notepad++/contextMenu.xml
3.45KB
Notepad++/functionList/
-
Notepad++/functionList/asm.xml
1.32KB
Notepad++/functionList/autoit.xml
1.8KB
Notepad++/functionList/baanc.xml
8.31KB
Notepad++/functionList/bash.xml
2.93KB
Notepad++/functionList/batch.xml
1.88KB
Notepad++/functionList/c.xml
4.04KB
Notepad++/functionList/cobol-free.xml
1.73KB
Notepad++/functionList/cobol.xml
1.34KB
Notepad++/functionList/cpp.xml
18.08KB
Notepad++/functionList/cs.xml
1.79KB
Notepad++/functionList/ini.xml
952B
Notepad++/functionList/inno.xml
4.3KB
Notepad++/functionList/java.xml
9.11KB
Notepad++/functionList/javascript.js.xml
1.12KB
Notepad++/functionList/krl.xml
2.97KB
Notepad++/functionList/nsis.xml
6.96KB
Notepad++/functionList/overrideMap.xml
6.22KB
Notepad++/functionList/perl.xml
1.47KB
Notepad++/functionList/php.xml
9.77KB
Notepad++/functionList/powershell.xml
1.35KB
Notepad++/functionList/python.xml
1.07KB
Notepad++/functionList/ruby.xml
1.06KB
Notepad++/functionList/sinumerik.xml
1003B
Notepad++/functionList/sql.xml
1.24KB
Notepad++/functionList/universe_basic.xml
1.97KB
Notepad++/functionList/vhdl.xml
1.58KB
Notepad++/functionList/xml.xml
2.18KB
Notepad++/langs.model.xml
336.13KB
Notepad++/localization/
-
Notepad++/localization/chineseSimplified.xml
87.42KB
Notepad++/localization/english.xml
88.4KB
Notepad++/notepad++.exe
2.92MB
Notepad++/plugins/
-
Notepad++/plugins/Config/
-
Notepad++/plugins/Config/nppPluginList.dll
172.4KB
Notepad++/plugins/NppConverter/
-
Notepad++/plugins/NppConverter/NppConverter.dll
131.4KB
Notepad++/plugins/NppExport/
-
Notepad++/plugins/NppExport/NppExport.dll
109.9KB
Notepad++/plugins/mimeTools/
-
Notepad++/plugins/mimeTools/mimeTools.dll
95.4KB
Notepad++/readme.txt
1.49KB
Notepad++/shortcuts.xml
955B
Notepad++/stylers.model.xml
166.49KB
Notepad++/uninstall.exe
259.41KB
Notepad++/updater/
-
Notepad++/updater/GUP.exe
726.9KB
Notepad++/updater/LICENSE
7.62KB
Notepad++/updater/README.md
2.92KB
Notepad++/updater/gup.xml
4.17KB
Notepad++/updater/libcurl.dll
465.4KB

资源内容介绍

解压直接可以用
What is WinGup?---------------WinGup is a Generic Updater running under Windows environment.The aim of WinGup is to provide a ready to use and configurable updaterwhich downloads a update package then installs it. By using cURL libraryand TinyXml module, WinGup is capable to deal with http protocol and process XML data.Why WinGup?-----------Originally WinGup was made for the need of Notepad++ (a generic source code editor under MS Windows).During its conception, the idea came up in my mind: if it can fit Notepad++, it can fit for any Windows program.So here it is, with LGPL license to have no (almost not) restriction for integration in any project.How does it work?-----------------WinGup can be launched by your program or manually. It reads from a xml configuration filefor getting the current version of your program and url where WinGup gets update information,checks the url (with given current version) to get the update package location,downloads the update package, then run the update package (it should be a msi or an exe) in question.Who will need it?-----------------Being LGPLed, WinGup can be integrated in both commercial (or close source) and open source project.So if you run a commercial or open a source project under MS Windows and you release your program atregular intervals, then you may need WinGup to notice your users the new update.What do you need to use it?---------------------------A url to provide the update information to your WinGup and an another url locationto store your update package, that's it!How is WinGup easy to use?--------------------------All you have to do is point WinGup to your url update page (by modifying gup.xml), then work on your pointed url update page (see getDownLoadUrl.php comes with the release)to make sure it responds to your WinGup with the correct xml data.How to build it?---------------- 0. You have to build cURL before building WinGup: ``` a. Open VS2015 Native Tool Command for 32/64 bits b. go to curl winbuild directory: cd <your wingup source path>\curl\winbuildc. compile cURL by using one of the following commands, according the mode and archetecture of wingup you want to build. x64 release: nmake /f Makefile.vc mode=dll vc=14 RTLIBCFG=static MACHINE=x64 x64 debug: nmake /f Makefile.vc mode=dll vc=14 RTLIBCFG=static DEBUG=yes MACHINE=x64 x86 release: nmake /f Makefile.vc mode=dll vc=14 RTLIBCFG=static MACHINE=x86 x86 debug: nmake /f Makefile.vc mode=dll vc=14 RTLIBCFG=static DEBUG=yes MACHINE=x86``` 1. Open [`vcproj\GUP.sln`](https://github.com/gup4win/wingup/blob/master/vcproj/GUP.sln) 2. Build WinGup [like a normal Visual Studio project](https://msdn.microsoft.com/en-us/library/7s88b19e.aspx) with VS2015To whom should you say "thank you"?-----------------------------------Don HO<don.h@free.fr>

用户评论 (0)

发表评论

captcha