现在的位置: 首页 > 综合 > 正文

taoism中的语法高亮界面脚本

2013年01月31日 ⁄ 综合 ⁄ 共 1177字 ⁄ 字号 评论关闭


edit high_syntax filename = "high_syntax" position = 0% width = 100% height = 12
crlf

button high_syntax_c_1 = "high c without line num"  position = 0% width = 49% height = 1
button high_syntax_c_2 = "high c with    line num"  position = 50% width = 49% height = 1
crlf

button high_syntax_apdu_1 = "high apdu without line num"  position = 0% width = 49% height = 1
button high_syntax_apdu_2 = "high apdu with    line num"  position = 50% width = 49% height = 1
crlf

button high_syntax_asm_1 = "high asm without line num"  position = 0% width = 49% height = 1
button high_syntax_asm_2 = "high asm with    line num"  position = 50% width = 49% height = 1
crlf

function high_syntax_c_1
    null = high_syntax_c_hwnd( &high_syntax, 00 )
end function

function high_syntax_c_2
    null = high_syntax_c_hwnd( &high_syntax, 01 )
end function

function high_syntax_apdu_1
    null = high_syntax_apdu_hwnd( &high_syntax, 00 )
end function

function high_syntax_apdu_2
    null = high_syntax_apdu_hwnd( &high_syntax, 01 )
end function

function high_syntax_asm_1
    null = high_syntax_asm_hwnd( &high_syntax, 00 )
end function

function high_syntax_asm_2
    null = high_syntax_asm_hwnd( &high_syntax, 01 )
end function

抱歉!评论已关闭.