efl/src
Jaehyun Cho 01875756eb eolian_mono: add more verbs to generate C# method beginning with verb
Summary:
C# language binding generates C# method name beginning with verb by
checking verb list in name_helpers.hh.

Some verbs used in eo method are missing in the current verb list. So
they are added into the verb list.

In this scheme, there is a problem that some words can be used as a verb
in some methods but they also can be used as a noun in other methods.
(e.g. drag_start as a verb / cursor_word_start as a noun)

So "start" and "scroll" are not added to verb list in this patch.
To resolve the above problem, we may need a new eo syntax to rename or
reverse the name in language bindings.

Test Plan: Check C# method names in .eo.cs files if the name begins with verb.

Reviewers: felipealmeida, SanghyeonLee, woohyun, Jaehyun_Cho, segfaultxavi

Reviewed By: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10001
2019-09-20 19:29:08 -03:00
..
benchmarks meson.build: allow to disable tiff evas loader 2019-09-13 11:26:19 -04:00
bin eolian_mono: add more verbs to generate C# method beginning with verb 2019-09-20 19:29:08 -03:00
bindings eolian_mono: add more verbs to generate C# method beginning with verb 2019-09-20 19:29:08 -03:00
edje_external
examples efl/image: rename "border" -> "border_insets" 2019-09-18 10:08:56 +02:00
generic evas - rsvg loader - comment out deprecated func from rsvg we don't need 2019-09-16 01:47:05 +01:00
lib eolian: rename any_value_ptr -> any_value_ref for consistency 2019-09-20 18:03:39 +02:00
modules eina: add eina_mempool_iterator_new to slowly iterate every allocated pointer in a mempool. 2019-09-19 14:37:41 -07:00
scripts eolian: rename any_value_ptr -> any_value_ref for consistency 2019-09-20 18:03:39 +02:00
static_libs ector: code refactoring. 2019-09-06 17:56:02 +09:00
tests eolian_mono: add more verbs to generate C# method beginning with verb 2019-09-20 19:29:08 -03:00
wayland_protocol