Develop and Download Open Source Software

Browse CVS Repository

Diff of /shiki/shiki/shiki.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.12 by aloha, Wed Nov 29 14:58:27 2006 UTC revision 1.13 by aloha, Thu Nov 30 14:45:49 2006 UTC
# Line 85  extern ShikiEditorType Shiki_editor; Line 85  extern ShikiEditorType Shiki_editor;
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;
# Line 131  void Shiki_kill_buffer(GtkTextBuffer *bu Line 136  void Shiki_kill_buffer(GtkTextBuffer *bu
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26