Browse CVS Repository
Diff of /shiki/shiki/shiki.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 85 |
#define Shiki_CURRENT_BUFFER_ENV (Shiki_editor.current_tabpage_info)->env |
#define Shiki_CURRENT_BUFFER_ENV (Shiki_editor.current_tabpage_info)->env |
| 86 |
|
|
| 87 |
/* Undo/Redo のための情報 */ |
/* Undo/Redo のための情報 */ |
| 88 |
typedef enum {SHIKI_UNDO_INSERT, SHIKI_UNDO_DELETE} ShikiAction; |
typedef enum { |
| 89 |
|
SHIKI_UNDO_INSERT, |
| 90 |
|
SHIKI_UNDO_UNDO, |
| 91 |
|
SHIKI_UNDO_DELETE, |
| 92 |
|
SHIKI_UNDO_REDO |
| 93 |
|
} ShikiAction; |
| 94 |
|
|
| 95 |
typedef struct { |
typedef struct { |
| 96 |
ShikiAction action; |
ShikiAction action; |
| 136 |
void Shiki_create_file_buffer(const gchar *filename); |
void Shiki_create_file_buffer(const gchar *filename); |
| 137 |
void Shiki_open_file_dialog(); |
void Shiki_open_file_dialog(); |
| 138 |
void Shiki_update_modeline(GtkTextBuffer *buffer); |
void Shiki_update_modeline(GtkTextBuffer *buffer); |
| 139 |
|
void Shiki_undo(); |
| 140 |
|
void Shiki_msgbox(const gchar *msg); |
| 141 |
#endif |
#endif |
|
|
Legend:
| Removed from v.1.12 |
|
| changed lines |
| |
Added in v.1.13 |
|
|
|