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-ncurses.h | |
| parent | 2add69b7f08f19ae2687276ebafcf6989915aa69 (diff) | |
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-ncurses.h')
| -rw-r--r-- | interface-ncurses.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-ncurses.h b/interface-ncurses.h index e821699..97269a4 100644 --- a/interface-ncurses.h +++ b/interface-ncurses.h @@ -57,8 +57,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); void popup_show(void); void popup_clear(void); |
