mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Theme Editor: Added syntax highlighting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26506 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1dc7f490c9
commit
6feac4a315
6 changed files with 183 additions and 7 deletions
|
|
@ -4,7 +4,6 @@ OBJECTS_DIR = $$MYBUILDDIR/o
|
|||
UI_DIR = $$MYBUILDDIR/ui
|
||||
MOC_DIR = $$MYBUILDDIR/moc
|
||||
RCC_DIR = $$MYBUILDDIR/rcc
|
||||
|
||||
HEADERS += tag_table.h \
|
||||
symbols.h \
|
||||
skin_parser.h \
|
||||
|
|
@ -12,7 +11,8 @@ HEADERS += tag_table.h \
|
|||
skin_debug.h \
|
||||
parsetreemodel.h \
|
||||
parsetreenode.h \
|
||||
editorwindow.h
|
||||
editorwindow.h \
|
||||
skinhighlighter.h
|
||||
SOURCES += tag_table.c \
|
||||
skin_parser.c \
|
||||
skin_scan.c \
|
||||
|
|
@ -20,6 +20,7 @@ SOURCES += tag_table.c \
|
|||
main.cpp \
|
||||
parsetreemodel.cpp \
|
||||
parsetreenode.cpp \
|
||||
editorwindow.cpp
|
||||
editorwindow.cpp \
|
||||
skinhighlighter.cpp
|
||||
OTHER_FILES += README
|
||||
FORMS += editorwindow.ui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue