| D | |
| date | |
| debug | |
| debug_support | |
| Debugging | |
| Debugging Primitives | |
| Declarations | |
| declare | |
| define_keywords | |
| del | |
| delete_block | |
| delete_bookmark | |
| delete_buffer | |
| delete_char | |
| delete_dictionary | |
| delete_edge | |
| delete_line | |
| delete_macro | |
| delete_nth | |
| delete_to_eol | |
| delete_window | |
| detach_syntax | |
| Dialog Primitives | |
| dialog_create | |
| dialog_delete | |
| dialog_exit | |
| dialog_run | |
| Dialogs | |
| dict_clear | |
| dict_delete | |
| dict_each | |
| dict_exists | |
| dict_keys | |
| dict_list | |
| dict_name | |
| dict_values | |
| Dictionaries | |
| diff_strings | |
| Directives | |
| dirname | |
| disconnect | |
| display_mode | |
| display_windows | |
| distance_to_indent | |
| distance_to_tab | |
| do | |
| do-while statement | |
| Documentation | |
| dos | |
| double | |
| down | |
| dprintf | |
| drop_anchor | |
| drop_bookmark |
Get current system date.
int date( [int &year], [int &month], [int &day], [string &monname], [string &dayname] )
Control runtime debug and tracing.
int debug( [int flags|string flags|NULL], [int echo = TRUE] )
Internal debugger functionality.
void debug_support( int what, declare object, declare arg )
Declare a polymorphic symbol.
declare sym1, sym2 ...;
Add keywords to a syntax dictionary.
void define_keywords( [int|string] keywords, string words|list words, [int length], [int flags], [int|string syntable] )
Delete a file.
int del( string name )
Deleted selected region.
int delete_block()
Delete a bookmark.
void delete_bookmark( int bookid )
Delete a buffer.
void delete_buffer( int bufnum )
Delete character.
void delete_char( [int num] )
Destroy a dictionary.
int delete_dictionary( int obj_id )
Delete an edge, combining a split window.
int delete_edge( [int direction] )
Delete current line.
void delete_line()
Delete a macro from memory.
void delete_macro( string macro )
Remove one or more elements from a list.
void delete_nth( list lst, [int offset = 0], [int length = 1] )
Delete to end-of-line.
void delete_to_eol()
Delete a window.
void delete_window( [int winum] )
Detach a syntax from a buffer.
void detach_syntax()
Build a dialog resource.
int dialog_create( list decl )
Delete a dialog resource.
int dialog_delete( int dialog )
Exit a dialog resource.
int dialog_exit( int retval = 0, [int dialog] )
Execute a dialog resource.
int dialog_run( int dialog, [int x], [int y], [string args] )
Clear a dictionary.
int dict_clear( int obj_id )
Remove a dictionary item.
int dict_delete( int obj_id, string key )
Iterator a dictionary.
int dict_each( int obj_id, [string key], [declare value] )
Dictionary item existence check.
int dict_exists( int obj_id, string key )
Iterator dictionary keys.
int dict_keys( int obj_id, [string key] )
Retrieve dictionary items.
list dict_list( int obj_id )
Retrieve a dictionary name.
string dict_name( int obj_id )
Iterator dictionary values.
int dict_values( int obj_id, [declare value] )
Compare to strings.
int diff_strings( [int flags], string s1, string s2 )
Report the parent directory name of a file pathname.
int dirname( string path )
Disconnect a buffer from a process.
int disconnect()
Set/retrieve display control flags.
int display_mode( [int or_mask|string set-list], [int and_mask|string clear-list], [int scroll_cols], [int scroll_rows], [int visible_cols], [int visible_rows], [int number_cols] )
Control window display.
int display_windows( [int mode] )
Calculate distance to next indent.
int distance_to_indent( [int column] )
Calculate distance to next tab.
int distance_to_tab( [int column] )
do statement.
do statement; while ( condition );
Create a sub-shell.
int dos( [string cmd], [int use_shell], [string callback] )
Declare a double float symbol.
double sym1, sym2 ...;
Move position down one line.
int down( [int lines = 1] )
Formatted diagnostics output.
int dprintf( string format, ... )
Start marking a selection.
int drop_anchor( [int type = MK_NORMAL] )
Create or update a bookmark.
int drop_bookmark( [int bookid], [string yesno], [int bufnum], [int line], [int column], [int local = FALSE] )