blob: 923dc97bbc7b8f98880b409a165e9a547986c8ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
//
// This file is auto-generated by script docgen.py.
// DO NOT EDIT BY HAND!
//
* [[option_tcl.look.check_license]] *tcl.look.check_license*
** opis: pass:none[check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed]
** typ: bool
** wartości: on, off
** domyślna wartość: `+off+`
* [[option_tcl.look.eval_keep_context]] *tcl.look.eval_keep_context*
** opis: pass:none[keep context between two calls to the source code evaluation (option "eval" of script command or info "%s_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** typ: bool
** wartości: on, off
** domyślna wartość: `+on+`
|