
Notepad++是一款免费的开源编辑器,完全可以替代系统的记事本程序。它支持多国语言,能在Windows系统下稳定运行。这款在GPL许可证下的编辑器,基于功能强大的编辑模块Scintilla,并完全采用Win32 API和STL以C++编写而成。
Notepad++特性:
①、内置支持多达 27 种语法高亮度显示(包括各种常见的源代码、脚本,能够很好地支持 .nfo 文件查看),还支持自定义语言;
②、可自动检测文件类型,根据关键字显示节点,节点可自由折叠/打开,还可显示缩进引导线,代码显示得很有层次感;
③、可打开双窗口,在分窗口中又可打开多个子窗口,允许快捷切换全屏显示模式(F11),支持鼠标滚轮改变文档显示比例;
④、提供了一些有用工具,如 邻行互换位置、宏功能,等...
⑤、可显示选中文本的字节数 (而不是一般编辑器所显示的字数,这在某些情况下,比如 软件本地化 很方便);
现在网上有很多文件编辑器,这个是不可多得的一款,不论是日常使用还是手写程序代码,相信它都会给你带来方便。
Notepad++ is a great source code editor, but it also performs great as a Windows Notepad replacement. The application supports several programming languages and file-types, including C, C#, CSS, HTML, JavaScript, PHP, Ruby, SQL, and others. Even though Notepad++ detects the code language automatically, you might sometimes need to specify it manually. This can be done by using the "Language" main menu. The code highlighting is done depending on the language you choose.
下载:Notepad++ 4.9.1
官方网站:http://notepad-plus.sourceforge.net/
