taoism中的语法高亮界面脚本

    技术2022-05-19  17

    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


    最新回复(0)