SourceInsight宏插件3(非常好用,强力推荐)
Posted hwli
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SourceInsight宏插件3(非常好用,强力推荐)相关的知识,希望对你有一定的参考价值。
openfolder.em源码:(链接:https://pan.baidu.com/s/1draaimWzCHZ3vLxL--lfiQ 提取码:zyq4)
//使用资源管理器打开当前文件所在文件夹,并个高亮选中当前文件 推荐快捷键 ctrl+D
macro ToExplorerFolder() //Alt+D { buf = GetCurrentBuf(); curFilePath = GetBufName(buf); cmdLine = "explorer.exe /select,@[email protected]"; // 其实就是通过explorer.exe 命令行直接打开 eg: explorer.exe /select,C:xx.log 会自动选中xx.log RunCmdLine(cmdLine, Nil, 0); }
//在sourceinsight的宏语言中,@[email protected] 可以连接两个字符串
代码非原创,如有侵权,请联系删除
以上是关于SourceInsight宏插件3(非常好用,强力推荐)的主要内容,如果未能解决你的问题,请参考以下文章