Details
Details
- Reviewers
segfaultxavi - Maniphest Tasks
- T7476: efl: Rename duplicated event names
- Commits
- rEFLdecfca4f238f: efl_ui_selection: give this event a better name
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
What is the Window Manager's selection? I mean, what is the difference between EFL's selection the WM's selection?
To be sure, EFL's selection is what happens when you select text (shift+cursors) in a text entry, right?
Comment Actions
Right. And the window manager selection is the current active selection in one of the clients that are opened in the window manager. Which is something different ...