TKE
3.6
Advanced code editor for programmers
|
Functions | |
all_indices interp pname | |
current_index interp pname | |
get_info interp pname file_index attr | |
add_buffer interp pname name save_command args | |
add_file interp pname args | |
api::file::add_buffer | interp pname name save_command args | ||
api::file::add_file | interp pname args | ||
Adds a file to the browser. If the first argument does not start with a '-' character, the argument is considered to be the name of a file to add. If no filename is specified, an empty/unnamed file will be added. All other options are considered to be parameters.
-savecommand command
-lock (0|1)
-readonly (0|1)
-remember (0|1)
-sidebar (0|1)
-saveas (0|1)
-buffer (0|1)
-diff (0|1)
-gutters list
-other (0|1)
-tags list
-name filename
Definition at line 402 of file api.tcl.
api::file::all_indices | interp pname | ||
api::file::current_index | interp pname | ||
api::file::get_info | interp pname file_index attr | ||
file_index | Unique file identifier that is passed to some plugins. |
attr | File attribute to retrieve. The following values are valid for this option:
|
Definition at line 253 of file api.tcl.