This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

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)

  1. Why my TextEdit instance is so small? I instantiated it with the following code:

    func parsebegin(object):
    var text
    edit = TextEdit.new()
    addcustomcontrol(textedit)
    text
    edit.text = "test"

What I have: https://ibb.co/SXDJr7c
as you can see, its very very small

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

Godot version Godot 3.3.3
in Engine by (22 points)

1 Answer

0 votes

up, can someone help me? Too many questions at once perhaps?

by (22 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.