New textblock tags for elm entry widget.
authordavemds <dave@gurumeditation.it>
Sat, 8 Feb 2014 19:09:42 +0000 (20:09 +0100)
committerdavemds <dave@gurumeditation.it>
Sat, 8 Feb 2014 19:14:49 +0000 (20:14 +0100)
commit00e1bb3b235d96c8c2fbad1b69098f8b76ed0c92
tree92c69248f4939e5d15ca5f11589d7eb61dc5a7f9
parent402d04f55aa0893cc1d7702be5fb1a046e34a2b0
New textblock tags for elm entry widget.

This commit add the following new tags:
title, subtitle, bigger, big, small, smaller, code, comment,
string, number, brace, type, class, function, param, keyword,
preprocessor, line_added, line_removed, line_changed.

Tags has been unified in 3 new utility macros:
COMMON_TEXTBLOCK_TAGS, ENABLED_TEXTBLOCK_TAGS, and DISABLED_TEXTBLOCK_TAGS
to avoid repeating too much in the theme.

Also a new test is in: "Entry Style Default" that show all the new styles.
Docs will follow soon.
legacy/elementary/data/themes/edc/elm/entry.edc
legacy/elementary/data/themes/fonts.edc
legacy/elementary/src/bin/test.c
legacy/elementary/src/bin/test_entry.c