tclindex

来自「这是一个Linux下的集成开发环境」· 代码 · 共 25 行

TXT
25
字号
# Tcl autoload index file, version 2.0# This file is generated by the "auto_mkindex" command# and sourced to set up indexing information for one or# more commands.  Typically each line is a command that# sets an element in the auto_index array, where the# element name is the name of a command and the value is# a script that loads the command.set auto_index(Bar) "source $dir/Bar.tcl"set auto_index(Foo) "source $dir/Foo.tcl"set auto_index(BarFoo) "source $dir/BarFoo.tcl"set auto_index(FooBar) "source $dir/FooBar.tcl"set auto_index(Geek) "source $dir/Geek.tcl"set auto_index(Mongrel) "source $dir/Mongrel.tcl"set auto_index(VirtualErr) "source $dir/VirtualErr.tcl"set auto_index(test) "source $dir/testlib.tcl"set auto_index(test_cmp_nums) "source $dir/testlib.tcl"set auto_index(test_cmp_vectors) "source $dir/testlib.tcl"set auto_index(test_cmp_lists) "source $dir/testlib.tcl"set auto_index(upvarTest_show_var) "source $dir/upvar.test"set auto_index(upvarTest_upvar_in_procs) "source $dir/upvar.test"set auto_index(uplevelTest_show_var) "source $dir/uplevel.test"set auto_index(uplevelTest_do) "source $dir/uplevel.test"set auto_index(Baz) "source $dir/Baz.tcl"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?