首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

Notepad++.zip

移动开发 4.4MB 13 需要积分: 0
立即下载

资源介绍:

Notepad++ 是一款免费的源代码编辑器和文本编辑器,专为程序员设计,支持多种编程语言。它基于强大的编辑组件 Scintilla,并且运行在 Windows 操作系统上。Notepad++ 用 C++ 编写,并使用纯 C++ 和 Windows API 实现了大多数功能。 主要特点: 1.语法高亮:支持多种编程语言(如 C++, C#, Java, HTML, XML, Python 等)的语法高亮显示。 2. 多文档标签:可以在同一个窗口中打开多个文件,类似于现代浏览器的标签页。 3. 可插拔的宏记录与回放:可以录制宏来自动执行一系列操作。 4. 自定义语法定义:用户可以根据需要自定义语言的语法定义。 5. 文件对比:能够比较两个文件之间的差异。 6. 扩展插件:支持各种插件以增强功能,如 NppAutoRenamer、NppExec、HexEditor 等。 7. 多视图:在同一窗口中同时查看和编辑多个文档。 8. 查找替换功能:支持正则表达式查找替换。 9. 折叠功能:支持代码块的折叠和展开,方便阅读和编辑长文件。 10.Unicode 支持:支持 Unicode 编码格式。
What is WinGup for Notepad++? -------------------------- This project is the fork of [WinGUp](https://github.com/gup4win/wingup). WinGUp has been built for Notepad++'s need, but keep its functionality generic for being able to be used on any Windows application. With new built-in Plugins Admin in Notepad++, a more specific updater for Notepad++ is necessary. Hence this fork from the original WinGUp. 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 updater which downloads a update package then installs it. By using cURL library and 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 file for 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 at regular 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 location to 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? ---------------- * Step 1: You have to build cURL before building WinGup: 1. Open VS2017 Native Tool Command for 32/64 bits. If you want to build for ARM, open a cmd, and run the following command:
`C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsamd64_arm64.bat` 2. go to curl winbuild directory:
`cd \curl\winbuild` 3. 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=15 RTLIBCFG=static MACHINE=x64` - x64 debug: `nmake /f Makefile.vc mode=dll vc=15 RTLIBCFG=static DEBUG=yes MACHINE=x64` - x86 release: `nmake /f Makefile.vc mode=dll vc=15 RTLIBCFG=static MACHINE=x86` - x86 debug: `nmake /f Makefile.vc mode=dll vc=15 RTLIBCFG=static DEBUG=yes MACHINE=x86` - ARM64 release: `nmake /f Makefile.vc mode=dll vc=15 RTLIBCFG=static MACHINE=ARM64` * Step 2: Open [`vcproj\GUP.sln`](https://github.com/gup4win/wingup/blob/master/vcproj/GUP.sln) with VS2017. * Step 3: Build WinGup like a normal Visual Studio project. To whom should you say "thank you"? ----------------------------------- Don HO

资源文件列表:

Notepad++.zip 大约有117个文件
  1. Notepad++/autoCompletion/
  2. Notepad++/autoCompletion/actionscript.xml 20.26KB
  3. Notepad++/autoCompletion/autoit.xml 721.4KB
  4. Notepad++/autoCompletion/BaanC.xml 18.05KB
  5. Notepad++/autoCompletion/batch.xml 3.69KB
  6. Notepad++/autoCompletion/c.xml 43.35KB
  7. Notepad++/autoCompletion/cmake.xml 7.7KB
  8. Notepad++/autoCompletion/cobol.xml 46.32KB
  9. Notepad++/autoCompletion/coffee.xml 1.47KB
  10. Notepad++/autoCompletion/cpp.xml 60.08KB
  11. Notepad++/autoCompletion/cs.xml 33.09KB
  12. Notepad++/autoCompletion/css.xml 11.25KB
  13. Notepad++/autoCompletion/html.xml 19.03KB
  14. Notepad++/autoCompletion/java.xml 200.55KB
  15. Notepad++/autoCompletion/javascript.xml 26.62KB
  16. Notepad++/autoCompletion/lisp.xml 16.83KB
  17. Notepad++/autoCompletion/lua.xml 88.36KB
  18. Notepad++/autoCompletion/nsis.xml 7.98KB
  19. Notepad++/autoCompletion/perl.xml 58.33KB
  20. Notepad++/autoCompletion/php.xml 418.33KB
  21. Notepad++/autoCompletion/python.xml 60.13KB
  22. Notepad++/autoCompletion/rc.xml 1.6KB
  23. Notepad++/autoCompletion/sql.xml 66.35KB
  24. Notepad++/autoCompletion/tex.xml 66.27KB
  25. Notepad++/autoCompletion/typescript.xml 2.36KB
  26. Notepad++/autoCompletion/vb.xml 16.79KB
  27. Notepad++/autoCompletion/vhdl.xml 2.56KB
  28. Notepad++/autoCompletion/xml.xml 11.74KB
  29. Notepad++/change.log 2.98KB
  30. Notepad++/contextMenu.xml 4.73KB
  31. Notepad++/functionList/
  32. Notepad++/functionList/ada.xml 3.5KB
  33. Notepad++/functionList/asm.xml 1.32KB
  34. Notepad++/functionList/autoit.xml 1.8KB
  35. Notepad++/functionList/baanc.xml 8.31KB
  36. Notepad++/functionList/bash.xml 2.93KB
  37. Notepad++/functionList/batch.xml 1.88KB
  38. Notepad++/functionList/c.xml 4.04KB
  39. Notepad++/functionList/cobol.xml 1.34KB
  40. Notepad++/functionList/cobol-free.xml 1.73KB
  41. Notepad++/functionList/cpp.xml 18.08KB
  42. Notepad++/functionList/cs.xml 1.79KB
  43. Notepad++/functionList/fortran.xml 1.95KB
  44. Notepad++/functionList/fortran77.xml 1.58KB
  45. Notepad++/functionList/haskell.xml 2.42KB
  46. Notepad++/functionList/ini.xml 952B
  47. Notepad++/functionList/inno.xml 4.3KB
  48. Notepad++/functionList/java.xml 9.11KB
  49. Notepad++/functionList/javascript.js.xml 1.12KB
  50. Notepad++/functionList/krl.xml 2.97KB
  51. Notepad++/functionList/lua.xml 4.3KB
  52. Notepad++/functionList/nsis.xml 6.96KB
  53. Notepad++/functionList/overrideMap.xml 6.28KB
  54. Notepad++/functionList/perl.xml 1.47KB
  55. Notepad++/functionList/php.xml 9.77KB
  56. Notepad++/functionList/powershell.xml 1.35KB
  57. Notepad++/functionList/python.xml 1.07KB
  58. Notepad++/functionList/ruby.xml 1.06KB
  59. Notepad++/functionList/rust.xml 1.8KB
  60. Notepad++/functionList/sinumerik.xml 1003B
  61. Notepad++/functionList/sql.xml 1.24KB
  62. Notepad++/functionList/typescript.xml 1.12KB
  63. Notepad++/functionList/universe_basic.xml 1.97KB
  64. Notepad++/functionList/vhdl.xml 1.58KB
  65. Notepad++/functionList/xml.xml 2.18KB
  66. Notepad++/langs.model.xml 337.37KB
  67. Notepad++/LICENSE 34.67KB
  68. Notepad++/localization/
  69. Notepad++/localization/chineseSimplified.xml 93.65KB
  70. Notepad++/localization/english.xml 98.02KB
  71. Notepad++/notepad++.exe 5.81MB
  72. Notepad++/nppLogNulContentCorruptionIssue.xml
  73. Notepad++/NppShell_06.dll 223.91KB
  74. Notepad++/plugins/
  75. Notepad++/plugins/Config/
  76. Notepad++/plugins/Config/nppPluginList.dll 171.41KB
  77. Notepad++/plugins/disabled/
  78. Notepad++/plugins/mimeTools/
  79. Notepad++/plugins/mimeTools/mimeTools.dll 123.41KB
  80. Notepad++/plugins/NppConverter/
  81. Notepad++/plugins/NppConverter/NppConverter.dll 170.41KB
  82. Notepad++/plugins/NppExport/
  83. Notepad++/plugins/NppExport/NppExport.dll 149.91KB
  84. Notepad++/readme.txt 1.49KB
  85. Notepad++/shortcuts.xml 965B
  86. Notepad++/stylers.model.xml 170.52KB
  87. Notepad++/themes/
  88. Notepad++/themes/Bespin.xml 92.35KB
  89. Notepad++/themes/Black board.xml 90.75KB
  90. Notepad++/themes/Choco.xml 91.06KB
  91. Notepad++/themes/DansLeRuSH-Dark.xml 108.18KB
  92. Notepad++/themes/DarkModeDefault.xml 171.02KB
  93. Notepad++/themes/Deep Black.xml 89.72KB
  94. Notepad++/themes/Hello Kitty.xml 89.65KB
  95. Notepad++/themes/HotFudgeSundae.xml 109.65KB
  96. Notepad++/themes/khaki.xml 107.39KB
  97. Notepad++/themes/Mono Industrial.xml 91.05KB
  98. Notepad++/themes/Monokai.xml 92.44KB
  99. Notepad++/themes/MossyLawn.xml 107.58KB
  100. Notepad++/themes/Navajo.xml 107.4KB
  101. Notepad++/themes/Obsidian.xml 93.37KB
  102. Notepad++/themes/Plastic Code Wrap.xml 92.51KB
  103. Notepad++/themes/Ruby Blue.xml 72.72KB
  104. Notepad++/themes/Solarized.xml 108.01KB
  105. Notepad++/themes/Solarized-light.xml 108.02KB
  106. Notepad++/themes/Twilight.xml 90.86KB
  107. Notepad++/themes/Vibrant Ink.xml 88.88KB
  108. Notepad++/themes/vim Dark Blue.xml 88.92KB
  109. Notepad++/themes/Zenburn.xml 171.02KB
  110. Notepad++/uninstall.exe 260.56KB
  111. Notepad++/updater/
  112. Notepad++/updater/GUP.exe 945.91KB
  113. Notepad++/updater/gup.xml 4.5KB
  114. Notepad++/updater/libcurl.dll 652.41KB
  115. Notepad++/updater/LICENSE 7.62KB
  116. Notepad++/updater/README.md 3.58KB
  117. Notepad++/updater/updater.ico 130.73KB
0评论
提交 加载更多评论
其他资源 packingLanhuProject.zip
packingLanhuProject.zip
元宝111111111
1
weights.zip
weights.zip
华证ESG评级2009-2022(含细分项)
2009-2022年华证ESG评级数据,含细分项
开源Capture-一款免费录制屏幕视频的软件-集合-免费分享-Windows录屏软件
# # 此资源集合了Captura和FFmpeg ### Captura 简介 Captura 是一个用于录制屏幕、音频和视频的开源软件。它功能强大且免费,非常适合需要进行屏幕录制、视频捕获以及创建教程视频的用户。 ### FFmpeg 简介 FFmpeg 是一个领先的多媒体框架,能够解码、编码、转码、复用、解复用、流式传输、过滤和播放几乎所有你能想到的音频、视频和多媒体内容。它支持几乎所有已知的音频、视频和多媒体文件格式。FFmpeg 是开源的,并且在众多平台上都可以使用,包括 Linux、Windows 和 macOS。 ### FFmpeg 对 Captura 的重要性 FFmpeg 对于 Captura 的重要性不可忽视。作为 Captura 的核心依赖,FFmpeg 提供了强大的多媒体处理能力,使 Captura 能够高效地录制和处理视频、音频。
基于python的Azure Kinect双相机图像采集软件
本软件用于使用Azure Kinect两台相机同时进行图像采集,点击运行文件夹中exe文件即可 (1)UI与交互模块:该模块提供人工对系统的各种控制,包括图像存储路径设定、相机参数配置、相机开关等。 (2)图像保存模块:该模块为本系统的核心模块,集成了基于相机SDK开发的图像对象保存技术,并且在图像保存过程中,可将深度图像与彩色图像进行对齐操作,提供“拍图”、“撤销”按钮,便于用户将图像进行存储与删除,同时图像保存以后会按照顺序进行编号保存,撤销图像的同时会将编号复原,极大提升科研图像采集的便捷性。 (3)控制台输出模块:控制台输出模块可以模拟控制台输出,将软件运行过程中的各种状态,在软件界面上进行显示,用户可以判断图像是否正常保存,以及软件是否正常运行。提高交互性
操作系统,进程控制,分页式管理,文件磁盘管理,进程调度,银行家算法
进程控制,分页式管理,文件磁盘管理,进程调度,银行家算法
弱电工程综合图像处理器 大华M70控制软件
M70控制软件 适用M70-4U-E等,需在同一局域网下控制