1
0
Fork 0
forked from len0rd/rockbox

Theme Editor: Made auto-complete functional and enabled it by default. Added a small subset of the available tags to the tagdb file, filling it out is todo

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27625 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Bieber 2010-07-30 08:38:38 +00:00
parent f8dd370ff8
commit ba41fa537a
8 changed files with 174 additions and 27 deletions

View file

@ -24,11 +24,13 @@
#include <QTreeWidget>
class CodeEditor;
class SyntaxCompleter : public QTreeWidget
{
Q_OBJECT
public:
SyntaxCompleter(QWidget *parent = 0);
SyntaxCompleter(CodeEditor *parent = 0);
void filter(QString text);
signals: