diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-10 20:08:51 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-10 20:08:51 +0100 |
commit | f120e3e367f01f006bd5ddfd9f1ac018273e75e3 (patch) | |
tree | 65e51cfbc6bc05eb25d331bcb86ed642a1af6bad /qbuffers.cpp | |
parent | 5aa548cd63edb8ba12c656300a2a5f0ff62a7b36 (diff) | |
download | sciteco-f120e3e367f01f006bd5ddfd9f1ac018273e75e3.tar.gz |
filename autocompletion using <CTRL/T> and <TAB>
* <TAB> autocompletion only in specified states
* GtkInfoPopup widget to display possible completions, written using Gob2
Diffstat (limited to 'qbuffers.cpp')
-rw-r--r-- | qbuffers.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/qbuffers.cpp b/qbuffers.cpp index 5f33417..61eab15 100644 --- a/qbuffers.cpp +++ b/qbuffers.cpp @@ -126,15 +126,6 @@ Ring::~Ring() } /* - * Auxiliary functions - */ -static inline bool -is_glob_pattern(const gchar *str) -{ - return strchr(str, '*') || strchr(str, '?'); -} - -/* * Command states */ |