src/Builder4/Editor.bjs
[app.Builder.js] / src / Builder4 / Editor.vala
index b82afce..269fc65 100644 (file)
@@ -129,7 +129,7 @@ public class Editor : Object
             this.key_edit.el.hide();
         }
     
-           
+            
     }
     public class Xcls_Box2 : Object
     {
@@ -276,8 +276,8 @@ public class Editor : Object
             var description =   Pango.FontDescription.from_string("monospace");
                 description.set_size(8000);
                 this.el.override_font(description);
-                var p = new Palete.CompletionProvider();
-                p.editor = _this;
+                var p = new Palete.CompletionProvider(_this);
+            
                this.el.completion.add_provider(p);
                this.el.completion.unblock_interactive();
                this.el.completion.select_on_show                       = true;