source insight 4.0 快捷键设置
-
修改快捷键: Options -> Key Assignments (进去配置自己习惯的快捷键)
-
添加自己的宏配置
打开Project -> Open project,选择 base,可看到utils.em文件
将以下宏添加到文件中,并在别的工程里添加上此文件,就可以使用你定义的快捷键了
macro MultiLineComment()
{
hwnd = GetCurrentWnd()
selection = GetWndSel(hwnd)
LnFirst = GetWndSelLnFirst(hwnd)
LnLast = GetWndSelLnLast(hwnd)
hbuf = GetCurrentBuf()
if(GetBufLine(hbuf, 0) == "//magic-number:tph85666031")