Hello everyone!
I've read the documentation 4-5 times already, but it is awful when it comes to plugins.
I have the following questions:
1. How do I create a section for my custom node like in this picture?
https://ibb.co/YTLCSZh
As you can see, other nodes (such as Node2D) have their own "sections". I want my custom node to have it's own section but it has only the "Node" section (since it inherits from it)
Why my TextEdit instance is so small? I instantiated it with the following code:
func parsebegin(object):
var textedit = TextEdit.new()
addcustomcontrol(textedit)
textedit.text = "test"
What I have: https://ibb.co/SXDJr7c

What I need: https://ibb.co/Yh09BR0