欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  科技

EmEditor 添加代码格式化功能

程序员文章站 2023-01-02 20:30:50
EmEditor 添加代码格式化功能...
工具--》外部工具--》自定义工具...--》新建
* 标题: sourceformatx
* 命令: c:\program files\sourceformatx\sourceformatx.exe
* 参数: $(path)
* 起始目录:$(dir)
* 图标路径: 定位到c:\program files\sourceformatx\sourceformatx.exe,选定里面的图标
--》确定
sourceformatx网上有破解版,按以上操作后就可以在emeditor上通过点击这个工具对当前文件进行格式化了。当然,当前文件的格式得是它支持的,如:*.vbs;*.js;*.cs
=========================================================================
add a tool menu that will invoke sourceformatx
1. click "tools" -> "external tools" -> "customize tools...".
2. click the "new" button to add a new tool menu.
3. assuming you installed sourceformatx in c:\program files\sourceformatx\, fill in the form as show below:
* title: sourceformatx
* command: c:\program files\sourceformatx\sourceformatx.exe
* arguments: $(path)
* initial directory:$(dir)
* icon path: 定位到c:\program files\sourceformatx\sourceformatx.exe,选定里面的图标
4. click "ok" to save settings.
相关标签: 代码格式化