转:http://blog.csdn.net/tlaff/article/details/6536610

在使用SI过程中,我根据自己的使用习惯修改了它的默认快捷键,并且在配置文件中添加了一些人性化功能,下面一一介绍:

修改快捷键:Options->Key Assignments...

1.main window:Esc       2.Hight light:Middle Mouse

3.Go Back:Alt+z              4.Go Forward:Alt+x

5.Caller:Alt+c                  6.Reference:Alt+r

7.Previous Link:Alt+a    8.Next Link:Alt+s

9.First Link:Alt+d

10.Go Line:Alt+g           11.Select Line:Alt+l

12.Symbol Win:Alt+q    13.Activate SW:Alt+w

14.Projcet Win:Alt+[       15.Activate PW:Alt+]

16.Contex Win:Alt+,     17.Activate CW:Alt+.

18.Relation Win:Alt+;   19.Activate RW:Alt+'

20.Select All:Ctrl+a          21.Save All:Ctrl+Shift+a

22.Browse Project Symbols:Alt+b

添加一些配置文件宏,比如:注释掉代码:单行注释、多行注释,将选中内容注释掉;在一行代码的前、后添加注释性文字等。

打开Projcet->Open project,选择base,可以看到utils.em文件,将下列宏添加到该文件中,并在其他工程里加入该文件,

在上面介绍的快捷键添加方式里找到该宏并自定义快捷键。

单行、多行注释:

macro MultiLineComment()
{
hwnd = GetCurrentWnd()
selection = GetWndSel(hwnd)
LnFirst = GetWndSelLnFirst(hwnd) //取首行行号
LnLast = GetWndSelLnLast(hwnd) //取末行行号
hbuf = GetCurrentBuf() if(GetBufLine(hbuf, ) == "//magic-number:tph85666031"){
stop
} Ln = Lnfirst
buf = GetBufLine(hbuf, Ln)
len = strlen(buf) while(Ln <= Lnlast) {
buf = GetBufLine(hbuf, Ln) //取Ln对应的行
if(buf == ""){ //跳过空行
Ln = Ln +
continue
} if(StrMid(buf, , ) == "/") { //需要取消注释,防止只有单字符的行
if(StrMid(buf, , ) == "/"){
PutBufLine(hbuf, Ln, StrMid(buf, , Strlen(buf)))
}
} if(StrMid(buf,,) != "/"){ //需要添加注释
PutBufLine(hbuf, Ln, Cat("//", buf))
}
Ln = Ln +
} SetWndSel(hwnd, selection)
}

将上面的代码保存到utils.em文件,打开source
insight,将该文件添加到工程中,然后在Options->Key
Assignments中你就可以看到这个宏了,宏的名字是MultiLineComments,然后我们为它分配快捷键“Ctrl +
/”,然后就可以了。

这是一份添加“#ifdef 0”和“#endif”的宏代码,定义快捷键为Ctrl+#:

macro AddMacroComment()
{
hwnd=GetCurrentWnd()
sel=GetWndSel(hwnd)
lnFirst=GetWndSelLnFirst(hwnd)
lnLast=GetWndSelLnLast(hwnd)
hbuf=GetCurrentBuf() if(LnFirst == ) {
szIfStart = ""
}else{
szIfStart = GetBufLine(hbuf, LnFirst-)
}
szIfEnd = GetBufLine(hbuf, lnLast+)
if(szIfStart == "#if 0" && szIfEnd == "#endif") {
DelBufLine(hbuf, lnLast+)
DelBufLine(hbuf, lnFirst-)
sel.lnFirst = sel.lnFirst –
sel.lnLast = sel.lnLast –
}else{
InsBufLine(hbuf, lnFirst, "#if 0")
InsBufLine(hbuf, lnLast+, "#endif")
sel.lnFirst = sel.lnFirst +
sel.lnLast = sel.lnLast +
} SetWndSel( hwnd, sel )
}

这份宏的代码可以把光标所在的行注释掉,定义快捷键为Ctrl+*:

macro CommentSingleLine()
{
hbuf = GetCurrentBuf()
ln = GetBufLnCur(hbuf)
str = GetBufLine (hbuf, ln)
str = cat("/*",str)
str = cat(str,"*/")
PutBufLine (hbuf, ln, str)
}

将一行中鼠标选中部分注释掉,定义快捷键为Ctrl+shift+*:

macro CommentSelStr()
{
hbuf = GetCurrentBuf()
ln = GetBufLnCur(hbuf)
str = GetBufSelText(hbuf)
str = cat("/*",str)
str = cat(str,"*/")
SetBufSelText (hbuf, str)
}

在一行代码前添加注释性文字,定义快捷键为Alt+/:

在一行代码前添加注释性文字,定义快捷键为Alt+\:

最后是source insight与宏有关的资源:

最新文章

  1. Java批处理ExecutorService/CompletionService
  2. jquery:validate的例子
  3. iOS-数据持久化-第三方框架FMDB的使用
  4. alter table的用法
  5. Unity-Animator深入系列---StateMachineBehaviour状态机脚本学习
  6. (四)linux网络编程
  7. Linux Shell编程(2)——第一个shell程序
  8. main()和_tmain()有什么区别
  9. HDU5878(打表)
  10. python scrapy爬虫框架概念介绍(个人理解总结为一张图)
  11. genymotio安装apk包提示 ...abi ...cpu
  12. ConcurrentDictionary的用法
  13. WebUpload formdata 上传参数
  14. 201709019工作日记--sleep、wait、notify的使用详解
  15. Python的多线程和多进程
  16. 用JavaScript 来创建 mac os x 程序这样是否好
  17. Java 运算符(引用和对象)
  18. VS 2010 应用程序无法启动
  19. 【最大化平均值】POJ3111-K Best
  20. Redhat 5禁止IPv6

热门文章

  1. [ python ] 各种推导式
  2. Python解释器【转载】
  3. Bootstrap – 1.认识
  4. 11.Spark Streaming源码解读之Driver中的ReceiverTracker架构设计以及具体实现彻底研究
  5. 【Java】 String和char[]类型间的相互转化
  6. Windows下配置Apache服务器
  7. 编译PHP并与Ngnix整合
  8. 长安大学第四届ACM-ICPC“迎新杯”程序设计竞赛-重现赛 F - 打铁的箱子
  9. React Native踩坑之无法启动Debug
  10. spring杂碎