Notepad++ 是一款免费开源文本编辑器,支持多种编程语言。在 Windows 系统运行,提供语法高亮显示、语法折叠、自动完成、宏录制等许多有用功能。支持插件扩展,可通过插件添加更多功能。因其轻量级与灵活性,成为许多开发人员和程序员首选工具之一。
功能摘要
- 语法高亮
- 支持超过 50 种编程语言的语法高亮显示,提升代码可读性。
- 多标签编辑
- 允许同时打开和编辑多个文件,方便用户快速切换不同文件。
- 代码自动补全
- 支持代码自动补全功能,帮助开发者快速编写代码并减少错误。
- 插件扩展
- 支持丰富的插件库,用户可通过插件实现额外功能,如 FTP 访问、宏录制等。
- 搜索与替换
- 提供强大的搜索和替换功能,支持正则表达式、批量文件处理和查找替换。
- 多语言支持
- Notepad++ 支持多种语言界面,适合全球用户使用。
- 自定义界面
- 用户可以自定义主题、字体和布局,打造符合个人习惯的编辑环境。
- 文件比较
- 通过插件支持文件比较功能,帮助用户快速对比差异。
- 自动保存和恢复
- 具备自动保存功能,并在意外关闭时恢复未保存的文件。
- 轻量高效
- 占用系统资源低,启动和运行速度极快,适合处理大文件和复杂任务。
更新日志
https://github.com/notepad-plus-plus/notepad-plus-plus/releases
Version 8.8.6
- Add capacity of pasting multiline into Find/Replace fields.
- Improve UAC in Notepad++ for seamless elevated operations.
- Fix Pin Tab operation being too long with many opened documents.
- Add 2 new full-readonly modes via command line argument (-fullReadOnly & -fullReadOnlySavingForbidden).
- Add apply/remove read-only for all documents commands.
- Column Editor enhancement: GUI input fields now support radix to match the output format.
- Add Window dialog “File Modified Time” sorting capacity.
- Fix NPPN_CMDLINEPLUGINMSG not working issue & define the pluginMessage usage protocol.
- Fix pasting from column mode to multi-selection issue due to different EOL.
- Add NPPM_GETNPPSETTINGSDIRPATH message to get Notepad++ settings directory path.
- Enhance SQL function list parser.
- Fix C# function list not working with comments.
- Add function list ability for CSS.
- Allow user to customize max selected chars to auto-fill “Find what” field.
- Restore undo/redo behaviour in Find/Replace fields after Copy/Paste or Ctrl-F.
- Fix text corruption issue caused by selection within multibyte characters.
- Fix DOCTYPE styling in xml and html.
- Fix double clicking on edit zone border creates a new tab issue.
- Update cURL in WinGUp (Notepad++ updater) for fixing security issue CVE-2025-5399.