弱弱的问下下面这是那种语言?

subkiller 2011-07-08 11:00:31
下面这段代码是source insight中的配置宏,请问这是什么语言?

macro SingleLineComment()
{
szMyName = "gs06116"
// Get a handle to the current file buffer and the name
// and location of the current symbol where the cursor is.
hbuf = GetCurrentBuf()
ln = GetBufLnCur(hbuf)

// Get current time
szTime = GetSysTime(1)
Hour = szTime.Hour
Minute = szTime.Minute
Second = szTime.Second
Day = szTime.Day
Month = szTime.Month
Year = szTime.Year
if (Day < 10)
szDay = "0@Day@"
else
szDay = Day
//szMonth = NumToName(Month)
if (Month < 10)
szMonth = "0@Month@"
else
szMonth = Month

szDescription = Ask("请输入修改原因")
// begin assembling the title string
//added by gs06116
InsBufLine(hbuf, ln, "//Added by @szMyName@ @Year@/@szMonth@/@szDay@ for @szDescription@ ")
//InsBufLine(hbuf, ln+1, "/*@szDescription@ xmyanfa @Year@-@szMonth@-@szDay@*/")
}


...全文
320 23 打赏 收藏 转发到动态 举报
写回复
用AI写文章
23 条回复
切换为时间正序
请发表友善的回复…
发表回复
ForestDB 2011-07-08
  • 打赏
  • 举报
回复
Source Insight的配置脚本。
ace99999 2011-07-08
  • 打赏
  • 举报
回复
像 shell
赵4老师 2011-07-08
  • 打赏
  • 举报
回复
内嵌脚本
todo9351 2011-07-08
  • 打赏
  • 举报
回复
像VB
至善者善之敌 2011-07-08
  • 打赏
  • 举报
回复
[Quote=引用 11 楼 dizuo 的回复:]
引用 10 楼 akirya 的回复:
source insight 自己定制的 配置语言啊
[/Quote]

+++1
ryfdizuo 2011-07-08
  • 打赏
  • 举报
回复
[Quote=引用 10 楼 akirya 的回复:]
source insight 自己定制的 配置语言啊
[/Quote]
  • 打赏
  • 举报
回复
source insight 自己定制的 配置语言啊
帅得不敢出门 2011-07-08
  • 打赏
  • 举报
回复
%90 以上 是微软出的语言。
Zj_Torres 2011-07-08
  • 打赏
  • 举报
回复
;万一他忘写了呢,或许这代码根本就编译不过,因为他忘了;号:)
Zj_Torres 2011-07-08
  • 打赏
  • 举报
回复
这不就是c语言
luciferisnotsatan 2011-07-08
  • 打赏
  • 举报
回复
[Quote=引用 3 楼 luciferisnotsatan 的回复:]

可以是c/c++
[/Quote]
看错了,都没 ; 号
Jims8 2011-07-08
  • 打赏
  • 举报
回复
C 吧!
cf_nxcxy 2011-07-08
  • 打赏
  • 举报
回复
VBA高级程序语言
luciferisnotsatan 2011-07-08
  • 打赏
  • 举报
回复
可以是c/c++
机智的呆呆 2011-07-08
  • 打赏
  • 举报
回复
php?
瞎猜的。。。
lsklhc 2011-07-08
  • 打赏
  • 举报
回复
VB的if....else 能这样写??
[Quote=引用 13 楼 todo9351 的回复:]

像VB
[/Quote]
subkiller 2011-07-08
  • 打赏
  • 举报
回复
找到了,是SI内部定义的语言,具体可参考user manual
http://www.sourceinsight.com/docsv3.html
rochael 2011-07-08
  • 打赏
  • 举报
回复
[Quote=引用 1 楼 demon__hunter 的回复:]

php?
瞎猜的。。。
[/Quote]
PHP哪是这样定义变量的啊?
xunxun 2011-07-08
  • 打赏
  • 举报
回复
就是内部规定的语法,没什么语言之说
加载更多回复(3)

69,371

社区成员

发帖
与我相关
我的任务
社区描述
C语言相关问题讨论
社区管理员
  • C语言
  • 花神庙码农
  • 架构师李肯
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