From 0cc507214ab3d5c35512add1e6150c4042e0aa1c Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Tue, 8 Jun 2010 07:57:43 +0000 Subject: Theme Editor: Added line numbering in the text editor, thanks to some code from Nokia. Also made newly opened documents scroll to the top of the document after loading git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26683 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/themeeditor.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'utils/themeeditor/themeeditor.pro') diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index fe83d6bbf5..e0fcdc09d5 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -14,7 +14,8 @@ HEADERS += tag_table.h \ editorwindow.h \ skinhighlighter.h \ skindocument.h \ - preferencesdialog.h + preferencesdialog.h \ + codeeditor.h SOURCES += tag_table.c \ skin_parser.c \ skin_scan.c \ @@ -25,7 +26,8 @@ SOURCES += tag_table.c \ editorwindow.cpp \ skinhighlighter.cpp \ skindocument.cpp \ - preferencesdialog.cpp + preferencesdialog.cpp \ + codeeditor.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ -- cgit v1.2.3