Notepad++ 8.4.1便携版发布:高效文本编辑体验

版权申诉
0 下载量 163 浏览量 更新于2024-10-09 收藏 5.19MB ZIP 举报
资源摘要信息:"Notepad++是一种广泛使用的开源文本和源代码编辑器,专为Microsoft Windows操作系统设计。最新版本的压缩包文件名为npp.8.4.1.portable.x64.zip,该版本为64位便携式版本,无需安装即可在Windows系统上运行。Notepad++支持多种编程语言的语法高亮显示,内置支持多达80种编程语言的语法高亮,具备代码折叠、代码自动完成、宏记录和回放、多文档编辑等功能。" Notepad++具有以下重要知识点: 1. 开源编辑器:Notepad++是一个免费的开源项目,由社区支持和开发,它基于Scintilla文本编辑器组件,并使用GPL(GNU通用公共许可证)发布,允许用户免费使用并查看源代码。 2. 便携式版本:标题中提到的npp.8.4.1.portable.x64.zip文件表明这是一个便携式版本,意味着该应用程序可以不经过安装过程直接在移动存储设备上运行,非常适合需要在多个电脑间移动办公的用户。 3. 高亮显示和语言支持:Notepad++支持语法高亮,可以根据不同编程语言的语法规则对代码进行色彩标记,从而提高代码的可读性。文件列表中的langs.model.xml文件可能用于存储语言定义模型,而stylers.model.xml可能用于定义语言的样式和高亮显示规则。 4. 多功能编辑工具:Notepad++提供代码折叠功能,允许用户折叠代码块以隐藏不重要的部分,使代码结构更清晰。它还支持宏录制与回放,用户可以记录一系列操作并在需要时重复执行。此外,Notepad++支持多文档界面(MDI),允许用户同时打开和编辑多个文件。 5. 快捷键和用户配置:压缩包中的shortcuts.xml文件可能用于定义快捷键,这对于提高编辑效率非常有帮助。用户可以通过修改这个文件来自定义快捷键设置。此外,用户也可以通过修改readme.txt、config.xml、contextMenu.xml和doLocalConf.xml等文件来自定义Notepad++的配置和上下文菜单,以适应个人习惯。 6. 用户文档:change.log、license.txt和readme.txt文件分别记录了程序的更新日志、许可证信息以及使用说明,这些文档是用户了解软件功能和正确使用软件的重要参考资源。 Notepad++作为一个高效、功能丰富的文本编辑器,适用于程序员、网页设计师以及任何需要频繁进行文本编辑的用户。其便携性和丰富的功能使其成为Windows系统上不可多得的开发和编辑工具。
2021-06-09 上传
Notepad++ v8 new features, enhancements & bug-fixes: 1. Add Dark Mode. 2. ARM64 build is available. 3. One button to build them all - build Notepad++ with Scintilla static lib and Boost RegExpr headers. 4. Add new Fluent UI icons for toolbar. 5. Add new feature "Distraction Free Mode" (Menu "View->Distraction Free Mode"). 6. Add new API NPPM_ADDTOOLBARICON_FORDARKMODE for dark mode. 7. Add 1 click action (SHIFT-click) on close button to close all tabs in dockable panel. 8. Add ability of changing select text foreground color (optional). 9. Allow Replace to stop after replacement (optional). 10. Fix append extension feature not working in save dialog. 11. Add ability to reverse line order. 12. Add ability to style only current instance of text. 13. Fix duplicated entries in Auto-Completion pop-up window. 14. Fix Python Function List not showing functions in some circumstance. 15. Enhance Folder as Workspace performance while adding/removing files in bulk. 16. Add Ada, Fortran, Fortran77 & Haskell in function lists. 17. Improve performance of "Open all" command in Search results. 18. Add "Copy Pathnames" command to Search results context menu. 19. Catch regex search exceptions and show exception message. 20. Add MarkAll Preference settings for case and word. 21. Fix regression: Handle "Default Directory" setting correctly in Open/Save File Dialog. 22. Fix a special character in UTF16 file crash issue 23. Add "Append extension" checkbox to Save As dialog. 24. Fix Copy command in Search result is available as there's no selection. 25. Add padding ability in the edit zone. 26. Make new tab name translatable. 27. Improve character case handling in RegEx. 28. Fix dragged out UDL file is not applied to UDL in the new instance. 29. Add command line parameter for adding specified string to app title bar. 30. Fix Auto-Completion ignoring case issue. 31. Fix "Match Whole Word" option being enabled in RegEx Search. 32. Fix sort with column key selection that appears af