Subversion Repositories Kolibri OS

Rev

Rev 6615 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6615 Rev 7577
Line 154... Line 154...
154
extern void (*ted_but_select_word)(editor *) __attribute__((__stdcall__));
154
extern void (*ted_but_select_word)(editor *) __attribute__((__stdcall__));
155
/// select word under cursor
155
/// select word under cursor
156
extern void (*ted_but_copy)(editor *) __attribute__((__stdcall__));
156
extern void (*ted_but_copy)(editor *) __attribute__((__stdcall__));
157
extern void (*ted_but_paste)(editor *) __attribute__((__stdcall__));
157
extern void (*ted_but_paste)(editor *) __attribute__((__stdcall__));
Line 158... Line 158...
158
 
158
 
-
 
159
extern void (*ted_but_find)(editor *) __attribute__((__stdcall__));
159
extern void (*ted_but_find_next)(editor *) __attribute__((__stdcall__));
160
extern void (*ted_but_replace)(editor *) __attribute__((__stdcall__));
Line 160... Line 161...
160
///move cursor to , calls ted_fun_find_err() if exist
161
///move cursor to , calls ted_fun_find_err() if exist