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:
parent
f8dd370ff8
commit
ba41fa537a
8 changed files with 174 additions and 27 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue