Details
Details
- Reviewers
segfaultxavi woohyun bu5hm4n - Maniphest Tasks
- T8522: Efl.Ui.Textbox class
- Commits
- rEFLb9818f566cca: efl.ui.textbox: rename _disabled properties into _enabled
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
It seems that this patch has no reviewers specified. If you are unsure who can review your patch, please check this wiki page and see if anyone can be added: https://phab.enlightenment.org/w/maintainers_reviewers/
Comment Actions
Just two nitpicks...
src/lib/elementary/efl_ui_textbox.c | ||
---|---|---|
105 | I would rename this to sel_handler_enabled, for consistency with the property.. | |
113 | I know this is a bit unrelated to this patch, but this should probably be context_menu_enabled too, for consistency, and for clarity. |
Comment Actions
Thanks a lot for putting up with my comments...
The code looks simpler now, doesn't it? :D