diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-08 07:57:43 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-08 07:57:43 +0000 |
| commit | 0cc507214ab3d5c35512add1e6150c4042e0aa1c (patch) | |
| tree | 6a78263259233b95cf236f3d700372d489c46ae6 /utils/themeeditor/themeeditor.pro | |
| parent | fa99c614b90c17c79f75b54a68e311324eda4184 (diff) | |
| download | rockbox-0cc507214ab3d5c35512add1e6150c4042e0aa1c.zip rockbox-0cc507214ab3d5c35512add1e6150c4042e0aa1c.tar.gz rockbox-0cc507214ab3d5c35512add1e6150c4042e0aa1c.tar.bz2 rockbox-0cc507214ab3d5c35512add1e6150c4042e0aa1c.tar.xz | |
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
Diffstat (limited to '')
| -rw-r--r-- | utils/themeeditor/themeeditor.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index fe83d6b..e0fcdc0 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 \ |