Commit Graph

293 Commits

Author SHA1 Message Date
Stephen Houston b56a87b550 Enventor: Fix some grammatical/spelling issues. 2015-10-30 07:40:21 -05:00
Jean-Philippe Andre c1c3580305 hilight: add more keywords (LOSSY_ETC1,2, SOURCE) 2015-10-29 14:40:32 +09:00
Jean-Philippe Andre f1888d7be2 hilight: add a couple keywords (no_render) 2015-10-02 14:26:11 +09:00
ChunEon Park ebe037c8a3 about: add one empty line to align form. 2015-09-22 16:36:08 +09:00
ChunEon Park b39b452b69 color: +syntax color keywords 2015-09-21 16:44:14 +09:00
Mykyta Biliavskyi c33ba546f2 Autocomplete: support images subblock inside group block.
Summary:
for cases when "group" block contain "images" subblock
autocomplete feature works wrong if cursor placed below "images"
subblock.
Added support "images" inside "group".Also added "part" to
recognized keywords.
@fix

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D2955
2015-08-20 11:11:52 +09:00
Jaehyun Cho 8b3ef719f0 templates: Change sound file name. 2015-08-12 16:46:43 +09:00
Jaehyun Cho 0aef6bd397 templates: Change image file names. 2015-08-12 11:20:37 +09:00
Mykyta Biliavskyi 9c66f6fcf0 Build: marks line, that contain error in edc_editor.
Summary:
parse error messages from edje_cc, and marked
by underline the mistaken line.  In cases for messages
that does not contain line numbers, trying to parse
name of wrong parameter. Trying to searching the parsed name
in edc code, and highlight the first entity.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D2791
2015-08-11 13:18:07 +09:00
ChunEon Park 281c9e667e add base_scale to templates. 2015-08-11 11:56:01 +09:00
ChunEon Park 2c4a407e65 renamed color.src -> edc.src
Reeame the color source file more specifically.
2015-07-10 20:06:49 +09:00
ChunEon Park 6e911ef3fc editor: set default tabstops size 10. 2015-07-09 20:34:15 +09:00
ChunEon Park d3cfd41e14 syntax_color: support configurable syntax color count.
Previous the color table count is fixed to 6
we can make it changeable by color configurable file.

Please increase MAX_COL_NUM if it really needs.
2015-07-09 20:18:43 +09:00
ChunEon Park e05fe27848 color: add more keywords 2015-07-09 19:51:00 +09:00
ChunEon Park b0e0820148 autocomp: remove generation of optional code. 2015-07-06 19:32:38 +09:00
Mykyta Biliavskyi 6e62d994c4 Autocompletion: support multi names for the section.
Summary:
Support new *.edc syntax.
Each lexem node can have a many different names.
It useful for parts in new edc syntax (swallow {}, image {} ... )
Change "description" lexem to "desc"

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D2785
2015-07-03 11:49:11 +09:00
ChunEon Park 61c6e87993 color: add nomouse keyword 2015-07-02 19:49:23 +09:00
ChunEon Park e990da6de2 update for more lazy edc style. 2015-06-30 20:23:29 +09:00
ChunEon Park f254d6fabe autocomp: update to lazy edc keywords. 2015-06-30 18:18:53 +09:00
ChunEon Park ed624ce108 color: + textblock 2015-06-30 16:21:26 +09:00
ChunEon Park 68e566df51 color: + one more missing keyword. 2015-06-30 16:15:28 +09:00
ChunEon Park 8822f5be5a template: update to new sexy edc style. 2015-06-30 16:14:49 +09:00
ChunEon Park 837185d2e0 color: support new keyword, spacer 2015-06-30 15:51:44 +09:00
ChunEon Park 11513e0568 remove unused functions. 2015-06-30 15:26:07 +09:00
ChunEon Park f705d89495 color: fix conflict set and set_xxx.
this is tricky but works.
2015-06-29 22:01:40 +09:00
ChunEon Park 820f107e48 color: added more keywords 2015-06-29 21:35:04 +09:00
ChunEon Park 273d0c2166 template: remove new line trailiings. 2015-06-24 13:17:22 +09:00
ChunEon Park b4a80c112d get prepare for v0.6.0 2015-06-23 21:38:16 +09:00
ChunEon Park 099b87186f modify zoom behavior.
changed zoom up/down behavior only if view size is set.
it's been quitely useless zoom up/down function without any base size.
2015-06-23 21:30:26 +09:00
ChunEon Park 00ce4ff714 tools: update line number icon image. 2015-06-23 11:05:33 +09:00
ChunEon Park 149faa3f35 updated README/ABOUT 2015-06-23 08:40:39 +09:00
Mykyta Biliavskyi dc85cafc7d Autocomplete: add attribute "dot" for lexems.
Summary:
Attribute "dot" make possible to mark lexems, that
can use the '.' symbol. Like image.normal: "bla";
This commit fix issue, when pressing '.' after any
keyword was shown candidate list.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D2709
2015-06-23 08:16:01 +09:00
ChunEon Park 14a0e2cfd2 tools: improved ui.
add click / toggle on/off effect.
2015-06-22 22:45:40 +09:00
Mykyta Biliavskyi 1877830e70 Autocomp: sort autocomp to alphabet order.
Reviewers: Hermet

