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
|
@ -77,6 +77,7 @@ private slots:
|
|||
void updateLineNumberAreaWidth(int newBlockCount);
|
||||
void updateLineNumberArea(const QRect &, int);
|
||||
void cursorMoved();
|
||||
void insertTag();
|
||||
|
||||
private:
|
||||
QWidget *lineNumberArea;
|
||||
|
@ -87,6 +88,7 @@ private:
|
|||
|
||||
int tagBegin;
|
||||
int tagEnd;
|
||||
int docLength;
|
||||
};
|
||||
|
||||
//![codeeditordefinition]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue