Commit Graph

751 Commits

Author SHA1 Message Date
Jaehyun Cho d0070eb673 Revert "config: Add config_syntax_color_set()/get() functions."
This reverts commit 2289ad6c03.

This commit is not applied correctly.
2015-02-03 13:47:53 +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
Jaehyun Cho 2289ad6c03 config: Add config_syntax_color_set()/get() functions.
Summary: Add config_syntax_color_set()/get() functions to save and load user syntax color list.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1915
2015-02-03 12:00:32 +09:00
Jaehyun Cho 4fd5b2f132 common: Move <Enventor.h> to common header file of application.
Move <Enventor.h> to common.h to let application files include
<Enventor.h> and <Elementary.h> easily by including only "common.h".
2015-02-02 20:10:51 +09:00
Jaehyun Cho 9d6726799f syntax_color: Add an enum value ENVENTOR_SYNTAX_COLOR_LAST
Add an enum value ENVENTOR_SYNTAX_COLOR_LAST to help to indicate the last enum value of the syntax color.
2015-02-02 19:53:46 +09:00
ChunEon Park 43b3b77e04 lib: add enventor_object_cursor_pos_set to public API
Reviewers: Hermet

Projects: #enventor

Differential Revision: https://phab.enlightenment.org/D1894
2015-01-26 13:27:46 +09:00
Jaehyun Cho d5898e5434 syntax_color: Fix to parse and append double quotation marks(") correctly.
Fix the way of parsing and appending "&quot;" correctly.
2015-01-20 13:48:25 +09:00
Jaehyun Cho af1dc2f23d edc_parser: Fix to show double quotation marks(")
Change the markup for double quotation marks from "\"" to "&quot;".
2015-01-16 17:56:26 +09:00
Jaehyun Cho aeb4bcda16 syntax_color: Add enventor_object_syntax_color_set()/get().
Summary: Add enventor_object_syntax_color_set()/get() to support changing text color.

@feature

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1833
2015-01-05 13:27:54 +09:00
Jaehyun Cho ec28195641 ctxpopup: Fix to initialize string buffer.
Summary: Fix to initialize string buffer before calling strcat().

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1831
2014-12-30 11:52:14 +09:00
ChunEon Park caeec62fdb lib/edc_parser: add more candidate popup keywords 2014-12-23 18:24:14 +09:00
ChunEon Park d8ef874198 lib/auto_comp: add "smooth" keyword 2014-12-23 11:11:28 +09:00
Jaehyun Cho da3cff83d9 edc_parser: Support property keywords of "transition".
Summary:
Support property keywords of "transition" in program.
         @feature

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1792
2014-12-19 15:46:11 +09:00
Jaehyun Cho ea2918130f edc_parser: Support a new candidate keyword "signal".
Summary:
Support a new candidate keyword "signal" in program.
@feature

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1791
2014-12-19 15:43:50 +09:00
ChunEon Park ef6ac44737 lib/ctxpopup: simpler toogle message 2014-12-19 14:44:09 +09:00
Jaehyun Cho 528389b95c ctxpopup: Support toggle candidate.
Summary:
Support toggle candidate.
         @feature

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1789
2014-12-19 14:36:49 +09:00
Jaehyun Cho 48e56a4c4c ctxpopup: Change slider candidate style to contain type and entry.
Summary:
Change slider candidate style to contain value type and entry.
@feature

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1743
2014-12-16 09:08:15 +09:00
ChunEon Park 0f78075ead bin/main: fixed missing linenumber toogles.
F5 did nothing since it missed toggling the linenumber.

@fix
2014-12-15 09:50:01 +09:00
ChunEon Park 1061dd1aa6 bin/menu: revise save/load title messages. 2014-12-15 09:46:16 +09:00
ChunEon Park 43b070e0bb bin/menu: add tooltip messages.
@feature
2014-12-15 09:43:47 +09:00
ChunEon Park e2a58c0200 bin/tools: add short cut key info to tools tooltips. 2014-12-15 09:36:06 +09:00
ChunEon Park 8a568b1b89 bin/tools: improve tooltip messages. 2014-12-15 09:17:02 +09:00
ChunEon Park 9212c2eae4 bin: add tooltip messages to tools buttons.
@feature
2014-12-15 09:09:27 +09:00
Jaehyun Cho 855373f002 main: Keep view size set last time.
Summary:
Keep view size set last time by using "live_view,loaded" enventor callback.
@feature

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1745
2014-12-12 19:49:50 +09:00
Jaehyun Cho f177939cd2 enventor_main: Add "live_view,loaded" enventor callback.
Summary:
Add "live_view,loaded" enventor callback to notice that view layout is newly loaded.
@feature

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1744
2014-12-12 19:48:30 +09:00
Jaehyun Cho 6b8cebe8b5 main: Not dismiss ctxpopup by key events which are not shortcut keys.
Summary:
Not dismiss ctxpopup by key events which are not shortcut keys.
         This enables to control slider and buttons with key events,
         @feature

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1735
2014-12-09 11:19:55 +09:00
Jaehyun Cho b33e0e824e ctxpopup: Disable autoscroll while ctxpopup is visible.
Summary:
Disable autoscroll while ctxpopup is visible.
         This fixes the incorrect region show problem when ctxpopup is opened
         and also enables slider and buttons in ctxpopup can get focus.
         @fix

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1731
2014-12-09 11:19:07 +09:00
Jaehyun Cho f05dca3a22 Change the way of activating candidate ctxpopup.
Summary:
Change the way of activating candidate ctxpopup.
         @feature

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1729
2014-12-09 11:09:36 +09:00
ChunEon Park 2029a8ae45 lib/edc_parser: add a candidate item, "cubic_bezier"
@feature
2014-12-04 19:31:08 +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 f19f89f777 edc_parser: Fix max value of mouse_events from 1000 to 1
Summary:
Fix max value of mouse_events from 1000 to 1
         @fix

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1727
2014-12-03 11:56:25 +09:00
ChunEon Park 112cca116b bin/setting: recomposite setting gui. 2014-11-27 14:55:09 +09:00
Jaehyun Cho d9b91b0e67 edc_parser: Fix keyword name from "align" to "align:"
Summary:
edc_parser: Fix keyword name from "align" to "align:"

@fix

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1702
2014-11-26 21:23:29 +09:00
Jaehyun Cho a4227ef9a4 setting: Add size configuration of Live View
Summary:
Add size configuration of Live View
@feature

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1667
2014-11-25 21:08:29 +09:00
Jaehyun Cho 442bcaab36 Makefile: Install eo header files
Summary:
Install eo header files (enventor_object.eo.h, enventor_object.eo.legacy.h)
         @fix

Reviewers: Hermet

Reviewed By: Hermet

Subscribers: kfesyna

Differential Revision: https://phab.enlightenment.org/D1676
2014-11-19 21:57:35 +09:00
Jaehyun Cho cce3c96084 Fix build warning
Summary:
Fix build warning
         @fix

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1661
2014-11-14 17:31:18 +09:00
Jaehyun Cho 06557d3214 config_data: Keep window size set last time
Summary: Keep window size set last time by storing window size in config data

Reviewers: Hermet, seoz

Differential Revision: https://phab.enlightenment.org/D1665
2014-11-14 17:28:03 +09:00
Jaehyun Cho 98a9eca6c5 live_edit: Fix T1785 to restore live edit
Summary:
Fix T1785 to restore live edit
         @fix

Reviewers: Hermet

Maniphest Tasks: T1785

Differential Revision: https://phab.enlightenment.org/D1650
2014-11-12 16:44:19 +09:00
ChunEon Park 7adb7fc5ae lib/ctxpopup: disable slider focus.
There is a editor auto scroll problem.
We don't need focus on slider so disable the slider focus that triggered the problem.

Please fix it later if possible.
2014-11-03 17:26:08 +09:00
ChunEon Park 59a4e2bfa3 app/setting: remove unused var. 2014-11-03 15:33:57 +09:00
ChunEon Park ff7caeae42 lib/enventor: fix typo 2014-11-03 15:33:15 +09:00
ChunEon Park 07b52da739 lib/ctxpopup: fix to close ctxpopup correctly.
image previews won't be closed since it's enabled state is incorrect.

keep up state correctly for image preview relaying.
2014-11-03 14:27:33 +09:00
ChunEon Park bc2f514d96 lib/ctxpopup: call dismiss before object is deleted. 2014-11-03 13:53:55 +09:00
ChunEon Park 936fd19e35 ctxpopup: code refactoring
clear up code.
2014-11-03 13:43:13 +09:00
Jaehyun Cho 02fb416a85 ctxpopup: Fix T1753 (ctxpopup is not closed when esc is pressed)
Summary:
Fix to dismiss ctxpopup when esc is pressed or menu is opened
@fix

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1631
2014-11-03 12:19:33 +09:00
ChunEon Park 5c8ff06ba3 lib/edj_viewer: free eio_monitor properly. 2014-11-01 20:13:59 +09:00
ChunEon Park 0c315a64f8 lib/auto_comp: don't access free memory.
entry smart callback could be called after auto_comp is terminated.
Don't access the freed autocomp instance in the entry callbacks.
2014-11-01 20:03:39 +09:00
ChunEon Park 6569821349 lib/syntax_color: free allocated memory. 2014-11-01 18:45:42 +09:00
ChunEon Park 22a39f2d47 app/file_mgr: update missed function delcares. 2014-11-01 18:31:27 +09:00
ChunEon Park 859d38c7f0 lib/build: update the build commands.
if the edc file path is changed, the build command should be updated.
Before this fix, it missed updation so the live view wasn't updated even if new template is selected.
2014-11-01 18:29:56 +09:00
ChunEon Park 243d6a1330 app/file_mgr: open warning box deferred way.
if envnetor opened menu or some other popups,
edc modified warning box will be delayed to the editor has focus.
2014-11-01 18:21:13 +09:00
ChunEon Park c39f46970c lib/enventor: support focused smart callback. 2014-11-01 18:20:21 +09:00
ChunEon Park d90e2101b9 app/file_mgr, menu: fix more build errors. 2014-11-01 17:31:02 +09:00
ChunEon Park 0ad8fd8180 app/file_mgr: fix build warnings. 2014-11-01 17:23:20 +09:00
ChunEon Park 8c7197e7f3 app/main: adjust key handle priority.
prevent any short key functions if a popup is opened.
2014-11-01 17:20:33 +09:00
ChunEon Park b72a9a2b32 app/file_mgr: don't allow any shortcut keys if warning box is opened. 2014-11-01 17:13:37 +09:00
ChunEon Park 9c37b14e98 app/file_mgr: set focus properly.
Set focus on warning box if warning box is opened.
And then recover to enventor if it's closed.
2014-11-01 17:10:36 +09:00
ChunEon Park e513684d22 fix build warnings. 2014-11-01 01:15:58 +09:00
Jaehyun Cho c31f0f4f0b file_mgr: Fix T1754 (file mgr warning box is not dismissed with esc key)
Summary: Fix T1754 (file mgr warning box is not dismissed with esc key)

Reviewers: Hermet

Reviewed By: Hermet

Maniphest Tasks: T1754

Differential Revision: https://phab.enlightenment.org/D1629
2014-11-01 00:56:56 +09:00
ChunEon Park 8137317bd1 lib: remove header file which should not be tracked. 2014-11-01 00:20:56 +09:00
ChunEon Park 89eaac3468 bump up version 2014-11-01 00:14:24 +09:00
ChunEon Park 8d0622fafe app/config_data: fix wrong pass. 2014-10-31 23:58:19 +09:00
ChunEon Park 5ff7e99169 app/config_data: make compatible with windows.
save temporary edj file in folder which is generated by eina_file_mkstemp()

suggested by adrien.
2014-10-31 23:04:31 +09:00
ChunEon Park ed0da0ab10 fix make distcheck errors 2014-10-31 22:24:19 +09:00
Jaehyun Cho ae90b70c57 auto_comp: Reset queue when arrow keys are pressed.
Summary: Reset queue when arrow keys are pressed(when cursor is moved without character input).

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1626
2014-10-31 22:02:08 +09:00
Jaehyun Cho bf59f2c8da auto_comp: Remove unnecessary call.
Summary: Remove unnecessary call. queue_reset() includes entry_anchor_off() already.

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1616
2014-10-31 21:58:05 +09:00
Jaehyun Cho d135e0c9ea enventor: Fix T1756 (wrong group name is displayed in status bar)
Summary: Fix to not display wrong group name in status bar with empty template.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1628
2014-10-31 20:48:39 +09:00
Jaehyun Cho 4244351e0b auto_comp: Support "Tab" key to auto complete.
Summary: Support "Tab" key to auto complete.

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1614
2014-10-31 15:09:59 +09:00
Jaehyun Cho 7f6206269e search: Fix to clear selection when find window is moved or closed.
Summary: Fix to clear selection when find window is moved or closed. Otherwise, the selection block begins from old one.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1581
2014-10-28 01:23:24 +09:00
ChunEon Park 92cad63c43 app/file_mgr: fix build warning.
fix warning that introduced by 8c68bc9981
2014-10-24 13:36:46 +09:00
ChunEon Park d6522842f3 app/file_mgr: revise warning box gui. 2014-10-24 13:35:17 +09:00
ChunEon Park 04682f7814 app/file_mgr: add a descriptive comment for maintainance. 2014-10-24 13:23:52 +09:00
Jaehyun Cho 8c68bc9981 file_mgr: Support that an edc is opened by different processes.
Summary: file_mgr: Support that an edc is opened by different processes. Open warning window to synchronize or ignore the edc changes.

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1561
2014-10-24 13:21:10 +09:00
ChunEon Park 516ae82bab live_edit: code refactoring.
changed variable name.
2014-10-24 11:59:29 +09:00
Jaehyun Cho 03c80d7025 live_edit: Fix build error by using open API instead of private API.
Summary: Fix build error by using open API instead of private API.

Reviewers: Hermet, seoz

Differential Revision: https://phab.enlightenment.org/D1575
2014-10-24 11:57:33 +09:00
Jaehyun Cho 72e28a7310 enventor: Support "edc,modified" smart callback.
Summary: Support "edc,modified" smart callback. The event_info of edc,modified smart callback indicates whether the modification is done by itself or by other process.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1551
2014-10-23 16:39:31 +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
Jaehyun Cho 1bfb773a72 build: Fix to show multi-line error message on console.
Summary: Fix to show multi-line error message on console.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1556
2014-10-22 14:17:41 +09:00
Jaehyun Cho c2bec2c14d menu: Fix to set config edc path when an edc is loaded
Summary: Fix to set config edc path when an edc is loaded. Otherwise, the loaded edc cannot be saved properly.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1550
2014-10-21 11:52:55 +09:00
ChunEon Park 29c54814c3 main: remove workaround code that is no more valid. 2014-10-19 14:43:07 +09:00
ChunEon Park 0a6dab3fbb edj_viewer: remove redundant function 2014-10-19 14:32:46 +09:00
Jaehyun Cho 2e0be44e7a enventor_smart: Store dummy_swallow value in Enventor_Object_Data instead of view_data.
Summary: Store dummy_swallow value in Enventor_Object_Data instead of view_data.

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1535
2014-10-19 14:30:15 +09:00
Jaehyun Cho 99c02fc702 config: Show tool bar of enventor as default
Summary: Show tool bar of enventor as default

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1537
2014-10-14 20:46:39 +09:00
ChunEon Park 7c16c5731d update command line usage manual. 2014-10-14 15:49:28 +09:00
ChunEon Park 6987c66fdd oops.. fix build break. 2014-10-14 15:30:59 +09:00
ChunEon Park 826045dda6 main: code clean up 2014-10-14 15:30:00 +09:00
Jaehyun Cho f929c7af02 config: Add argument "-to" to open a new file with templates
Summary: Add argument "-to" to open a new file with templates

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1536
2014-10-14 15:26:42 +09:00
Jaehyun Cho 5229b12423 tools: Fix to set data for swallow button callback data
Summary: Fix to set data for swallow button callback

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1526
2014-10-10 14:30:37 +09:00
Jaehyun Cho cdcc68fba1 liveedit: Add text shadow in live edit template
Summary: Add text shadow in live edit template to identify text clearly

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1522
2014-10-07 11:30:44 +09:00
ChunEon Park b9ee49a97e main: set enventor options after setting file.
it's workaround fix.

current enventor doesn't allow setting options before it's file is set.

need to fix.
2014-10-07 11:19:15 +09:00
ChunEon Park e5927b37eb library support.
current enventor apis are under beta apis.
im notice you these apis could be changed soon.
2014-09-30 23:56:16 +09:00
kabeer khan 1b76667733 Main : Corrected typo, replaced h with H
Summary:
Corrected typo in main.c replaced h with H to ensure highlighting with H

Signed-off-by: kabeer khan <kabeer.khan@samsung.com>

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1488
2014-09-30 11:08:43 +09:00
Jaehyun Cho 9b83fe29b8 confic_data: Fix T1662 to always save edj file in /tmp/
Summary: Fix T1662 to always save edj file in /tmp/

Reviewers: Hermet

Maniphest Tasks: T1662

Differential Revision: https://phab.enlightenment.org/D1462
2014-09-22 10:23:35 +09:00
Jaehyun Cho 1d6ef8c9ac globals: Change default file name to use pid as identifier
Summary: Change default file name to use pid as identifier

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1394
2014-09-11 15:43:26 +09:00
Jaehyun Cho 0447a026cc edc_editor: Fix T1602 to update syntax color after deleting a line
Summary: Fix T1602 to update syntax color after deleting a line

Reviewers: Hermet

Reviewed By: Hermet

Maniphest Tasks: T1602

Differential Revision: https://phab.enlightenment.org/D1431
2014-09-11 15:19:30 +09:00
ChunEon Park f238cb5a4e tools: improve tools gui. 2014-09-11 11:28:30 +09:00
ChunEon Park 6858d60529 tools: fixed typo. 2014-09-03 11:39:53 +09:00
ChunEon Park ff2eb4c3d1 tools: improve tools ui. 2014-09-02 19:53:20 +09:00
Jaehyun Cho dd8a898c87 enventor: Change tools from toolbar to box with buttons
Summary: Change tools from toolbar to box with buttons

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1385
2014-09-02 19:21:55 +09:00
Jaehyun Cho 199ae41883 enventor: Change tools from toolbar to box with buttons
Summary: Change tools from toolbar to box with buttons

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1385
2014-09-02 19:16:18 +09:00
ChunEon Park 7c23ae8be4 template: insert the textblock styles when template code inserted.
Signed-Off-By: Kateryna Fesyna <k.fesyna@samsung.com>
2014-08-30 18:20:38 +09:00
ChunEon Park a05f7fd6ea setting: use slider text instead of label widgets. 2014-08-29 00:52:56 +09:00
ChunEon Park b9778cbe7b Revert "enventor: Add customized entry styles for line entry"
This reverts commit 99af6d4b9e.

Not necesary.
2014-08-29 00:19:51 +09:00
ChunEon Park 19d73728b3 setting: change the preference ui. 2014-08-28 16:50:00 +09:00
ChunEon Park c54744e5ef remove redundant theme recover. 2014-08-28 03:11:07 +09:00
Mykyta Biliavskyi cfb145c3b1 dummy_object: change input param for edje_object_add from Evas_Object* to Evas*
Reviewers: Hermet

Subscribers: NikaWhite

Projects: #enventor

Differential Revision: https://phab.enlightenment.org/D1355
2014-08-27 17:21:51 +09:00
Mykyta Biliavskyi 9de2aaef00 live_edit: create menu if it still does not created.
Summary:
create menu object if it does not created early, and just move menu if
it already created.
@fix

Reviewers: Hermet

Subscribers: NikaWhite

Projects: #enventor

Differential Revision: https://phab.enlightenment.org/D1356
2014-08-27 17:19:30 +09:00
Jaehyun Cho 99af6d4b9e enventor: Add customized entry styles for line entry
Summary: Add customized entry styles for line entry

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1363
2014-08-27 17:00:41 +09:00
ChunEon Park 1eae977508 edc_parser: code refactoring.
be simpler code.
2014-08-26 11:37:34 +09:00
Daniel Juyung Seo 57c52c07ad edc_editor: cast pointers to another types correctly. 2014-08-23 01:03:51 +09:00
Daniel Juyung Seo 3a7c6caee6 edc_editor, edc_parser: fixed resource leak.
This fixes coverity CID 47576, 47577, and 47578.
2014-08-23 01:01:39 +09:00
Daniel Juyung Seo 09d2275ad1 edj_viewer: Fixed write to pointer after free bug.
This fixes coverity CID 47574.
2014-08-23 00:52:16 +09:00
Daniel Juyung Seo b39ab53ffc config: fixed buffer not null terminated bug.
This fixes coverity CID 47570.
2014-08-23 00:44:34 +09:00
Daniel Juyung Seo 2139ecc40a search: initialize the local variable.
This fixed coverity CID 47575.
2014-08-23 00:41:50 +09:00
ChunEon Park 17e8a13303 about: add about file.
previousely, Enventor just showed the README file in about view.
now it just has own ABOUT file for better proper content.
2014-08-18 17:56:41 +09:00
ChunEon Park aab2f000c9 tools: fix typo. 2014-08-17 13:28:02 +09:00
ChunEon Park b2495c9a8d live_edit: cancel live_edit if edc is reload. 2014-08-15 20:08:01 +09:00
ChunEon Park f67c8b0255 menu: adjust ui. 2014-08-15 19:58:45 +09:00
ChunEon Park 559131729d live_edit: revise theme. 2014-08-15 19:34:57 +09:00
ChunEon Park c03a71d27c remove workaround code 2014-08-15 17:59:27 +09:00
ChunEon Park e120546b97 edc_parser: missed push to previous commit. 2014-08-15 17:56:29 +09:00
ChunEon Park fe0a67bf9c edc_editor: update selection area when image preview goes prev/next. 2014-08-15 17:54:03 +09:00
ChunEon Park 782a5f94a9 ctxpopup: support mouse wheel to go prev/next image. 2014-08-15 15:10:09 +09:00
ChunEon Park 4475f97d8a menu: improve ui. 2014-08-15 15:00:31 +09:00
ChunEon Park 3cfeb5c54b auto_comp: reset tooltip at better proper position.
it's better to reset tooltip content callback when it's going off.
2014-08-14 23:33:20 +09:00
ChunEon Park 5b905cf613 auto_comp: correct candidates lists.
Reset content_cb to have guarantee the callback call.
If anchor is changed faster than tooltip hide,
the callback won't be called since tooltip regards the content callback is same with before.
2014-08-14 23:27:21 +09:00
ChunEon Park b3fcaaa7b1 console: keep the previous position even it relaunched 2014-08-14 18:29:53 +09:00
ChunEon Park 8e54bf506d template: fix typo introduced while code clean up. 2014-08-13 23:50:47 +09:00
Kateryna Fesyna 16d7d8847e Live_Edit: Use template groups as background of new part in Drag-n-Drop mode
Summary: Created new groups to setup as bg for dragable area in Drag-n-Drop mode.

Reviewers: Hermet

Projects: #enventor

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

Conflicts:

	src/bin/live_edit.c
2014-08-13 23:48:49 +09:00
ChunEon Park afbf2db73a template: fix to not insert empty line in editor template insert. 2014-08-13 23:12:51 +09:00
ChunEon Park 82a29d984c template: correct line increase in part insert. 2014-08-13 22:35:47 +09:00
ChunEon Park 603b53b503 template: clean up code. 2014-08-13 22:35:09 +09:00
ChunEon Park b1d882765c Revert "template: insert image parts not only live edit mode."
This reverts commit 607f54ae87.

it caused cursor position side effect. revert it.
2014-08-13 22:19:32 +09:00
ChunEon Park 0258c3e23c template: don't use static buffer as possible. 2014-08-13 22:14:09 +09:00
ChunEon Park 607f54ae87 template: insert image parts not only live edit mode. 2014-08-13 22:04:51 +09:00
ChunEon Park 07077f53cb template_code: fix one less line increase problem in template inserting. 2014-08-13 20:35:03 +09:00
ChunEon Park bdd0c77c8a template: keep the external functions to be lower position. 2014-08-13 20:28:43 +09:00
ChunEon Park 818070912d template: print exception message in case of out of collections. 2014-08-13 19:56:32 +09:00
ChunEon Park dbfb9169f4 template: apply syntax color after template code is inserted. 2014-08-13 19:48:47 +09:00
ChunEon Park eca2bb7889 live_edit: changed short cut key. 2014-08-13 19:38:46 +09:00
ChunEon Park 178ca51dcb live_edit: don't create menu multiple times. 2014-08-13 19:28:35 +09:00
ChunEon Park e3168daf3d live_edit: access layout obj 2014-08-13 19:19:44 +09:00
Kateryna Fesyna c3bae3bd01 Live Edit: Add ability to drag new part area
Reviewers: Hermet

Projects: #enventor

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

Conflicts:

	src/bin/live_edit.c
2014-08-13 19:16:08 +09:00
Kateryna Fesyna de58bbdfa8 Live Edit: clear selection before insertion
Summary: To avoid the deletion of selected part of text the selection is cleared before insertion in Live Edit mode

Reviewers: Hermet

Reviewed By: Hermet

Subscribers: NikaWhite

Projects: #enventor

Maniphest Tasks: T1514

Differential Revision: https://phab.enlightenment.org/D1317
2014-08-13 19:09:11 +09:00
ChunEon Park de81c39a0d live_edit: revise code 2014-08-13 18:20:42 +09:00
ChunEon Park bbfc446455 menu: revise previous commit 06c7aac63d 2014-08-13 17:16:07 +09:00
Jaehyun Cho 06c7aac63d enventor: Add back button on menu screen
Summary: Add back button on menu screen

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1321
2014-08-13 17:05:45 +09:00