efl_text_formatter: rename from Efl.Text.Formatter to Efl.Text_Formatter
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Tue, 7 Apr 2020 10:05:15 +0000 (12:05 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 15 Apr 2020 22:51:08 +0000 (07:51 +0900)
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

src/lib/evas/canvas/efl_text_formatter.eo

index 139b9ba..875b852 100644 (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.