bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8a155aecb6c98bccd92a3986d9224c600e08cbe5

commit 8a155aecb6c98bccd92a3986d9224c600e08cbe5
Author: Marcel Hollerbach <[email protected]>
Date:   Tue Apr 7 12:05:15 2020 +0200

    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 <[email protected]>
    Differential Revision: https://phab.enlightenment.org/D11662
---
 src/lib/evas/canvas/efl_text_formatter.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/evas/canvas/efl_text_formatter.eo 
b/src/lib/evas/canvas/efl_text_formatter.eo
index 139b9ba1a7..875b8521a2 100644
--- a/src/lib/evas/canvas/efl_text_formatter.eo
+++ b/src/lib/evas/canvas/efl_text_formatter.eo
@@ -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.
 

-- 


Reply via email to