From ba41fa537a432210147586b1442ab67b6d400d18 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Fri, 30 Jul 2010 08:38:38 +0000 Subject: 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 --- utils/themeeditor/gui/codeeditor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/themeeditor/gui/codeeditor.h') diff --git a/utils/themeeditor/gui/codeeditor.h b/utils/themeeditor/gui/codeeditor.h index a25c566..21f1c56 100644 --- a/utils/themeeditor/gui/codeeditor.h +++ b/utils/themeeditor/gui/codeeditor.h @@ -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] -- cgit v1.1