diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-24 19:57:07 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-24 19:57:07 +0100 |
commit | 71f84c2ca051fb3f4e0e98faaba05e9449598b81 (patch) | |
tree | cdcf22acae633132c2690c9c4035be915760a450 /interface-gtk.h | |
parent | 2add69b7f08f19ae2687276ebafcf6989915aa69 (diff) | |
download | sciteco-71f84c2ca051fb3f4e0e98faaba05e9449598b81.tar.gz |
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
Diffstat (limited to 'interface-gtk.h')
-rw-r--r-- | interface-gtk.h | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |