efl/src/bindings
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
..
cxx Revert "cxx: Fix some warnings from -Wextra" 2019-09-16 14:19:43 -04:00
js all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
luajit eolian: rename any_value_ptr -> any_value_ref for consistency 2019-09-20 18:03:39 +02:00
mono eolian_mono: add more verbs to generate C# method beginning with verb 2019-09-20 19:29:08 -03:00