comparison src/editors.h @ 1397:a0bd58a6535f

In various Edit context menus, only display editors that match the file types in the selection.
author zas_
date Sun, 08 Mar 2009 13:23:25 +0000
parents 8b89e3ff286b
children 67573155210c
comparison
equal deleted inserted replaced
1396:58f0b4586c8c 1397:a0bd58a6535f
75 const gchar *editor_get_error_str(gint flags); 75 const gchar *editor_get_error_str(gint flags);
76 76
77 const gchar *editor_get_name(const gchar *key); 77 const gchar *editor_get_name(const gchar *key);
78 78
79 gboolean is_valid_editor_command(const gchar *key); 79 gboolean is_valid_editor_command(const gchar *key);
80 gint editor_command_parse(const EditorDescription *editor, GList *list, gchar **output);
80 81
81 #endif 82 #endif
82 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ 83 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */