efl/src
Ali Alzyod a239fc4a1a efl_text_cursor: movement word start/end
Summary:
This patch will make **efl_text_cursor_move** method, when it is working with **WORD_START** or **WORD_END** If no actual movement happened then return false, and do not fire CHANGE event

for example if cursor at word start, and we call efl_text_cursor_move(cursor, word_start);
1- this call should return false because no actual movement happened. If no actual movement happened then return false
2- this call should not fire CHANGE event for cursor.and do not fire CHANGE event

Reviewers: woohyun, segfaultxavi, cedric, zmike

Reviewed By: woohyun

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T8454

Differential Revision: https://phab.enlightenment.org/D10949
2019-12-26 16:05:37 +09:00
..
benchmarks benchmarks: increase timeout value for running elementary benchmarks 2019-12-18 09:15:51 +01:00
bin eolian_mono: check extension part/property existence before generate ExtensionMethods 2019-12-23 14:29:39 -03:00
bindings eina_mono: make internal classes internal 2019-12-23 15:02:31 -03:00
edje_external
examples examples: js: use correct var to display user name 2019-12-24 09:23:29 -05:00
generic emotion & evas: remove gstreamer 0.10 support 2019-12-04 12:21:25 -08:00
lib efl_text_cursor: movement word start/end 2019-12-26 16:05:37 +09:00
modules ecore_evas: add double header include safety 2019-12-17 09:59:44 +01:00
scripts python: remove not needed imports in various python scripts 2019-12-20 09:26:17 +01:00
static_libs evas json: up-to-date vector-tree logging. 2019-11-27 17:54:51 +09:00
tests efl_text_cursor: movement word start/end 2019-12-26 16:05:37 +09:00
wayland_protocol