We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NO-GAME application
I wish my user who don't know bbcode syntex can custom a panel to show bbcode.
There was RichTextLabel can show bbcode, and I need a RichTextEdit for edit like Qt's QTextEdit
Implement a RichTextEdit, it have below methods:
set_bbcode(text) get_bbocde() set_select_bold(yes:bool) set_select_underline(yes:bool) set_select_link_to(url) ...
I don't know how to implement it by GDScript
The RichTextEdit show a basic Control
The text was updated successfully, but these errors were encountered:
Duplicate of #1781.
Sorry, something went wrong.
No branches or pull requests
Describe the project you are working on
NO-GAME application
Describe the problem or limitation you are having in your project
I wish my user who don't know bbcode syntex can custom a panel to show bbcode.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
There was RichTextLabel can show bbcode, and I need a RichTextEdit for edit like Qt's QTextEdit
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
Implement a RichTextEdit, it have below methods:
If this enhancement will not be used often, can it be worked around with a few lines of script?
I don't know how to implement it by GDScript
Is there a reason why this should be core and not an add-on in the asset library?
The RichTextEdit show a basic Control
The text was updated successfully, but these errors were encountered: