From 71f84c2ca051fb3f4e0e98faaba05e9449598b81 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 24 Nov 2012 19:57:07 +0100 Subject: support auto-completion of symbols in the scintilla command (ES) * does not yet handle case-insensitive completions * does not handle omitting of the SCI_ prefix --- interface-gtk.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'interface-gtk.h') diff --git a/interface-gtk.h b/interface-gtk.h index 4a60482..b46f821 100644 --- a/interface-gtk.h +++ b/interface-gtk.h @@ -49,8 +49,8 @@ public: void cmdline_update(const gchar *cmdline = NULL); - void popup_add_filename(PopupFileType type, - const gchar *filename, bool highlight = false); + void popup_add(PopupEntryType type, + const gchar *name, bool highlight = false); inline void popup_show(void) { -- cgit v1.2.3