EmEditor 添加代码格式化功能
程序员文章站
2024-02-09 15:04:04
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.
* 标题: 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.
下一篇: Yii框架响应组件用法实例分析
推荐阅读
-
EmEditor 添加代码格式化功能
-
为IP查询添加GOOGLE地图功能的代码_php技巧
-
为textView添加语音输入功能的实例代码(集成讯飞语音识别)
-
CKEditor 4.4.1 添加代码高亮显示插件功能教程【使用官方推荐Code Snippet插件】
-
jsp连接MySQL操作GIS地图数据实现添加point的功能代码
-
django admin后台添加导出excel功能示例代码
-
CKEditor 4.4.1 添加代码高亮显示插件功能教程【使用官方推荐Code Snippet插件】
-
jsp连接MySQL操作GIS地图数据实现添加point的功能代码
-
JavaScript在控件上添加倒计时功能的实现代码
-
JSP简单添加,查询功能代码