Commit Graph

26 Commits

Author SHA1 Message Date
ChunEon Park 8e2725786e confirm make distcheck. 2015-03-01 19:01:01 +09:00
Jaehyun Cho 83abef91d2 setting: Add the Text Editor mode in setting.
Add the Text Editor mode in setting by adding text_setting.c.
text_setting.c covers the syntax coloring and the syntax font scaling.
2015-02-03 15:44:12 +09:00
Jaehyun Cho e1991b63ff Revert "setting: Add the Text Editor mode in setting."
This reverts commit 799fd32e13.

The previous commit("config: Add config_syntax_color_set()/get() functions.")
is not applied correctly.
2015-02-03 13:46:43 +09:00
Jaehyun Cho 799fd32e13 setting: Add the Text Editor mode in setting.
Add the Text Editor mode in setting by adding text_setting.c.
text_setting.c covers the syntax coloring and the syntax font scaling.
2015-02-03 13:42:12 +09:00
ChunEon Park 8b27ad269c syntax_color: add anti_alias keyword 2014-12-24 16:31:27 +09:00
ChunEon Park 20e1f20e6f color: add a new keyword, "CUBIC_BEZIER"
@fix
2014-12-04 19:32:19 +09:00
Jaehyun Cho 62cf8910ff bin/auto_comp: Support auto_comp and color for keywords in item.
Summary:
Support auto_comp and color for keywords aspect_mode, position, prefer, span, spread, weight.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1718

@fix
2014-12-03 11:59:22 +09:00
Jaehyun Cho c62b19e9c7 auto_comp: Support auto_comp and color for keyword box, table, item, items, layout, and padding.
Summary: auto_comp: Support auto_comp and color for keyword box, table, item, items, layout, and padding.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1564

Conflicts:

	src/lib/auto_comp_code.h
2014-10-23 10:52:57 +09:00
Jaehyun Cho d55e920eb0 auto_comp: Support auto_comp and color for keyword set in images.
Summary: auto_comp: Support auto_comp and color for keyword set in images.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1563
2014-10-23 10:37:46 +09:00
Jaehyun Cho f89a9be19f auto_comp: Support auto_comp and color for keyword base_scale.
Summary: auto_comp: Support auto_comp and color for keyword base_scale.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1562
2014-10-22 15:53:01 +09:00
ChunEon Park f00792bba2 syntax_color: add a keyword 2014-08-05 16:32:59 +09:00
ChunEon Park 464e84a6de syntax color - updated table. 2014-07-12 16:24:29 +09:00
ChunEon Park 285c2ff530 editor - fix confiction between amp and escaped words.
When texts includes '&' symbol, it missed the character in editor.
Now the logic is considered to recognize it correctly.
2014-05-31 17:33:33 +09:00
ChunEon Park 20685840ce syntax_color - ++ more keywords 2014-05-23 13:50:09 +09:00
ChunEon Park c6b7f30c5d syntax_color: improve logic for applying color elaborately.
Until this patch, it applied the color to subwords.
Now, it applies the color to only independet words.
2014-05-23 13:43:15 +09:00
ChunEon Park 97697a9f0f color - updated 2014-05-21 12:01:42 +09:00
ChunEon Park 87e76c3b35 syntax_color - removed define color.
it's merged to macro color.
2014-05-21 10:36:15 +09:00
ChunEon Park 921f4b274b syntax_color - support macro color 2014-05-21 10:19:46 +09:00
ChunEon Park 20bbba500c color - changed color value. 2014-05-20 20:14:05 +09:00
ChunEon Park a9aa904b63 syntax_color - apply an additional color to strings 2014-05-20 20:09:14 +09:00
ChunEon Park 6f2352e44e color - one more keyword. 2014-05-20 00:21:49 +09:00
ChunEon Park 26003915df color - updated 2014-05-19 23:15:17 +09:00
ChunEon Park e22af26ab4 syntax_color: not intended these keywords. 2014-05-19 01:37:31 +09:00
ChunEon Park 4f9a20257a color: subdivide keywords one more. 2014-05-19 01:36:10 +09:00
ChunEon Park fd6bdd8ffe syntax_color: subdivide duplicated keywords. 2014-05-19 01:31:30 +09:00
ChunEon Park 81c4a9fde2 syntax_color: improved syntax_color to be configurable. 2014-05-19 01:26:47 +09:00