efl_text_formatter: rename from Efl.Text.Formatter to Efl.Text_Formatter

this is needed in order to not collide with the Efl.Text Interface.
Theoretically eolian should have ordered on that, however, the checks
are buggy and only work out of tree.

ref T8648

Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es>
Differential Revision: https://phab.enlightenment.org/D11662
This commit is contained in:
Marcel Hollerbach 2020-04-07 12:05:15 +02:00
parent a18ac99dd6
commit 8a155aecb6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import efl_text_types;
abstract Efl.Text.Formatter extends Efl.Object {
abstract Efl.Text_Formatter extends Efl.Object {
[[Text Formatter API to manage text formatting(attributes).
Use it to insert and remove style attributes (font, size, color, ...) using @Efl.Text.Cursor on EFL Widgets.