src/Builder4/Editor.bjs
[app.Builder.js] / src / Builder4 / Editor.vala
index 269fc65..655aa74 100644 (file)
@@ -129,7 +129,7 @@ public class Editor : Object
             this.key_edit.el.hide();
         }
     
-            
+           
     }
     public class Xcls_Box2 : Object
     {
@@ -276,9 +276,7 @@ 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(_this);
-            
-               this.el.completion.add_provider(p);
+               this.el.completion.add_provider(new Palete.CompletionProvider());
                this.el.completion.unblock_interactive();
                this.el.completion.select_on_show                       = true;
                this.el.completion.show_headers                 = true;