grep.test
来自「这是一个Linux下的集成开发环境」· TEST 代码 · 共 22 行
TEST
22 行
package require tcltesttcltest::test grep-1 {gcc error} { sn_goto_comp_error_or_grep {/tmp/foo.c:10}} {/tmp/foo.c 10}tcltest::test grep-2 {VC++ error} { sn_goto_comp_error_or_grep {d:\dir_1\file2.c(123) : error C2059 ...}} {{d:\dir_1\file2.c} 123}tcltest::test grep-3 {VC++ error} { sn_goto_comp_error_or_grep {..\dir_1\file2.c(123) : error C2059 ...}} {{..\dir_1\file2.c} 123}tcltest::test grep-4 {win32/gcc error} { sn_goto_comp_error_or_grep {d:/dir_1/file2.c:200}} {d:/dir_1/file2.c 200}tcltest::test grep-5 {win32/gcc error} { sn_goto_comp_error_or_grep {../dir_1/file2.c:200}} {../dir_1/file2.c 200}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?