|
TKE
3.6
Advanced code editor for programmers
|
Functions | |
| handle_spaces_per_tab name1 name2 op | |
| handle_indent_spaces name1 name2 op | |
| add_bindings txt | |
| set_tabstop txtt value | |
| get_tabstop txtt | |
| set_shiftwidth txtt value | |
| get_shiftwidth txtt | |
| set_current_indent_mode mode | |
| set_indent_mode txt mode | |
| get_indent_mode txt | |
| is_auto_indent_available txt | |
| check_reindent_for_unindent txtt index | |
| check_indent txtt index do_update | |
| line_contains_indentation txtt index | |
| get_match_indent txtt index | |
| get_start_of_line txtt index | |
| newline txtt index do_update | |
| backspace txtt index do_update | |
| get_previous_indent_space txtt index | |
| get_tag_count txtt tag start end | |
| format_text txtt startpos endpos ?add_separator? | |
| set_indent_expressions txtt indent unindent reindent | |
| update_auto_indent txtt w | |
| populate_indent_menu mnu | |
| create_menu w | |
| update_button w | |
| indent::add_bindings | txt | ||
Definition at line 80 of file indent.tcl.
| indent::backspace | txtt index do_update | ||
Definition at line 523 of file indent.tcl.
| indent::check_indent | txtt index do_update | ||
Definition at line 249 of file indent.tcl.
| indent::check_reindent_for_unindent | txtt index | ||
Definition at line 216 of file indent.tcl.
| indent::create_menu | w | ||
Definition at line 758 of file indent.tcl.
| indent::format_text | txtt startpos endpos ?add_separator? | ||
Definition at line 608 of file indent.tcl.
| indent::get_indent_mode | txt | ||
Definition at line 192 of file indent.tcl.
| indent::get_match_indent | txtt index | ||
Definition at line 343 of file indent.tcl.
| indent::get_previous_indent_space | txtt index | ||
Definition at line 568 of file indent.tcl.
| indent::get_shiftwidth | txtt | ||
Definition at line 147 of file indent.tcl.
| indent::get_start_of_line | txtt index | ||
Definition at line 380 of file indent.tcl.
| indent::get_tabstop | txtt | ||
Definition at line 117 of file indent.tcl.
| indent::get_tag_count | txtt tag start end | ||
Definition at line 588 of file indent.tcl.
| indent::handle_indent_spaces | name1 name2 op | ||
Definition at line 64 of file indent.tcl.
| indent::handle_spaces_per_tab | name1 name2 op | ||
Definition at line 46 of file indent.tcl.
| indent::is_auto_indent_available | txt | ||
Definition at line 206 of file indent.tcl.
| indent::line_contains_indentation | txtt index | ||
Definition at line 320 of file indent.tcl.
| indent::newline | txtt index do_update | ||
Definition at line 428 of file indent.tcl.
| indent::populate_indent_menu | mnu | ||
Definition at line 738 of file indent.tcl.
| indent::set_current_indent_mode | mode | ||
Definition at line 161 of file indent.tcl.
| indent::set_indent_expressions | txtt indent unindent reindent | ||
Definition at line 694 of file indent.tcl.
| indent::set_indent_mode | txt mode | ||
Definition at line 169 of file indent.tcl.
| indent::set_shiftwidth | txtt value | ||
Definition at line 131 of file indent.tcl.
| indent::set_tabstop | txtt value | ||
Definition at line 98 of file indent.tcl.
| indent::update_auto_indent | txtt w | ||
Definition at line 718 of file indent.tcl.
| indent::update_button | w | ||
Definition at line 775 of file indent.tcl.