| T | |
| tabs | |
| tagdb_close | |
| tagdb_open | |
| tagdb_search | |
| tan | |
| tanh | |
| Text Editing | |
| Third Party Packages | |
| throw | |
| time | |
| tokenize | |
| Tokens | |
| top_of_buffer | |
| top_of_window | |
| transfer | |
| translate | |
| translate_pos | |
| TRE | |
| trim | |
| try | |
| Type Specifiers | |
| typeof | |
| Types | |
| Types of Macros | |
| U | |
| ucpp | |
| umask | |
| uname | |
| Unary Arithmetic Operators | |
| undo | |
| Undo and Redo | |
| unlink | |
| unregister_macro | |
| unshift | |
| up | |
| upper | |
| use_local_keyboard | |
| use_tab_char | |
| V | |
| Variable Declaration Primitives | |
| version | |
| vfs_mount | |
| vfs_unmount | |
| view_screen | |
| W | |
| wait | |
| wait_for | |
| watch | |
| while | |
| while statement | |
| widget_get | |
| widget_set | |
| Window Manipulation | |
| Window Primitives | |
| window_color | |
| Windows | |
| write_block | |
| write_buffer |
Set buffer tab stops.
int tabs( [string tabs | list tabs | int tab, ...] )
Tag database close.
int tagdb_close( int handle )
Tag database open.
int tagdb_open( string file, [int options], [int background] )
Tag database search.
int tagdb_search( int handle, string word, [int flags] )
Tangent function.
float tan( float val )
Hyperbolic tangent function.
float tanh( float val )
Throw an exception.
throw expr;
Get the current system time.
int time( [int &hour], [int &min], [int &sec], [int &msec] )
Tokenize a string into token elements.
list tokenize( string expr, string delims, int flags, [string whitespace = "\t\n\r"] )
Move cursor to start of current buffer.
int top_of_buffer()
Goto top of the current window.
int top_of_window()
Buffer to buffer transfer.
int transfer( int bufnum, int sline, [int scolumn], int eline, [int ecolumn] )
Buffer search and replace.
int translate( string pattern, string replacement, [int global], [int re], [int case], [int block], [int forward] )
Convert window coordinates.
int translate_pos( int x, int y, [int &winnum], [int &line], [int &col] )
Chomp characters from a string.
string trim( string str, [string chars = " \\t\\r\\n"] )
Try statement.
try statement; catch statement; finally statement;
Determine the symbol type.
string typeof( declare & symbol )
Set and get the file mode creation mask.
int umask( int cmask = NULL )
Retrieve system information.
int uname( [string &sysname], [string &nodename], [string &version], [string &release], [string &machine] )
Undo previous edit operations.
int undo( [int move], [int pastwrite = -1], [int redo = FALSE] )
Unlink a file.
int unlink( string path )
Remove a registered macro.
int unregister_macro( int type, string macro, [int local = FALSE] )
Shift the first list element.
declare unshift( list lst, declare value )
Move position up one line.
int up( [int lines = 1] )
Convert string or character to uppercase.
string|int upper( string str|int character )
Associate a keyboard with a buffer.
int use_local_keyboard( int kbdid )
Configure use of hard/soft tabs.
int use_tab_char( [int|string yesno], [int global = FALSE] )
Version information.
int version( [int major | string machtype], [int min], [int edit], [int release], [string machtype], [string compile], [int cmversion], [string features], [string build] )
Mount a virtual file-system.
int vfs_mount( string mountpoint, int flags = 0, string vfsname, [string arguments] )
Unmount a virtual file-system.
int vfs_unmount( string mountpoint, int flags = 0 )
View the content of underlying screen.
int view_screen()
Wait for attached process to terminate.
int wait( [int &status] )
Wait for process output.
int wait_for( [int timeout], list|string pattern, [int flags = 0] )
Watch a symbol.
void watch( string symbol )
while statement.
while ( [condition] ) statements;
Retrieve a widget attribute.
declare widget_get( [int dialog], [int name|string name], [int attr = DLGA_VALUE], [int index = 0] )
Set a widget attribute.
declare widget_set( [int dialog], [int name|string name], declare value, [int attr = DLGA_VALUE], [int index = 0] )
Set the window attribute.
int window_color( [int color|string color], [int winnum] )
Write selected region.
int write_block( [string filename], [int append = FALSE], [int keep = FALSE], [int pause = TRUE] )
Write to buffer content.
int write_buffer( [string filename], [int flags], [string encoding] )