Compare commits

...

8 Commits

Author SHA1 Message Date
ChunEon Park 8ddcf231d5 bump up enventor v0.4.2 2015-02-02 16:43:15 +09:00
ChunEon Park 20c11eb4ba bin/main: fixed missing linenumber toogles.
F5 did nothing since it missed toggling the linenumber.

@fix
2015-02-02 16:35:52 +09:00
Jaehyun Cho 84fa8a957b 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
2015-02-02 16:34:52 +09:00
Jaehyun Cho 02181a9f21 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
2015-02-02 16:34:35 +09:00
ChunEon Park 30724ca3ee fix typo 2015-02-02 16:34:16 +09:00
Jaehyun Cho a178c499a1 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
2015-02-02 16:33:33 +09:00
ChunEon Park c90daa5423 bump version up 0.4.1 2014-11-11 11:40:17 +09:00
ChunEon Park ef693eba67 fix wrong package dependency.
Thanks Scimmia!
2014-11-03 23:23:31 +09:00
7 changed files with 31 additions and 13 deletions

19
NEWS
View File

@ -1,7 +1,22 @@
============== ==============
Enventor 0.4.0 Enventor 0.4.2
============== ==============
Changes since Enventor 0.4.1:
---------------------------
Fixes:
* Fix to toggle linenumber properly with Shortcut key(F5)
* Fix max value of the mouse_events from 1000 to 1
* Fix candidate keyword name "align"
* Install missing eo header files
Changes since Enventor 0.4.0:
---------------------------
Fixes:
* Fix build package dependency.
Changes since Enventor 0.3.0: Changes since Enventor 0.3.0:
--------------------------- ---------------------------
@ -17,7 +32,7 @@ Improvements:
* Support "-to" command line option to open template menu at launching. * Support "-to" command line option to open template menu at launching.
* Support multiple Enventor app processes. * Support multiple Enventor app processes.
* Improve GUIs. * Improve GUIs.
* Generate template parts with radom names. * Generate template parts with random names.
Fixes: Fixes:
* Fixed auto completion popup to be shown even if entry cursor is moved up and down. * Fixed auto completion popup to be shown even if entry cursor is moved up and down.

8
README
View File

@ -1,4 +1,4 @@
[Enventor v0.4.0] [Enventor v0.4.2]
This is an EDC editor with some convenient functions. It's brand new and was This is an EDC editor with some convenient functions. It's brand new and was
only started near the begining of June 2013, so expecting it to do everything a only started near the begining of June 2013, so expecting it to do everything a
@ -8,11 +8,11 @@ it does a lot.
[Requirements] [Requirements]
efl (>= 1.10.0) efl (>= 1.12.0)
elementary (>= 1.10.0) elementary (>= 1.12.0)
Please note that some features may not quite function correctly or completely Please note that some features may not quite function correctly or completely
less EFL 1.10. Newer would be better. less EFL 1.12. Newer would be better.
Please see http://www.enlightenment.org for information on these. Please see http://www.enlightenment.org for information on these.

View File

@ -2,7 +2,7 @@
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [0]) m4_define([v_maj], [0])
m4_define([v_min], [4]) m4_define([v_min], [4])
m4_define([v_mic], [0]) m4_define([v_mic], [2])
#m4_define([v_rev], m4_esyscmd([(git rev-list --count HEAD 2>/dev/null || echo 0) | tr -d '\n']))dnl #m4_define([v_rev], m4_esyscmd([(git rev-list --count HEAD 2>/dev/null || echo 0) | tr -d '\n']))dnl
##-- When released, remove the dnl on the below line ##-- When released, remove the dnl on the below line
dnl m4_undefine([v_rev]) dnl m4_undefine([v_rev])
@ -57,7 +57,7 @@ AC_SUBST(ENVENTOR_VERSION_MINOR)
EFL_ENABLE_EO_API_SUPPORT EFL_ENABLE_EO_API_SUPPORT
EFL_ENABLE_BETA_API_SUPPORT EFL_ENABLE_BETA_API_SUPPORT
efl_version="1.10.0" efl_version="1.12.0"
requirement_enventor=" \ requirement_enventor=" \
eo >= ${efl_version} \ eo >= ${efl_version} \
eina >= ${efl_version} \ eina >= ${efl_version} \

View File

@ -1,10 +1,10 @@
<font_size=11><b>[Enventor v0.4.0]</b></font_size> <font_size=11><b>[Enventor v0.4.2]</b></font_size>
This is an EDC editor with some convenient functions. This is an EDC editor with some convenient functions.
It's band new and was only started near the begining of June 2013, so expecting it to do everything a mature script editor does is a bit premature, but considering it's young age, it does a lot. It's band new and was only started near the begining of June 2013, so expecting it to do everything a mature script editor does is a bit premature, but considering it's young age, it does a lot.
Please note that some features may not quite function correctly or completely Please note that some features may not quite function correctly or completely
less EFL 1.10. Newer would be better. less EFL 1.12. Newer would be better.
Please see http://www.enlightenment.org for information on these. Please see http://www.enlightenment.org for information on these.

View File

@ -736,6 +736,7 @@ main_key_down_cb(void *data, int type EINA_UNUSED, void *ev)
if (!strcmp(event->key, "F5")) if (!strcmp(event->key, "F5"))
{ {
config_linenumber_set(!config_linenumber_get()); config_linenumber_set(!config_linenumber_get());
enventor_object_linenumber_set(ad->enventor, config_linenumber_get());
return ECORE_CALLBACK_DONE; return ECORE_CALLBACK_DONE;
} }
//Tools //Tools

View File

@ -21,7 +21,9 @@ lib_LTLIBRARIES = libenventor.la
includes_HEADERS = \ includes_HEADERS = \
Enventor_Legacy.h \ Enventor_Legacy.h \
Enventor.h \ Enventor.h \
Enventor_Eo.h Enventor_Eo.h \
enventor_object.eo.h \
enventor_object.eo.legacy.h
includesdir = $(includedir)/enventor-@ENVENTOR_VERSION_MAJOR@ includesdir = $(includedir)/enventor-@ENVENTOR_VERSION_MAJOR@
libenventor_la_SOURCES = \ libenventor_la_SOURCES = \

View File

@ -420,7 +420,7 @@ type_init_thread_blocking(void *data, Ecore_Thread *thread EINA_UNUSED)
memset(&attr, 0x00, sizeof(parser_attr)); memset(&attr, 0x00, sizeof(parser_attr));
attr.keyword = eina_stringshare_add("mouse_events:"); attr.keyword = eina_stringshare_add("mouse_events:");
attr.value.min = 0; attr.value.min = 0;
attr.value.max = 1000; attr.value.max = 1;
attr.value.type = ATTR_VALUE_INTEGER; attr.value.type = ATTR_VALUE_INTEGER;
eina_inarray_push(td->attrs, &attr); eina_inarray_push(td->attrs, &attr);
@ -440,7 +440,7 @@ type_init_thread_blocking(void *data, Ecore_Thread *thread EINA_UNUSED)
eina_inarray_push(td->attrs, &attr); eina_inarray_push(td->attrs, &attr);
memset(&attr, 0x00, sizeof(parser_attr)); memset(&attr, 0x00, sizeof(parser_attr));
attr.keyword = eina_stringshare_add("align"); attr.keyword = eina_stringshare_add("align:");
attr.value.min = 0.0; attr.value.min = 0.0;
attr.value.max = 1.0; attr.value.max = 1.0;
attr.value.type = ATTR_VALUE_FLOAT; attr.value.type = ATTR_VALUE_FLOAT;