Maniphest Tasks: T2495

Differential Revision: https://phab.enlightenment.org/D2718
2015-06-22 13:55:36 +09:00
ChunEon Park 46a8114c89 template: update basic. 2015-06-18 08:48:22 +09:00
Mykyta Biliavskyi f931b5e06f autocomp.src: fix mistakes and add dependencies.
Summary:
Add suport blocks images and color_classes inside
collections block.
Fix position cursor for rel1 { to: ""; }.
Add RAW as default type for sound samples.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D2706
2015-06-16 13:27:29 +09:00
ChunEon Park 5b7bdd95ba change the short-cut key usage.
previous panes toggle is triggered by ctrl + arrow keys.
But editor itself uses ctrl key for cursor move/jump.
To conserve the cursor key, we change the panes short-cut.

Thanks jpeg to report this.
2015-06-11 17:19:52 +09:00
ChunEon Park d8bac599a7 removed template code insert feature.
now enventor supports inserting part with live view editor,
i don't think this is required in enventor anymore.
2015-06-11 16:39:26 +09:00
ChunEon Park 02dca36f69 update help description. 2015-06-11 16:24:09 +09:00
Mykyta Biliavskyi 2ceb0a2b3c Autocomplete: enhance the autocomplete feature.
The hardcoded list of the strings from auto_comp_code.h is replaced by
description of the relationships between keywords.
This descriptions is stored in autocomp.src file.
Now the autocomplete feature is monitoring context of the
inputted text, and provide list of the keywords, that
relevant to current context.
For add new relationships between keywords need
only add it into autocomp.src in correct hierarchical order.
2015-06-09 15:28:49 +09:00
Jaehyun Cho 1390a1a6d5 syntax_color: add &gt;(>) and &lt;(<) keywords. 2015-06-06 03:47:06 +09:00
ChunEon Park 6854160251 setting: increase show transition duration. 2015-06-03 23:18:08 +09:00
Mykyta Biliavskyi 512e12c970 Update README and ABOUT files.
Update information accordingly to usage Enventor in CLI.
2015-06-03 20:06:52 +09:00
ChunEon Park a59ebb43aa template: update rotation+zoom 2015-05-31 01:43:53 +09:00
ChunEon Park 0eda8b8510 color: add zoom keyword 2015-05-31 01:42:07 +09:00
ChunEon Park 34893056cf template: add group 2015-05-31 01:40:04 +09:00
ChunEon Park 3ebfc09e61 template: revise basic 2015-05-31 01:25:26 +09:00
ChunEon Park b0ce2bda44 template: add rotation+zoom 2015-05-31 01:17:51 +09:00
Jaehyun Cho 4439ca4d75 text_setting: Add font name/style settings. 2015-03-26 22:00:47 +09:00
Jaehyun Cho b157b5807d themes: Apply entry theme extension.
Entry theme extension is needed to change font type by text class.
2015-03-24 19:52:57 +09:00